| /kernel/linux/linux-5.10/Documentation/trace/coresight/ |
| D | coresight-etm4x-reference.rst | 29 :Syntax & eg: 44 :Syntax: 57 :Syntax: 80 :Syntax: 96 :Syntax: 118 :Syntax: 130 :Syntax: 142 :Syntax: 153 :Syntax: 167 :Syntax: [all …]
|
| /kernel/linux/linux-6.6/Documentation/trace/coresight/ |
| D | coresight-etm4x-reference.rst | 29 :Syntax & eg: 44 :Syntax: 57 :Syntax: 94 :Syntax: 110 :Syntax: 132 :Syntax: 144 :Syntax: 156 :Syntax: 167 :Syntax: 181 :Syntax: [all …]
|
| /kernel/linux/linux-6.6/Documentation/arch/m68k/ |
| D | kernel-options.rst | 17 kernel understands, or how the exact syntax for the ... option is, or 60 :Syntax: root=/dev/<device> 67 The first syntax gives the device by name. These names are converted 151 :Syntax: ro 162 :Syntax: debug 172 :Syntax: debug=<device> 221 :Syntax: ramdisk_size=<size> 250 :Syntax: ether=[<irq>[,<base_addr>[,<mem_start>[,<mem_end>]]]],<dev-name> 266 :Syntax: hd=<cylinders>,<heads>,<sectors> 279 :Syntax: max_scsi_luns=<n> [all …]
|
| /kernel/linux/linux-5.10/Documentation/m68k/ |
| D | kernel-options.rst | 17 kernel understands, or how the exact syntax for the ... option is, or 60 :Syntax: root=/dev/<device> 67 The first syntax gives the device by name. These names are converted 151 :Syntax: ro 162 :Syntax: debug 172 :Syntax: debug=<device> 221 :Syntax: ramdisk_size=<size> 250 :Syntax: ether=[<irq>[,<base_addr>[,<mem_start>[,<mem_end>]]]],<dev-name> 266 :Syntax: hd=<cylinders>,<heads>,<sectors> 279 :Syntax: max_scsi_luns=<n> [all …]
|
| /kernel/linux/linux-5.10/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 67 https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
|
| /kernel/linux/linux-6.6/Documentation/translations/zh_CN/process/ |
| D | programming-language.rst | 22 在整个内核中使用的一个常见扩展是属性(attributes) :ref:`gcc-attribute-syntax <cn_gcc-attribute-syntax>` 63 .. _cn_gcc-attribute-syntax: 65 gcc-attribute-syntax 66 https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
|
| /kernel/linux/linux-6.6/Documentation/translations/zh_TW/process/ |
| D | programming-language.rst | 25 在整個內核中使用的一個常見擴展是屬性(attributes) :ref:`gcc-attribute-syntax <tw_gcc-attribute-syntax>` 66 .. _tw_gcc-attribute-syntax: 68 gcc-attribute-syntax 69 https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
|
| /kernel/linux/linux-5.10/tools/perf/Documentation/ |
| D | perf-probe.txt | 65 Define a probe event (see PROBE SYNTAX for detail). 82 which specifies a range of the source code. (see LINE SYNTAX for detail) 87 syntax is same as PROBE SYNTAX, but NO ARGs. 155 PROBE SYNTAX 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; 213 LINE SYNTAX [all …]
|
| /kernel/linux/linux-6.6/tools/perf/Documentation/ |
| D | perf-probe.txt | 65 Define a probe event (see PROBE SYNTAX for detail). 82 which specifies a range of the source code. (see LINE SYNTAX for detail) 87 syntax is same as PROBE SYNTAX, but NO ARGs. 155 PROBE SYNTAX 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; 213 LINE SYNTAX [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/ |
| D | script_asm.pl | 21 # Basically, I follow the NCR syntax documented in the NCR53c710 285 die "$0 : syntax error in line $lineno : $_ 303 die "$0 : syntax error in line $lineno : $_ 325 die "$0 : syntax error in line $lineno : $_ 330 die "$0 : syntax error in line $lineno : $_ 346 die "$0 : syntax error in line $lineno : $_ 357 die "$0 : syntax error in line $lineno : $_ 361 die "$0 : syntax error in line $lineno : $_ 366 die "$0 : syntax error in line $lineno : $_ 420 "$0 : syntax error in line $lineno : $_ [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| D | script_asm.pl | 21 # Basically, I follow the NCR syntax documented in the NCR53c710 285 die "$0 : syntax error in line $lineno : $_ 303 die "$0 : syntax error in line $lineno : $_ 325 die "$0 : syntax error in line $lineno : $_ 330 die "$0 : syntax error in line $lineno : $_ 346 die "$0 : syntax error in line $lineno : $_ 357 die "$0 : syntax error in line $lineno : $_ 361 die "$0 : syntax error in line $lineno : $_ 366 die "$0 : syntax error in line $lineno : $_ 420 "$0 : syntax error in line $lineno : $_ [all …]
|
| /kernel/linux/linux-5.10/Documentation/process/ |
| D | programming-language.rst | 23 [gcc-attribute-syntax]_. Attributes allow to introduce 33 directly the GNU attribute syntax (e.g. ``__attribute__((__pure__))``) 44 .. [gcc-attribute-syntax] https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
|
| /kernel/linux/linux-6.6/arch/arm/include/asm/ |
| D | unified.h | 3 * include/asm-arm/unified.h - Unified Assembler Syntax helper macros 12 .syntax unified 14 __asm__(".syntax unified");
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | bootconfig.rst | 18 Config File Syntax 21 The boot config syntax is a simple structured key-value. Each key consists 28 Unlike the kernel command line syntax, spaces are OK around the comma and ``=``. 42 Key-Value Syntax 45 The boot config file syntax allows user to merge partially same word keys 103 The config syntax accepts shell-script style comments. The comments starting 120 ``;``). This means following config has a syntax error ::
|
| /kernel/linux/linux-6.6/Documentation/process/ |
| D | programming-language.rst | 19 [gcc-attribute-syntax]_. Attributes allow to introduce 29 directly the GNU attribute syntax (e.g. ``__attribute__((__pure__))``) 53 .. [gcc-attribute-syntax] https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
|
| /kernel/linux/linux-5.10/tools/lib/bpf/ |
| D | libbpf_common.h | 23 * followed by assignment using compound literal syntax is done to preserve 24 * ability to use a nice struct field initialization syntax and **hopefully** 31 * values provided by users in struct initializer-syntax as varargs.
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| D | unified.h | 3 * include/asm-arm/unified.h - Unified Assembler Syntax helper macros 12 .syntax unified 14 __asm__(".syntax unified");
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | bootconfig.rst | 18 Config File Syntax 21 The boot config syntax is a simple structured key-value. Each key consists 28 Unlike the kernel command line syntax, spaces are OK around the comma and ``=``. 42 Key-Value Syntax 45 The boot config file syntax allows user to merge partially same word keys 99 Note, since there is no syntax to put a raw value directly under a 125 The config syntax accepts shell-script style comments. The comments starting 142 ``;``). This means following config has a syntax error ::
|
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| D | libbpf_common.h | 54 * followed by assignment using compound literal syntax is done to preserve 55 * ability to use a nice struct field initialization syntax and **hopefully** 62 * values provided by users in struct initializer-syntax as varargs. 77 * syntax as varargs can be provided as well to reinitialize options struct
|
| /kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/ |
| D | nal-h264.h | 18 * Rec. ITU-T H.264 (04/2017) E.1.2 HRD parameters syntax. 39 * H.264 (04/2017) E.1.1 VUI parameters syntax. 94 * Rec. ITU-T H.264 (04/2017) 7.3.2.1.1 Sequence parameter set data syntax. 149 * Rec. ITU-T H.264 (04/2017) 7.3.2.2 Picture parameter set RBSP syntax.
|
| /kernel/linux/linux-5.10/Documentation/powerpc/ |
| D | ultravisor.rst | 272 Syntax subsubsection 338 Syntax subsubsection 405 Syntax subsubsection 451 Syntax subsubsection 513 Syntax subsubsection 560 Syntax subsubsection 612 Syntax subsubsection 649 Syntax subsubsection 687 Syntax subsubsection 736 Syntax subsubsection [all …]
|
| /kernel/linux/linux-6.6/Documentation/powerpc/ |
| D | ultravisor.rst | 272 Syntax subsubsection 338 Syntax subsubsection 405 Syntax subsubsection 451 Syntax subsubsection 513 Syntax subsubsection 560 Syntax subsubsection 612 Syntax subsubsection 649 Syntax subsubsection 687 Syntax subsubsection 736 Syntax subsubsection [all …]
|
| /kernel/linux/linux-5.10/Documentation/translations/it_IT/process/ |
| D | programming-language.rst | 27 [it-gcc-attribute-syntax]_. Gli attributi permettono di aggiungere una semantica, 50 .. [it-gcc-attribute-syntax] https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
|
| /kernel/linux/linux-6.6/Documentation/translations/sp_SP/process/ |
| D | programming-language.rst | 28 [sp-gcc-attribute-syntax]_. Los atributos permiten introducir semántica 52 .. [sp-gcc-attribute-syntax] https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | v4l2-controls.h | 1368 * sequence parameter set syntax as specified by the H264 specification. 1424 * structure match the picture parameter set syntax as specified 1500 * Prediction weight table, which matches the syntax specified 1549 * This structure holds the H264 syntax elements that are specified 1552 * Slice invariant syntax elements are contained in struct 1557 * Slice invariant syntax elements are specified in specification section 1560 * Except where noted, the members on this struct match the slice header syntax. 1616 * @frame_num: frame identifier which matches frame_num syntax element. 1647 * @nal_ref_idc: slice header syntax element. 1648 * @frame_num: slice header syntax element. [all …]
|