/openbmc/qemu/ |
H A D | meson_options.txt | 1 # These options do not correspond to a --enable/--disable-* option 5 option('qemu_suffix', type : 'string', value: 'qemu', 7 option('docdir', type : 'string', value : 'share/doc', 9 option('qemu_firmwarepath', type : 'array', value : ['share/qemu-firmware'], 11 option('pkgversion', type : 'string', value : '', 13 option('smbd', type : 'string', value : '', 15 option('iasl', type : 'string', value : '', 17 option('tls_priority', type : 'string', value : 'NORMAL', 19 option('default_devices', type : 'boolean', value : true, 21 option('audio_drv_list', type: 'array', value: ['default'], [all …]
|
/openbmc/linux/scripts/ |
H A D | config | 19 --enable|-e option Enable option 20 --disable|-d option Disable option 21 --module|-m option Turn option into a module 22 --set-str option string 23 Set option to "string" 24 --set-val option value 25 Set option to value 26 --undefine|-u option Undefine option 27 --state|-s option Print state of option (n,y,m,undef) 29 --enable-after|-E beforeopt option [all …]
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | gop.c | 27 enum efi_cmdline_option option; member 36 } cmdline = { .option = EFI_CMDLINE_NONE }; 38 static bool parse_modenum(char *option, char **next) in parse_modenum() argument 42 if (!strstarts(option, "mode=")) in parse_modenum() 44 option += strlen("mode="); in parse_modenum() 45 m = simple_strtoull(option, &option, 0); in parse_modenum() 46 if (*option && *option++ != ',') in parse_modenum() 48 cmdline.option = EFI_CMDLINE_MODE_NUM; in parse_modenum() 51 *next = option; in parse_modenum() 55 static bool parse_res(char *option, char **next) in parse_res() argument [all …]
|
/openbmc/linux/drivers/pnp/ |
H A D | quirks.c | 27 struct pnp_option *option, in quirk_awe32_add_ports() argument 35 "%d\n", pnp_option_set(option)); in quirk_awe32_add_ports() 39 *new_option = *option; in quirk_awe32_add_ports() 42 list_add(&new_option->list, &option->list); in quirk_awe32_add_ports() 47 pnp_option_set(option)); in quirk_awe32_add_ports() 52 struct pnp_option *option; in quirk_awe32_resources() local 59 list_for_each_entry(option, &dev->options, list) { in quirk_awe32_resources() 60 if (pnp_option_is_dependent(option) && in quirk_awe32_resources() 61 pnp_option_set(option) != set) { in quirk_awe32_resources() 62 set = pnp_option_set(option); in quirk_awe32_resources() [all …]
|
H A D | resource.c | 39 struct pnp_option *option; in pnp_build_option() local 41 option = kzalloc(sizeof(struct pnp_option), GFP_KERNEL); in pnp_build_option() 42 if (!option) in pnp_build_option() 45 option->flags = option_flags; in pnp_build_option() 46 option->type = type; in pnp_build_option() 48 list_add_tail(&option->list, &dev->options); in pnp_build_option() 49 return option; in pnp_build_option() 55 struct pnp_option *option; in pnp_register_irq_resource() local 58 option = pnp_build_option(dev, IORESOURCE_IRQ, option_flags); in pnp_register_irq_resource() 59 if (!option) in pnp_register_irq_resource() [all …]
|
/openbmc/u-boot/include/linux/ |
H A D | kconfig.h | 30 #define IS_ENABLED(option) \ argument 31 (config_enabled(option) || config_enabled(option##_MODULE)) 38 #define IS_BUILTIN(option) config_enabled(option) argument 44 #define IS_MODULE(option) config_enabled(option##_MODULE) argument 79 #define CONFIG_VAL(option) config_val(option) argument 87 #define CONFIG_IS_ENABLED(option) \ argument 88 (config_enabled(CONFIG_VAL(option)) || \ 89 config_enabled(CONFIG_VAL(option##_MODULE))) 97 #define CONFIG_IS_BUILTIN(option) config_enabled(CONFIG_VAL(option)) argument 105 #define CONFIG_IS_MODULE(option) config_enabled(CONFIG_VAL(option##_MODULE)) argument
|
/openbmc/phosphor-host-ipmid/ |
H A D | meson.options | 2 option('tests', type: 'feature', description: 'Build tests') 3 option( 6 description: 'Add option to enable/disable safe mode in boot flags', 8 option( 11 description: 'Add option to enable/disable i2c master write read command white list checking', 15 option('softoff', type: 'feature', description: 'Builds soft power off') 16 option( 22 option( 28 option( 34 option( [all …]
|
/openbmc/linux/arch/m68k/ |
H A D | Makefile | 41 cpuflags-$(CONFIG_M5441x) = $(call cc-option,-mcpu=54455,-mcfv4e) 42 cpuflags-$(CONFIG_M54xx) = $(call cc-option,-mcpu=5475,-m5200) 43 cpuflags-$(CONFIG_M5407) = $(call cc-option,-mcpu=5407,-m5200) 44 cpuflags-$(CONFIG_M532x) = $(call cc-option,-mcpu=532x,-m5307) 45 cpuflags-$(CONFIG_M537x) = $(call cc-option,-mcpu=537x,-m5307) 46 cpuflags-$(CONFIG_M5307) = $(call cc-option,-mcpu=5307,-m5200) 47 cpuflags-$(CONFIG_M528x) = $(call cc-option,-mcpu=528x,-m5307) 48 cpuflags-$(CONFIG_M5275) = $(call cc-option,-mcpu=5275,-m5307) 49 cpuflags-$(CONFIG_M5272) = $(call cc-option,-mcpu=5272,-m5307) 50 cpuflags-$(CONFIG_M5271) = $(call cc-option,-mcpu=5271,-m5307) [all …]
|
/openbmc/phosphor-debug-collector/ |
H A D | meson.options | 3 option('tests', type: 'feature', description: 'Build tests') 5 option( 11 option( 18 option( 25 option( 32 option( 39 option( 46 option( 53 option( 60 option( [all …]
|
/openbmc/phosphor-fan-presence/ |
H A D | meson.options | 2 option('tests', type: 'feature', value: 'enabled', description: 'Build tests.') 4 option( 11 option( 20 option( 27 option( 37 option( 44 option( 50 option( 56 option( 62 option( [all …]
|
/openbmc/phosphor-bmc-code-mgmt/ |
H A D | meson.options | 6 option( 15 option( 22 option( 29 option('tests', type: 'feature', description: 'Build tests') 31 option( 38 option( 45 option( 52 option( 60 option( 67 option( [all …]
|
/openbmc/dbus-sensors/ |
H A D | meson.options | 1 option( 7 option( 13 option( 19 option( 25 option( 31 option( 37 option( 43 option( 49 option( 55 option( [all …]
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-nbd.rst | 30 driver options if :option:`--image-opts` is specified. 34 .. option:: --object type,id=ID,... 43 .. option:: -p, --port=PORT 48 .. option:: -o, --offset=OFFSET 52 .. option:: -b, --bind=IFACE 57 .. option:: -k, --socket=PATH 61 .. option:: --image-opts 65 not be used, instead the :option:`format=` option should be set. 67 .. option:: -f, --format=FMT 72 .. option:: -r, --read-only [all …]
|
/openbmc/phosphor-power/ |
H A D | meson.options | 1 option( 7 option( 13 option( 19 option('tests', type: 'feature', description: 'Build tests.') 20 option( 28 option( 35 option( 42 option( 49 option( 55 option( [all …]
|
/openbmc/phosphor-ipmi-flash/ |
H A D | meson.options | 1 option('tests', type: 'feature', description: 'Build tests') 4 option( 9 option( 14 option('host-tool', type: 'feature', description: 'Build the host tool') 17 option( 23 option( 29 option( 36 option( 43 option( 49 option( [all …]
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | prctl.c | 16 static size_t prctl__scnprintf_option(int option, char *bf, size_t size, bool show_prefix) in prctl__scnprintf_option() argument 18 return strarray__scnprintf(&strarray__prctl_options, bf, size, "%d", show_prefix, option); in prctl__scnprintf_option() 21 static size_t prctl__scnprintf_set_mm(int option, char *bf, size_t size, bool show_prefix) in prctl__scnprintf_set_mm() argument 24 return strarray__scnprintf(&strarray__prctl_set_mm_options, bf, size, "%d", show_prefix, option); in prctl__scnprintf_set_mm() 29 int option = syscall_arg__val(arg, 0); in syscall_arg__scnprintf_prctl_arg2() local 31 if (option == PR_SET_MM) in syscall_arg__scnprintf_prctl_arg2() 37 if (option == PR_SET_NAME) in syscall_arg__scnprintf_prctl_arg2() 45 int option = syscall_arg__val(arg, 0); in syscall_arg__scnprintf_prctl_arg3() local 47 if (option == PR_SET_MM) in syscall_arg__scnprintf_prctl_arg3() 55 unsigned long option = arg->val; in syscall_arg__scnprintf_prctl_option() local [all …]
|
/openbmc/phosphor-state-manager/ |
H A D | meson.options | 1 option('tests', type: 'feature', description: 'Build tests') 3 option( 10 option( 17 option( 24 option( 31 option( 38 option( 45 option( 52 option( 59 option( [all...] |
/openbmc/bmcweb/ |
H A D | meson.options | 2 option( 11 option( 19 option( 28 option( 34 Enabling this option causes return codes to return the old 40 # if you use this option and are seeing this comment, please comment here: 46 #option( 54 option( 65 option( 74 option( [all...] |
/openbmc/telemetry/ |
H A D | meson.options | 1 option('buildtest', type: 'boolean', value: true, description: 'Build tests') 2 option( 9 option( 16 option( 23 option( 30 option( 37 option( 44 option( 51 option( 58 option('service-wants', type: 'array', value: []) [all …]
|
/openbmc/linux/arch/powerpc/ |
H A D | Makefile | 13 HAS_BIARCH := $(call cc-option-yn, -m32) 59 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-save-toc-indirect) 61 KBUILD_CFLAGS += $(call cc-option,-mbig-endian) 70 cflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mabi=elfv1) 71 cflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mcall-aixdesc) 72 aflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mabi=elfv1) 81 cflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mbig-endian) 83 aflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mbig-endian) 99 ifeq ($(call cc-option-yn,-mcmodel=medium),y) 115 CFLAGS-$(CONFIG_PPC64) := $(call cc-option,-mtraceback=no) [all …]
|
/openbmc/linux/tools/include/linux/ |
H A D | kconfig.h | 44 #define IS_BUILTIN(option) __is_defined(option) argument 50 #define IS_MODULE(option) __is_defined(option##_MODULE) argument 58 #define IS_REACHABLE(option) __or(IS_BUILTIN(option), \ argument 59 __and(IS_MODULE(option), __is_defined(MODULE))) 65 #define IS_ENABLED(option) __or(IS_BUILTIN(option), IS_MODULE(option)) argument
|
/openbmc/linux/include/linux/ |
H A D | kconfig.h | 50 #define IS_BUILTIN(option) __is_defined(option) argument 57 #define IS_MODULE(option) __is_defined(option##_MODULE) argument 65 #define IS_REACHABLE(option) __or(IS_BUILTIN(option), \ argument 66 __and(IS_MODULE(option), __is_defined(MODULE))) 73 #define IS_ENABLED(option) __or(IS_BUILTIN(option), IS_MODULE(option)) argument
|
/openbmc/u-boot/arch/arm/ |
H A D | config.mk | 20 PLATFORM_RELFLAGS += $(call cc-option, -msoft-float) \ 21 $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) 24 LLVM_RELFLAGS := $(call cc-option,-mllvm,) \ 25 $(call cc-option,-mno-movt,) 38 AFLAGS_IMPLICIT_IT := $(call as-option,-Wa$(comma)-mimplicit-it=always) 40 $(call cc-option, -mthumb -mthumb-interwork,\ 41 $(call cc-option,-marm,)\ 42 $(call cc-option,-mno-thumb-interwork,)\ 45 PF_CPPFLAGS_ARM := $(call cc-option,-marm,) \ 46 $(call cc-option,-mno-thumb-interwork,) [all …]
|
/openbmc/phosphor-dbus-interfaces/ |
H A D | meson.options | 1 option('generate_md', type: 'boolean', value: true) 2 option('libphosphor_dbus', type: 'boolean', value: true) 3 option('data_com_google', type: 'boolean', value: true) 4 option('data_com_ibm', type: 'boolean', value: true) 5 option('data_com_intel', type: 'boolean', value: true) 6 option('data_com_meta', type: 'boolean', value: true) 7 option('data_org_freedesktop', type: 'boolean', value: true) 8 option('data_org_open_power', type: 'boolean', value: true) 9 option('data_xyz_openbmc_project', type: 'boolean', value: true)
|
/openbmc/linux/drivers/misc/cardreader/ |
H A D | rts5260.c | 178 struct rtsx_cr_option *option = &pcr->option; in rts5260_card_power_on() local 180 if (option->ocp_en) in rts5260_card_power_on() 274 if (pcr->option.ocp_en) in rts5260_card_power_off() 282 struct rtsx_cr_option *option = &pcr->option; in rts5260_init_ocp() local 284 if (option->ocp_en) { in rts5260_init_ocp() 290 option->sd_800mA_ocp_thd); in rts5260_init_ocp() 362 if (!pcr->option.ocp_en) in rts5260_process_ocp() 483 struct rtsx_cr_option *option = &pcr->option; in rts5260_init_from_cfg() local 487 if (option->ltr_en) { in rts5260_init_from_cfg() 488 if (option->ltr_enabled) in rts5260_init_from_cfg() [all …]
|