Home
last modified time | relevance | path

Searched full:options (Results 1 – 25 of 565) sorted by relevance

12345678910>>...23

/Documentation/sphinx/
Dkerneldoc.py75 tab_width = self.options.get('tab-width', self.state.document.settings.tab_width)
78 if 'functions' in self.options:
79 self.options['identifiers'] = self.options.get('functions')
82 if 'export' in self.options:
84 export_file_patterns = str(self.options.get('export')).split()
85 elif 'internal' in self.options:
87 export_file_patterns = str(self.options.get('internal')).split()
88 elif 'doc' in self.options:
89 cmd += ['-function', str(self.options.get('doc'))]
90 elif 'identifiers' in self.options:
[all …]
Dkernel_include.py100 encoding = self.options.get(
103 tab_width = self.options.get(
118 startline = self.options.get('start-line', None)
119 endline = self.options.get('end-line', None)
131 after_text = self.options.get('start-after', None)
139 before_text = self.options.get('end-before', None)
150 if 'literal' in self.options:
157 classes=self.options.get('class', []))
160 if 'number-lines' in self.options:
162 startline = int(self.options['number-lines'] or 1)
[all …]
/Documentation/trace/
Dboottime-trace.rst19 Options in the Boot Config
22 Here is the list of available options list for boot time tracing in
23 boot config file [1]_. All options are under "ftrace." or "kernel."
24 prefix. See kernel parameters for the options which starts
30 Ftrace Global Options
33 Ftrace global options have "kernel." prefix in boot config, which means
34 these options are passed as a part of kernel legacy command line.
56 Ftrace Per-instance Options
59 These options can be used for each instance including global ftrace node.
61 ftrace.[instance.INSTANCE.]options = OPT1[, OPT2[...]]
[all …]
Dosnoise-tracer.rst98 The tracer has a set of options inside the osnoise directory, they are:
112 - osnoise/options: a set of on/off options that can be enabled by
116 special DEAFAULTS option resets all options to the default value.
118 Tracer Options
121 The osnoise/options file exposes a set of on/off configuration options for
122 the osnoise tracer. These options are:
124 - DEFAULTS: reset the options to the default value.
/Documentation/admin-guide/media/
Dbuilding.rst32 You can access a menu of Kernel building options with::
36 Then, select all desired options and exit it, saving the configuration.
48 The media subsystem is controlled by those menu configuration options::
77 enabling configuration options directly. To enable media support
146 sub-options enabled.
188 .. [4] The above contents is just an example. The actual options for
195 The Media menu has a lot more options than the remote controller menu.
196 Once selected, you should see the following options::
203 Video4Linux options --->
204 Media controller options --->
[all …]
/Documentation/tools/rv/
Drv-mon.rst15 **rv mon** [*-h*] **monitor_name** [*-h*] [*MONITOR OPTIONS*]
21 has its own set of options. The **rv list** command shows all available
24 OPTIONS chapter
37 Each monitor has its own set of options. See man **rv-mon**-*monitor_name*
40 options.
Drv.rst15 **rv** *COMMAND* [*OPTIONS*]
41 OPTIONS chapter
48 For other options, see the man page for the corresponding command.
/Documentation/translations/zh_CN/process/
Dprogramming-language.rst12 在 ``-std=gnu11`` :ref:`gcc-c-dialect-options <cn_gcc-c-dialect-options>` 下编译的:ISO C11的 GNU 方言
53 .. _cn_gcc-c-dialect-options:
55 c-dialect-options
56 https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html
/Documentation/kbuild/
Dkbuild.rst36 Additional options to pass when preprocessing. The preprocessing options
42 Additional options to pass to $(CC_COMPAT) when preprocessing C and assembler
47 Additional options to the assembler (for built-in and modules).
51 Additional assembler options for modules.
55 Additional assembler options for built-in.
59 Additional options to the C compiler (for built-in and modules).
63 Additional options to the Rust compiler (for built-in and modules).
67 Additional options for $(CC) when used to compile
72 Additional module specific options to use for $(CC).
76 Additional options for $(RUSTC) when used to compile
[all …]
/Documentation/translations/zh_TW/process/
Dprogramming-language.rst15 在 ``-std=gnu11`` :ref:`gcc-c-dialect-options <tw_gcc-c-dialect-options>` 下編譯的:ISO C11的 GNU 方言
56 .. _tw_gcc-c-dialect-options:
58 c-dialect-options
59 https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html
/Documentation/dev-tools/kunit/
Drun_wrapper.rst29 We may want to use the following options:
41 generated ``.config`` file contains the ``CONFIG`` options in the
65 in the KUnit ``defconfig``), we can provide Kconfig options in the
72 contains any other config options required by the tests (For example:
83 We can then add any other Kconfig options. For example:
89 kunit_tool ensures that all config options in ``.kunitconfig`` are
91 have not included the options dependencies.
97 (For example: ``make menuconfig``) to adjust other config options.
176 - ``--arch``: Selects a configs collection (Kconfig, qemu config options
241 - ``--help``: Lists all available options. To list common options,
[all …]
/Documentation/netlink/specs/
Dteam.yaml102 doc: for per-port options
106 doc: for array options
164 name: options-set
165 doc: Set team options
178 name: options-get
179 doc: Get team options info
Dovs_vport.yaml57 name: vport-options
58 enum-name: ovs-vport-options
99 name: options
101 nested-attributes: vport-options
139 - options
/Documentation/sound/designs/
Doss-emulation.rst78 You can change this device mapping via the module options of
80 options are available for snd-pcm-oss:
93 options snd-pcm-oss adsp_map=2
95 The options take arrays. For configuring the second card, specify
100 options snd-pcm-oss adsp_map=0,2
102 To change the mapping of MIDI devices, the following options are
116 options snd-rawmidi midi_map=2
138 app_name fragments fragment_size [options]
145 ``options`` is the optional parameters. The following options are
179 The permission of proc files depend on the module options of snd.
[all …]
/Documentation/dev-tools/
Dcoccinelle.rst19 The semantic patches included in the kernel use features and options
207 include options matching the options used when we compile the kernel.
208 You can learn what these options are by using V=1; you could then
209 manually run Coccinelle with debug options added.
245 Coccinelle supports reading .cocciconfig for default Coccinelle options that
262 OPTIONS="--dir $srctree $COCCIINCLUDE"
264 OPTIONS="--dir $KBUILD_EXTMOD $COCCIINCLUDE"
278 options for Linux with our own Linux .cocciconfig. This hints to coccinelle
282 The options picked up by coccinelle when reading a .cocciconfig do not appear
284 options will be used by Coccinelle run::
[all …]
/Documentation/filesystems/smb/
Dcifsroot.rst57 cifsroot=//<server-ip>/<share>[,options]
62 The default mount options are set in fs/smb/client/cifsroot.c.
70 options
71 Optional mount options. For more information, see mount.cifs(8).
98 CONFIG_IP_PNP options enabled::
/Documentation/mm/
Dslub.rst6 requires rebuilding the kernel to activate debug options for all
18 slabs that have data in them. See "slabinfo -h" for more options when
35 slab_debug=<Debug-Options>
36 Enable options for all slabs
38 slab_debug=<Debug-Options>,<slab name1>,<slab name2>,...
39 Enable options only for select slabs (no spaces
42 Multiple blocks of options for all slabs or selected slabs can be given, with
43 blocks of options delimited by ';'. The last of "all slabs" blocks is applied
44 to all slabs except those that match one of the "select slabs" block. Options
47 Possible debug options are::
[all …]
/Documentation/tools/rtla/
Drtla.rst12 **rtla** *COMMAND* [*OPTIONS*]
32 OPTIONS chapter
38 For other options, see the man page for the corresponding command.
/Documentation/admin-guide/blockdev/
Dfloppy.rst12 LILO configuration options (Thinkpad users, read this)
29 Several floppy related options may be given, example::
34 If you give options both in the lilo config file and on the boot
36 prompt options coming last. That's why there are also options to
40 Module configuration options
45 modprobe floppy floppy="<options>"
51 If you need certain options enabled every time you load the floppy driver,
54 options floppy floppy="omnibook messages"
59 The floppy driver related options are:
/Documentation/fb/
Dpvr2fb.rst22 You can pass kernel command line options to pvr2fb with
23 `video=pvr2fb:option1,option2:value2,option3` (multiple options should be
24 separated by comma, values are separated from options by `:`).
26 Accepted options:
Daty128fb.rst51 You can pass kernel command line options to vesafb with
52 `video=aty128fb:option1,option2:value2,option3` (multiple options should
53 be separated by comma, values are separated from options by `:`).
54 Accepted options:
Dtgafb.rst37 You can pass kernel command line options to tgafb with
38 `video=tgafb:option1,option2:value2,option3` (multiple options should be
39 separated by comma, values are separated from options by `:`).
41 Accepted options:
/Documentation/filesystems/
Dvirtiofs.rst42 Mount options
45 virtiofs supports general VFS mount options, for example, remount,
46 ro, rw, context, etc. It also supports FUSE mount options.
51 The atime-related mount options, for example, noatime, strictatime,
/Documentation/networking/device_drivers/ethernet/3com/
Dvortex.rst79 options 3c59x debug=3 rx_copybreak=300
81 If you are using the PCMCIA tools (cardmgr) then the options may be
94 options=N1,N2,N3,...
100 options=0x204,0x204
102 The individual options are composed of a number of bitfields which
121 When generating a value for the 'options' setting, the above media
134 insmod 3c59x options=0x204
141 Sets the ``options`` parameter for all 3c59x NICs in the machine.
142 Entries in the ``options`` array above will override any setting of
147 Similar to bit 9 of 'options'. Forces the corresponding card into
[all …]
/Documentation/networking/
Dmptcp.rst48 it, the returned ``SYN+ACK`` packet will not contain MPTCP options in the TCP
61 ``REMOVE_ADDR`` options.
119 Socket options
122 MPTCP supports most socket options handled by TCP. It is possible some less
123 common options are not supported, but contributions are welcome.
129 There are some MPTCP specific socket options at the ``SOL_MPTCP`` (284) level to

12345678910>>...23