Searched refs:syntax (Results 1 – 25 of 101) sorted by relevance
12345
/Linux-v5.4/Documentation/translations/zh_CN/process/ |
D | programming-language.rst | 23 在整个内核中使用的一个常见扩展是属性(attributes) :ref:`gcc-attribute-syntax <cn_gcc-attribute-syntax>` 64 .. _cn_gcc-attribute-syntax: 66 gcc-attribute-syntax
|
/Linux-v5.4/Documentation/process/ |
D | programming-language.rst | 22 [gcc-attribute-syntax]_. Attributes allow to introduce 32 directly the GNU attribute syntax (e.g. ``__attribute__((__pure__))``) 43 .. [gcc-attribute-syntax] https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
|
D | deprecated.rst | 138 When the C17/C18 [[fallthrough]] syntax is more commonly supported by 139 C compilers, static analyzers, and IDEs, we can switch to using that syntax
|
/Linux-v5.4/arch/microblaze/ |
D | Kconfig.debug | 2 # For a description of the syntax of this configuration file,
|
D | Kconfig.platform | 2 # For a description of the syntax of this configuration file,
|
/Linux-v5.4/Documentation/translations/it_IT/process/ |
D | programming-language.rst | 27 [gcc-attribute-syntax]_. Gli attributi permettono di aggiungere una semantica, 50 .. [gcc-attribute-syntax] https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
|
/Linux-v5.4/arch/arm/include/asm/ |
D | unified.h | 12 .syntax unified
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf-probe.txt | 87 syntax is same as PROBE SYNTAX, but NO ARGs. 157 Probe points are defined by following syntax. 177 … the source line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' is th… 188 In the probe syntax, '=', '@', '+', ':' and ';' are treated as a special character. You can use a b… 195 Each probe argument follows below syntax. 209 …e, which takes 3 parameters, bit-width, bit-offset, and container-size (usually 32). The syntax is; 215 Line range is described by following syntax. 221 probe syntax, 'SRC' means the source file path, 'ALN' is start line number,
|
/Linux-v5.4/ |
D | Kconfig | 3 # For a description of the syntax of this configuration file,
|
/Linux-v5.4/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpc512x_lpbfifo.txt | 6 - interrupts: should contain the interrupt specifier for SCLPC; syntax of an
|
/Linux-v5.4/arch/powerpc/sysdev/ |
D | Kconfig | 2 # For a description of the syntax of this configuration file,
|
/Linux-v5.4/Documentation/trace/ |
D | kprobetrace.rst | 91 offset, and container-size (usually 32). The syntax is:: 103 either user-space dereference syntax or 'ustring' type. 105 The user-space dereference syntax allows you to access a field of a data 107 dereference syntax. For example, +u4(%si) means it will read memory from the 114 Note that kprobe-event provides the user-memory access syntax but it doesn't
|
D | events.rst | 52 file. All of the events in a subsystem can be specified via the syntax 165 5.1 Expression syntax 339 The syntax for event triggers is roughly based on the syntax for 349 6.1 Expression syntax 365 The filter syntax is the same as that described in the 'Event
|
/Linux-v5.4/Documentation/devicetree/bindings/gpio/ |
D | gpio-samsung.txt | 9 - #gpio-cells: Should be 4. The syntax of the gpio specifier used by client nodes
|
/Linux-v5.4/Documentation/devicetree/bindings/dma/ |
D | mpc512x-dma.txt | 13 - interrupt for the DMA controller: syntax of interrupt client node
|
/Linux-v5.4/Documentation/doc-guide/ |
D | parse-headers.rst | 79 The syntax for the ignore tag is: 87 The syntax for the replace tag is:
|
/Linux-v5.4/arch/nds32/ |
D | Kconfig | 3 # For a description of the syntax of this configuration file,
|
/Linux-v5.4/scripts/ |
D | get_dvb_firmware | 22 syntax() if (scalar(@ARGV) != 1); 41 syntax(); 921 sub syntax() { subroutine
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
D | cache-policies.rst | 115 The syntax for a table is:: 121 The syntax to send a message using the dmsetup command is::
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | debugfs-cec-error-inj | 10 The basic syntax is as follows:
|
/Linux-v5.4/Documentation/kbuild/ |
D | kconfig-macro-language.rst | 57 a syntax error. The curly brace form as in ${CC} is not supported either. 145 Kconfig adopts Make-like macro language, but the function call syntax is 178 The omission of 'call' makes the syntax shorter.
|
D | makefiles.rst | 48 === 7 Kbuild syntax for exported headers 121 kbuild infrastructure. This chapter introduces the syntax used in the 238 the syntax above will also work. So, if you have CONFIG_EXT2_FS=y, 427 This is a special rule, following the normal syntax 615 The syntax used to define composite objects for host programs is 616 similar to the syntax used for kernel objects. 631 Note: The syntax <executable>-y is not permitted for host-programs. 1192 LDFLAGS_$@ syntax - one for each potential target. 1307 See "7.2 generic-y" for further info on syntax etc. 1325 7 Kbuild syntax for exported headers [all …]
|
/Linux-v5.4/arch/arc/plat-eznps/ |
D | Kconfig | 3 # For a description of the syntax of this configuration file,
|
/Linux-v5.4/Documentation/scsi/ |
D | g_NCR5380.txt | 50 or alternatively, using the old syntax,
|
/Linux-v5.4/arch/c6x/ |
D | Kconfig | 3 # For a description of the syntax of this configuration file,
|
12345