Home
last modified time | relevance | path

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

12345678910>>...15

/Linux-v6.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 …]
/Linux-v6.1/Documentation/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-v6.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-v6.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-v6.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 …]
Dperf-list.txt129 It's also possible to use pmu syntax:
161 It's also possible to use pmu syntax:
173 perf also supports an extended syntax for specifying raw parameters
186 or using extended name syntax
/Linux-v6.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-v6.1/Documentation/process/
Dprogramming-language.rst23 [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
/Linux-v6.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-v6.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-v6.1/include/uapi/linux/
Dv4l2-controls.h1312 * sequence parameter set syntax as specified by the H264 specification.
1368 * structure match the picture parameter set syntax as specified
1444 * Prediction weight table, which matches the syntax specified
1493 * This structure holds the H264 syntax elements that are specified
1496 * Slice invariant syntax elements are contained in struct
1501 * Slice invariant syntax elements are specified in specification section
1504 * Except where noted, the members on this struct match the slice header syntax.
1560 * @frame_num: frame identifier which matches frame_num syntax element.
1591 * @nal_ref_idc: slice header syntax element.
1592 * @frame_num: slice header syntax element.
[all …]
/Linux-v6.1/Documentation/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-v6.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.
/Linux-v6.1/Documentation/translations/it_IT/process/
Dprogramming-language.rst29 [it-gcc-attribute-syntax]_. Gli attributi permettono di aggiungere una semantica,
52 .. [it-gcc-attribute-syntax] https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
/Linux-v6.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
99 : "Type syntax"
Dkprobe_syntax_errors.tc17 check_error 'p ^hoge-fuga' # BAD_PROBE_ADDR (bad syntax)
18 check_error 'p ^hoge+1000-1000' # BAD_PROBE_ADDR (bad syntax)
/Linux-v6.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-v6.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-v6.1/Documentation/kbuild/
Dmakefiles.rst57 === 8 Kbuild syntax for exported headers
130 kbuild infrastructure. This chapter introduces the syntax used in the
247 the syntax above will also work. So, if you have CONFIG_EXT2_FS=y,
317 Kbuild also supports dedicated syntax, subdir-y and subdir-m, for
330 syntax is always used for directories.
360 in the next section) is the correct syntax to use.
504 This is a custom rule, following the normal syntax
572 If the target is already listed in the recognized syntax such as
784 The syntax used to define composite objects for host programs is
785 similar to the syntax used for kernel objects.
[all …]
Dkconfig-macro-language.rst57 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.
/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/actions/
Dct.json196 "name": "Try ct with full nat ipv4 range syntax",
220 "name": "Try ct with full nat ipv6 syntax",
244 "name": "Try ct with full nat ipv6 range syntax",
268 "name": "Try ct with full nat ipv6 range syntax + force",
/Linux-v6.1/Documentation/trace/
Dkprobetrace.rst93 offset, and container-size (usually 32). The syntax is::
106 either user-space dereference syntax or 'ustring' type.
108 The user-space dereference syntax allows you to access a field of a data
110 dereference syntax. For example, +u4(%si) means it will read memory from the
117 Note that kprobe-event provides the user-memory access syntax but it doesn't
/Linux-v6.1/drivers/tty/
Dmoxa.c1825 * Syntax:
1830 * Syntax:
1843 * Syntax:
1849 * Syntax:
1855 * Syntax:
1868 * Syntax:
1879 * Syntax:
1894 * Syntax:
1902 * Syntax:
1914 * Syntax:
[all …]
/Linux-v6.1/tools/testing/selftests/net/mptcp/
Dpm_nl_ctl.c32 static void syntax(char *argv[]) in syntax() function
351 syntax(argv); in dsf()
465 syntax(argv); in csf()
584 syntax(argv); in remove_addr()
636 syntax(argv); in announce_addr()
762 syntax(argv); in add_addr()
892 syntax(argv); in del_addr()
897 syntax(argv); in del_addr()
1082 syntax(argv); in get_addr()
1237 syntax(argv); in add_listener()
[all …]

12345678910>>...15