Home
last modified time | relevance | path

Searched full:syntax (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/linux-6.12.1/Documentation/trace/coresight/
Dcoresight-etm4x-reference.rst29 :Syntax & eg:
44 :Syntax:
57 :Syntax:
94 :Syntax:
110 :Syntax:
132 :Syntax:
144 :Syntax:
156 :Syntax:
167 :Syntax:
181 :Syntax:
[all …]
Dcoresight-tpdm.rst29 :Syntax:
38 :Syntax:
/linux-6.12.1/Documentation/arch/m68k/
Dkernel-options.rst17 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 …]
/linux-6.12.1/Documentation/translations/zh_CN/process/
Dprogramming-language.rst22 在整个内核中使用的一个常见扩展是属性(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
/linux-6.12.1/Documentation/translations/zh_TW/process/
Dprogramming-language.rst25 在整個內核中使用的一個常見擴展是屬性(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
/linux-6.12.1/tools/perf/Documentation/
Dperf-probe.txt65 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 …]
/linux-6.12.1/drivers/scsi/
Dscript_asm.pl21 # 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 …]
/linux-6.12.1/arch/arm/include/asm/
Dunified.h3 * include/asm-arm/unified.h - Unified Assembler Syntax helper macros
12 .syntax unified
14 __asm__(".syntax unified");
/linux-6.12.1/Documentation/process/
Dprogramming-language.rst19 [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
/linux-6.12.1/Documentation/admin-guide/
Dbootconfig.rst18 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 ::
/linux-6.12.1/tools/lib/bpf/
Dlibbpf_common.h54 * 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
/linux-6.12.1/Documentation/arch/powerpc/
Dultravisor.rst272 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 …]
/linux-6.12.1/rust/kernel/
Dprint.rs198 /// `alloc::format!` for information about the formatting syntax.
222 /// `alloc::format!` for information about the formatting syntax.
246 /// `alloc::format!` for information about the formatting syntax.
270 /// `alloc::format!` for information about the formatting syntax.
294 /// `alloc::format!` for information about the formatting syntax.
318 /// `alloc::format!` for information about the formatting syntax.
342 /// `alloc::format!` for information about the formatting syntax.
368 /// `alloc::format!` for information about the formatting syntax.
395 /// `alloc::format!` for information about the formatting syntax.
/linux-6.12.1/include/uapi/linux/
Dv4l2-controls.h1382 * sequence parameter set syntax as specified by the H264 specification.
1438 * structure match the picture parameter set syntax as specified
1514 * Prediction weight table, which matches the syntax specified
1563 * This structure holds the H264 syntax elements that are specified
1566 * Slice invariant syntax elements are contained in struct
1571 * Slice invariant syntax elements are specified in specification section
1574 * Except where noted, the members on this struct match the slice header syntax.
1630 * @frame_num: frame identifier which matches frame_num syntax element.
1661 * @nal_ref_idc: slice header syntax element.
1662 * @frame_num: slice header syntax element.
[all …]
/linux-6.12.1/Documentation/translations/sp_SP/process/
Dprogramming-language.rst28 [sp-gcc-attribute-syntax]_. Los atributos permiten introducir semántica
52 .. [sp-gcc-attribute-syntax] https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec-stateless.rst413 syntax".
575 - Size in bits of the dec_ref_pic_marking() syntax element.
578 - Combined size in bits of the picture order count related syntax
659 the slice header syntax (the driver will wrap the value if needed). For
661 long_term_frame_idx described in the dec_ref_pic_marking() syntax.
785 according to :ref:`h264` 7.3.1 NAL unit syntax, hence contains
1264 associated MPEG-2 slice data. This includes fields matching the syntax
1326 associated MPEG-2 slice data. This includes fields matching the syntax
1868 params syntax' of the :ref:`vp9` specification for more details.
1897 Predicted-Segment-ID. See '6.4.14 Get segment id syntax'
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/nvmem/
Dnvmem-deprecated-cells.yaml7 title: NVMEM old syntax for fixed cells
14 as direct device subnodes. That syntax was replaced by "fixed-layout"
/linux-6.12.1/Documentation/translations/it_IT/process/
Dprogramming-language.rst25 [it-gcc-attribute-syntax]_. Gli attributi permettono di aggiungere una semantica,
63 .. [it-gcc-attribute-syntax] https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
/linux-6.12.1/tools/testing/selftests/ftrace/test.d/kprobe/
Dkprobe_args_user.tc9 :;: "user-memory access syntax and ustring working on user memory";:
25 :;: "user-memory access syntax and ustring not working with kernel memory";:
Dkprobe_args_syntax.tc3 # description: Kprobe event argument syntax
107 : "Type syntax"
/linux-6.12.1/Documentation/kbuild/
Dmakefiles.rst69 kbuild infrastructure. This chapter introduces the syntax used in the
187 the syntax above will also work. So, if you have CONFIG_EXT2_FS=y,
257 Kbuild also supports dedicated syntax, subdir-y and subdir-m, for
270 syntax is always used for directories.
300 in the next section) is the correct syntax to use.
444 This is a custom rule, following the normal syntax
512 If the target is already listed in the recognized syntax such as
731 The syntax used to define composite objects for host programs is
732 similar to the syntax used for kernel objects.
747 Note: The syntax <executable>-y is not permitted for host-programs.
[all …]
/linux-6.12.1/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
Dtrigger-synthetic-event-syntax.tc3 # description: event trigger - test synthetic_events syntax parser
21 echo "Test synthetic_events syntax parser"
/linux-6.12.1/drivers/media/platform/allegro-dvt/
Dnal-h264.h21 * Rec. ITU-T H.264 (04/2017) E.1.2 HRD parameters syntax.
42 * H.264 (04/2017) E.1.1 VUI parameters syntax.
97 * Rec. ITU-T H.264 (04/2017) 7.3.2.1.1 Sequence parameter set data syntax.
152 * Rec. ITU-T H.264 (04/2017) 7.3.2.2 Picture parameter set RBSP syntax.
/linux-6.12.1/Documentation/doc-guide/
Dsphinx.rst281 from syntax highlighting, especially short snippets. Use
319 ReStructuredText provides several options for table syntax. Kernel style for
320 tables is to prefer *simple table* syntax or *grid table* syntax. See the
321 `reStructuredText user reference for table syntax`_ for more details.
323 .. _reStructuredText user reference for table syntax:
415 writing the path to the document file, no special syntax required. The path can
/linux-6.12.1/tools/perf/tests/shell/base_probe/
Dtest_basic.sh33 …OBE" "NAME" "SYNOPSIS" "DESCRIPTION" "OPTIONS" "PROBE\s+SYNTAX" "PROBE\s+ARGUMENT" "LINE\s+SYNTAX"…

12345678910>>...17