Home
last modified time | relevance | path

Searched refs:option (Results 676 – 700 of 4003) sorted by relevance

1...<<21222324252627282930>>...161

/openbmc/linux/drivers/media/pci/ddbridge/
H A DKconfig42 module. MSI can still be disabled by passing msi=0 as option, as
43 this will just change the msi option default value.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-platform-ts550045 Indicates the presence of the RS485 option. If it is present,
53 Indicates the presence of the SRAM option. If it is present,
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/
H A Dbackported.patch15 + - (#1506) new option "-D" / "--delay-start" to only show bar after N
17 + - new option "--fineta" / "-I" to show ETA as time of day rather than time
/openbmc/u-boot/doc/imx/common/
H A Dimx5.txt10 This option should be enabled by all boards using the i.MX51 silicon
20 This option should be enabled for boards having a SYS_ON_OFF_CTL signal
/openbmc/u-boot/arch/arm/
H A DKconfig.debug19 their output to an 8250 UART. You can use this option
24 This option is preferred over the platform specific
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ne10/ne10/
H A D0001-CMakeLists.txt-Remove-mthumb-interwork.patch6 This option is meaningless with aapcs ABI
11 where this option is absent
/openbmc/linux/tools/perf/util/
H A Dsetup.py18 def clang_has_option(option): argument
19 …cc_output = Popen([cc, cc_options + option, path.join(src_feature_tests, "test-hello.c") ], stderr…
/openbmc/linux/Documentation/filesystems/
H A Ddevpts.rst19 As an option instead of placing a ``/dev/ptmx`` device node at ``/dev/ptmx``
31 Per-instance limit could be set by adding mount option ``max=<count>``.
/openbmc/linux/drivers/crypto/aspeed/
H A DKconfig17 option to ask for those messages.
18 Avoid enabling this option for production build to
/openbmc/linux/arch/x86/boot/compressed/
H A Dmisc.h91 int cmdline_find_option(const char *option, char *buffer, int bufsize);
92 int cmdline_find_option_bool(const char *option);
/openbmc/linux/arch/x86/kernel/
H A Dprocess_32.c220 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2() argument
222 return do_arch_prctl_common(option, arg2); in SYSCALL_DEFINE2()
/openbmc/linux/arch/loongarch/vdso/
H A DMakefile27 $(call cc-option, -fno-asynchronous-unwind-tables) \
28 $(call cc-option, -fno-stack-protector)
/openbmc/service-config-manager/
H A Dmeson.options1 option(
/openbmc/u-boot/drivers/net/
H A Drtl8169.c955 int option = -1, Cap10_100 = 0, Cap1000 = 0; in rtl_init() local
992 option = (board_idx >= MAX_UNITS) ? 0 : media[board_idx]; in rtl_init()
994 if (option > 0) { in rtl_init()
999 switch (option) { in rtl_init()
1051 option = RTL_R8(PHYstatus); in rtl_init()
1052 if (option & _1000bpsF) { in rtl_init()
1061 (option & _100bps) ? "100" : in rtl_init()
1063 (option & FullDup) ? "Full" : in rtl_init()
/openbmc/linux/Documentation/scsi/
H A Dadvansys.rst71 Enabling this option adds assertion logic statements to the
82 Enabling this option adds tracing functions to the driver and the
83 ability to set a driver tracing level at boot time. This option is
150 Enabling this option adds statistics collection and display
177 recognize the 'advansys' LILO command line and /etc/lilo.conf option.
178 This option can be used to either disable I/O port scanning or to limit
179 scanning to 1 - 4 I/O ports. Regardless of the option setting EISA and
180 PCI boards will still be searched for and detected. This option only
H A Daic7xxx.rst157 - Correct Domain Validation command-line option parsing.
215 :Possible Values: This option is a flag
237 :Possible Values: This option is a toggle
254 :Possible Values: This option is a toggle
262 :Possible Values: This option is a flag
268 :Possible Values: This option is a flag
276 :Possible Values: This option is a flag
284 :Possible Values: This option is a flag
290 This option sets the default tag depth which
292 option.
[all …]
/openbmc/linux/Documentation/networking/
H A Ddccp.rst75 service codes (RFC 4340, sec. 8.1.2); if this socket option is not set,
86 supported by the endpoint. The option value is an array of type uint8_t whose
87 size is passed as option length. The minimum array size is 4 elements, the
92 time, combining the operation of the next two socket options. This option is
95 understood. This socket option takes as argument at least one uint8_t value, or
108 state. When this boolean socket option is on, the server sends a Close instead
109 and will enter TIMEWAIT. This option must be set after accept() returns.
203 of the RTO timer. This setting can be modified via the 'rto_min' option
/openbmc/linux/drivers/platform/chrome/
H A DKconfig11 various Chromebooks and Chromeboxes. This option alone does
58 This option adds a driver for the tablet switch on
154 This option enables support for the keyboard backlight LEDs on
176 This option exposes the Chromebook Pixel's lightbar to
187 This option exposes the ChromeOS EC vboot context nvram to
198 This option exposes the ChromeOS EC device internals to
222 This option exposes some sysfs attributes to control and get
257 This option enables support for logging event data for the USB PD charger
/openbmc/linux/lib/
H A DKconfig.kcsan7 def_bool (CC_IS_CLANG && $(cc-option,-fsanitize=thread -mllvm -tsan-distinguish-volatile=1)) || \
8 (CC_IS_GCC && $(cc-option,-fsanitize=thread --param tsan-distinguish-volatile=1))
34 …def_bool (CC_IS_CLANG && $(cc-option,-fsanitize=thread -mllvm -tsan-compound-read-before-write=1))…
35 (CC_IS_GCC && $(cc-option,-fsanitize=thread --param tsan-compound-read-before-write=1))
50 While this option should generally be benign, we call into more
147 delayed. This option will allow KCSAN to detect races between
233 Never instrument marked atomic accesses. This option can be used for
243 be reported as data races; however, unlike that option, data races
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dtsx_async_abort.rst136 The mitigation can be controlled at boot time via a kernel command line option.
156 the option "tsx_async_abort=". The valid arguments for this option are:
159 off This option disables the TAA mitigation on affected platforms.
166 TAA is also mitigated. Specifying this option on those
175 Not specifying this option is equivalent to "tsx_async_abort=full". For
190 Note that this option takes effect only on newer CPUs which are
207 Not specifying this option is equivalent to "tsx=off".
/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/
H A Dmeson.options2 option('FAILING_TEST', type : 'feature', value : 'disabled',
/openbmc/linux/fs/isofs/
H A Dinode.c340 int option; in parse_options() local
414 if (match_int(&args[0], &option)) in parse_options()
416 n = option; in parse_options()
426 if (match_int(&args[0], &option)) in parse_options()
428 popt->sbsector = option; in parse_options()
455 if (match_int(&args[0], &option)) in parse_options()
457 popt->fmode = option; in parse_options()
460 if (match_int(&args[0], &option)) in parse_options()
462 popt->dmode = option; in parse_options()
468 if (match_int(&args[0], &option)) in parse_options()
[all …]
/openbmc/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_hal.c571 const char *option = ""; in get_core_option() local
576 option = "60"; in get_core_option()
579 option = "60s"; in get_core_option()
583 option = "30"; in get_core_option()
585 option = "60i"; in get_core_option()
588 return option; in get_core_option()
/openbmc/linux/net/9p/
H A Dtrans_rdma.c178 int option; in parse_opts() local
205 r = match_int(&args[0], &option); in parse_opts()
214 opts->port = option; in parse_opts()
217 opts->sq_depth = option; in parse_opts()
220 opts->rq_depth = option; in parse_opts()
223 opts->timeout = option; in parse_opts()
/openbmc/linux/tools/tracing/rtla/src/
H A Dosnoise.c737 static int osnoise_options_get_option(char *option) in osnoise_options_get_option() argument
750 snprintf(no_option, sizeof(no_option), "NO_%s", option); in osnoise_options_get_option()
760 opt = strstr(options, option); in osnoise_options_get_option()
771 static int osnoise_options_set_option(char *option, bool onoff) in osnoise_options_set_option() argument
776 return tracefs_instance_file_write(NULL, "osnoise/options", option); in osnoise_options_set_option()
778 snprintf(no_option, sizeof(no_option), "NO_%s", option); in osnoise_options_set_option()

1...<<21222324252627282930>>...161