Home
last modified time | relevance | path

Searched refs:option (Results 201 – 225 of 4014) sorted by relevance

12345678910>>...161

/openbmc/linux/drivers/base/firmware_loader/
H A DKconfig21 828 bytes, enable this option unless you are certain you don't
53 /lib/firmware/ paths. This option enables you to build into the
65 the directory specified by the EXTRA_FIRMWARE_DIR option, which is
87 looks for the firmware files listed in the EXTRA_FIRMWARE option.
94 This option enables a sysfs loading facility to enable firmware
169 mechanism is request_firmware_direct(). This option is kept for
180 This option enables the support for loading compressed firmware
195 This option adds the support for XZ-compressed files.
197 integrity check type (pass "-C crc32" option to xz command).
203 This option adds the support for ZSTD-compressed files.
[all …]
/openbmc/linux/drivers/pnp/
H A Dmanager.c258 struct pnp_option *option; in pnp_assign_resources() local
267 list_for_each_entry(option, &dev->options, list) { in pnp_assign_resources()
268 if (pnp_option_is_dependent(option) && in pnp_assign_resources()
269 pnp_option_set(option) != set) in pnp_assign_resources()
272 switch (option->type) { in pnp_assign_resources()
274 ret = pnp_assign_port(dev, &option->u.port, nport++); in pnp_assign_resources()
277 ret = pnp_assign_mem(dev, &option->u.mem, nmem++); in pnp_assign_resources()
280 ret = pnp_assign_irq(dev, &option->u.irq, nirq++); in pnp_assign_resources()
284 ret = pnp_assign_dma(dev, &option->u.dma, ndma++); in pnp_assign_resources()
/openbmc/pldm/tools/fw-update/
H A Dpldm_fwup_pkg_creator.py365 for option in device["DeviceUpdateOptionFlags"]:
366 if option not in supported_device_update_option_flags:
368 device_update_option_flags[option] = 1
518 for option in component["ComponentOptions"]:
519 if option not in supported_component_options:
524 component_options[option] = 1
530 for option in component["RequestedComponentActivationMethod"]:
531 if option not in supported_requested_component_activation_method:
536 requested_component_activation_method[option] = 1
/openbmc/linux/drivers/net/wireless/rsi/
H A DKconfig20 This option enabes support for RSI 1x1 devices.
28 Say Y, if you would like to enable debug support. This option
36 This option enables the SDIO bus support in rsi drivers.
44 This option enables the USB bus support in rsi drivers.
53 This option enables the WLAN BT coex support in rsi drivers.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/fwupd/fwupd-efi/
H A Dcc.patch49 -option('efi-cc', type : 'string', value : 'gcc', description : 'the compiler to use for EFI module…
50 +option('efi-cc', type : 'array', value : ['gcc'], description : 'the compiler to use for EFI modul…
51 option('efi-ld', type : 'string', value : 'ld', description : 'the linker to use for EFI modules')
52 option('efi-libdir', type : 'string', description : 'path to the EFI lib directory')
53 option('efi-ldsdir', type : 'string', description : 'path to the EFI lds directory')
/openbmc/linux/arch/ia64/
H A DKconfig.debug25 Selecting this option prints more information for Illegal Dependency
27 or Write-after-Read (WAR) violations. This option is ignored if you
37 can select this option to disable the VHPT for debugging. If you're
44 Selecting this option turns on bug checking for the IA-64
53 Selecting this option turns on bug checking for the IA-64 irq_save
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/
H A D0001-Remove-fcf-protection-full.patch6 This option is not available on all architectures e.g. RISC-V
23 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option \
34 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option \
45 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option \
55 -fdiagnostics-show-option \
/openbmc/linux/fs/ocfs2/
H A DKconfig47 This option will allow OCFS2 to use userspace clustering services
59 This option allows some fs statistics to be captured. Enabling
60 this option may increase the memory consumption.
69 This option will enlarge your kernel, but it allows debugging of
77 This option will enable expensive consistency checks. Enable
78 this option for debugging only as it is likely to decrease
/openbmc/linux/lib/
H A DKconfig30 This option provides the packing() helper function, which permits
153 This option is only needed if a module that's not in the
220 Only choose this option if you know what you are doing.
228 Only choose this option if you know what you are doing.
234 no lookup table. This is provided as a debugging option.
236 Only choose this option if you are debugging crc32.
431 When this option is selected, the BCH library supports
444 they select option BCH_CONST_PARAMS.
451 they select option BCH_CONST_PARAMS.
580 This option enables a simple self-test of the glob_match
[all …]
/openbmc/linux/tools/testing/ktest/
H A Dktest.pl1301 my $op = $option;
1329 $option = " $option";
1379 $option = $end;
1402 return $option;
1413 return $option;
1432 $prev = $option;
1433 $option = __eval_option($name, $option, $i);
1436 $option = process_evals($name, $option, $i);
4098 if (defined($opt{$option}) && $opt{$option} !~ /^\s*$/) {
4135 return $option if (!defined($option));
[all …]
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c169 BUID_LO(phb->buid), option); in pseries_eeh_phb_reset()
172 if (option == EEH_RESET_FUNDAMENTAL && ret == -8) { in pseries_eeh_phb_reset()
173 option = EEH_RESET_HOT; in pseries_eeh_phb_reset()
176 BUID_LO(phb->buid), option); in pseries_eeh_phb_reset()
180 if (option == EEH_RESET_FUNDAMENTAL || option == EEH_RESET_HOT) in pseries_eeh_phb_reset()
510 static int pseries_eeh_set_option(struct eeh_pe *pe, int option) in pseries_eeh_set_option() argument
520 switch (option) { in pseries_eeh_set_option()
530 pr_err("%s: Invalid option %d\n", __func__, option); in pseries_eeh_set_option()
536 BUID_LO(pe->phb->buid), option); in pseries_eeh_set_option()
620 static int pseries_eeh_reset(struct eeh_pe *pe, int option) in pseries_eeh_reset() argument
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/
H A Dlogin8 # to disable any delay, you should add the nodelay option to pam_unix)
12 # ISSUE_FILE option from login.defs). Uncomment for use
26 # (Replaces the `NOLOGINS_FILE' option from login.defs)
42 # (Replaces the `CONSOLE_GROUPS' option in login.defs)
47 # (Replaces the `PORTTIME_CHECKS_ENAB' option from login.defs
61 # (Replaces the `MOTD_FILE' option in login.defs)
65 # (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
/openbmc/linux/security/tomoyo/
H A DKconfig46 policy was loaded. This option will be useful for systems where
64 command line option.
74 option. For example, if you pass init=/bin/systemd option, you may
75 want to also pass TOMOYO_trigger=/bin/systemd option.
83 Enabling this option forces minimal built-in policy and disables
85 this option only if this kernel is built for doing fuzzing tests.
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/
H A D0002-options-Replace-use-of-VLAs-in-C.patch30 - struct option longOptions[optionsMap_.size() + 1];
32 + struct option *longOptions = (struct option*)malloc(sizeof(struct option) * (optionsMap_.size() +…
45 const Option &option = *optionsMap_[c];
46 if (!parseValue(option, optarg, &options)) {
54 std::cerr << "Invalid non-option argument '" << argv[optind]
/openbmc/linux/arch/riscv/
H A DMakefile95 KBUILD_CFLAGS += $(call cc-option,-mno-riscv-attribute)
96 KBUILD_AFLAGS += $(call cc-option,-mno-riscv-attribute)
97 KBUILD_CFLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr)
98 KBUILD_AFLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr)
100 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-relax)
101 KBUILD_AFLAGS_MODULE += $(call as-option,-Wa$(comma)-mno-relax)
107 KBUILD_CFLAGS += $(call cc-option,-mstrict-align)
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h25 #define TEST_OPTION_FLAGS(flags, option) (1 & ((flags) >> (option))) argument
26 #define SET_OPTION_FLAGS(flags, option) ((flags) |= (1 << (option))) argument
/openbmc/linux/scripts/
H A DMakefile.kasan14 cc-param = $(call cc-option, -mllvm -$(1), $(call cc-option, --param $(1)))
33 CFLAGS_KASAN_SHADOW := $(call cc-option, -fsanitize=kernel-address \
35 $(call cc-option, -fsanitize=kernel-address \
/openbmc/linux/drivers/s390/net/
H A DKconfig10 Select this option if you want to use LCS networking on IBM System z.
19 Select this option if you want to use channel-to-channel
34 Select this option if you want to use inter-user communication
46 Select this option if you want to be able to receive SMSG messages
54 Select this option to deliver CP special messages (SMSGs) as
78 Select this option to be able to run qeth devices in layer 2 mode.
87 Select this option to be able to run qeth devices in layer 3 mode.
109 Select this option if you want to use the Internal Shared Memory
/openbmc/phosphor-time-manager/
H A Dmeson.options5 option( 'tests', type : 'feature',
17 option ( 'default_time_mode', type : 'combo',
22 option(
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A DKconfig17 This option enables support for IPoIB connected mode. After
18 enabling this option, you need to switch to connected mode
32 This option causes debugging code to be compiled into the
37 This option also creates a directory tree under ipoib/ in
46 This option compiles debugging code into the data path
/openbmc/linux/drivers/gpu/drm/amd/display/
H A DKconfig13 Choose this option if you want to use the new display engine
33 Choose this option to enable new AMD DC support for SI asics
42 Choose this option if you want to hit kdgb_break in assert.
49 Choose this option if you want to support secure display
51 This option enables the calculation of crc of specific region via
/openbmc/linux/arch/arm/
H A DMakefile23 KBUILD_CFLAGS += $(call cc-option,-fno-dwarf2-cfi-asm)
26 KBUILD_CFLAGS += $(call cc-option,-mno-fdpic)
34 KBUILD_CFLAGS += $(call cc-option,-mno-unaligned-access)
60 KBUILD_CFLAGS += $(call cc-option,-fno-ipa-sra)
115 CFLAGS_ABI :=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) $(call cc-option,-mno-thumb-interwork,)
131 AFLAGS_NOWARN :=$(call as-option,-Wa$(comma)-mno-warn-deprecated,-Wa$(comma)-W)
138 CFLAGS_ISA :=$(call cc-option,-marm,) $(AFLAGS_NOWARN)
144 …FLAGS_ABI) $(CFLAGS_ISA) $(arch-y) $(tune-y) $(call cc-option,-mshort-load-bytes,$(call cc-option,…
/openbmc/u-boot/dts/
H A DKconfig36 U-Boot's device tree (e.g. to delete device from it). This option
47 which is not enough to support device tree. Enable this option to
55 which is not enough to support device tree. Enable this option to
65 can invalidate driver-model device tree offsets. This option
77 If this option is enabled, the device tree will be built and
83 If this option is enabled, the device tree will be picked up and
92 If this option is enabled, the device tree will be provided by
107 If this option is enabled, the device tree used for DT
126 This option specifies a list of device tree files to use for DT
146 This option provides hooks to allow U-boot to parse an
[all …]
/openbmc/linux/tools/perf/util/
H A Drecord.h12 struct option;
85 extern struct option *record_options;
87 int record__parse_freq(const struct option *opt, const char *str, int unset);
/openbmc/qemu/nbd/
H A Dclient.c81 stl_be_p(&req.option, opt); in nbd_send_option_request()
123 reply->option = be32_to_cpu(reply->option); in nbd_receive_option_reply()
127 trace_nbd_receive_option_reply(reply->option, nbd_opt_lookup(reply->option), in nbd_receive_option_reply()
138 reply->option, nbd_opt_lookup(reply->option), in nbd_receive_option_reply()
193 reply->option, nbd_opt_lookup(reply->option)); in nbd_handle_reply_err()
198 reply->option, nbd_opt_lookup(reply->option)); in nbd_handle_reply_err()
203 reply->option, nbd_opt_lookup(reply->option)); in nbd_handle_reply_err()
208 " (%s)", reply->option, nbd_opt_lookup(reply->option)); in nbd_handle_reply_err()
218 reply->option, nbd_opt_lookup(reply->option)); in nbd_handle_reply_err()
223 " (%s)", reply->option, nbd_opt_lookup(reply->option)); in nbd_handle_reply_err()
[all …]

12345678910>>...161