/openbmc/u-boot/include/linux/ |
H A D | kconfig.h | 30 #define IS_ENABLED(option) \ argument 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 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/openbmc-test-automation/bin/ |
H A D | generate_testsuite_info.py | 59 def __init__(self, option): argument 121 def parse_test_suites(source_path, option): argument 147 def parse_test_file(test_suite_obj, option): argument
|
/openbmc/intel-ipmi-oem/include/ |
H A D | biosxml.hpp | 74 namespace option namespace 77 struct option struct 79 option(std::string text, std::string value) : in option() argument 83 std::string text; 84 std::string value; 698 for (auto& option : knob.options) in getBaseTable() local
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_pci_vfio.c | 161 unsigned int addr, int option) in spapr_phb_vfio_eeh_set_option() 279 int spapr_phb_vfio_eeh_reset(SpaprPhbState *sphb, int option) in spapr_phb_vfio_eeh_reset() 332 unsigned int addr, int option) in spapr_phb_vfio_eeh_set_option() 342 int spapr_phb_vfio_eeh_reset(SpaprPhbState *sphb, int option) in spapr_phb_vfio_eeh_reset()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | kxgettext.c | 85 const char *option; member 92 static struct message *message__new(const char *msg, char *option, in message__new() 149 static int message__add(const char *msg, char *option, const char *file, in message__add()
|
/openbmc/obmc-ikvm/ |
H A D | ikvm_args.cpp | 13 int option; local
|
/openbmc/openbmc/poky/scripts/ |
H A D | devtool | 44 def get(self, section, option, default=None): argument 77 def set(self, section, option, value): argument
|
/openbmc/phosphor-led-sysfs/ |
H A D | argument.cpp | 31 int option = 0; in ArgumentParser() local
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | devtool | 46 ret = self.config_obj.get(section, option) argument 79 set(self, section, option, value) global() argument
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_hpmfwupg.c | 292 HpmfwupgTargetCheck(struct ipmi_intf *intf, int option) in HpmfwupgTargetCheck() 464 int componentMask, int option) in HpmfwupgUpgrade() 608 struct HpmfwupgUpgradeCtx *pFwupgCtx, int option) in HpmfwupgPreparationStage() 833 int componentMask, int option) in HpmfwupgPreUpgradeCheck() 992 struct HpmfwupgUpgradeCtx *pFwupgCtx, int option) in HpmfwupgUpgradeStage() 1084 int option, in HpmFwupgActionUploadFirmware() 1792 struct HpmfwupgUpgradeCtx *pFwupgCtx, int option) in HpmfwupgFinishFirmwareUpload() 2448 int option = 0; in ipmi_hpmfwupg_main() local
|
H A D | ipmi_dcmi.c | 1761 ipmi_dcmi_pwr_slimit(struct ipmi_intf * intf, const char * option, in ipmi_dcmi_pwr_slimit() 1971 ipmi_dcmi_pwr_actdeact(struct ipmi_intf * intf, uint8_t option) in ipmi_dcmi_pwr_actdeact() 2434 uint8_t option; in ipmi_nm_getcapabilities() local 2513 uint8_t option; in ipmi_nm_get_policy() local 2602 uint8_t option; in ipmi_nm_policy() local 2789 uint8_t option; in ipmi_nm_get_statistics() local 2907 uint8_t option; in ipmi_nm_reset_statistics() local 3123 uint8_t option; in ipmi_nm_thresh() local 3238 uint8_t option; in ipmi_nm_suspend() local
|
/openbmc/libpldm/include/libpldm/oem/meta/ |
H A D | file_io.h | 68 uint8_t option; member 84 uint8_t option; member
|
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | argument.cpp | 30 auto option = 0; in ArgumentParser() local
|
/openbmc/witherspoon-pfault-analysis/power-sequencer/ |
H A D | argument.cpp | 51 int option = 0; in ArgumentParser() local
|
/openbmc/phosphor-networkd/src/ |
H A D | argument.cpp | 29 int option = 0; in ArgumentParser() local
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | cache-cp15.c | 26 void set_section_dcache(int section, enum dcache_option option) in set_section_dcache() 53 enum dcache_option option) in mmu_set_region_dcache_behaviour()
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | cache.c | 44 enum dcache_option option = DCACHE_WRITETHROUGH; in enable_caches() local
|
/openbmc/u-boot/board/phytec/phycore_rk3288/ |
H A D | som.h | 13 unsigned char option[12]; /* coding for variants */ member
|
/openbmc/qemu/system/ |
H A D | runstate-hmp-cmds.c | 45 const char *option = qdict_get_try_str(qdict, "option"); in hmp_one_insn_per_tb() local
|
/openbmc/pam-ipmi/src/pam_ipmicheck/ |
H A D | pam_ipmicheck.c | 40 static const char *get_option(const char *option, int argc, const char **argv) in get_option()
|
/openbmc/u-boot/cmd/ |
H A D | bootmenu.c | 250 const char *option; in bootmenu_create() local 376 char *option, *sep; in bootmenu_show() local
|
/openbmc/u-boot/tools/ |
H A D | mkenvimage.c | 80 int option; in main() local
|
/openbmc/qemu/monitor/ |
H A D | qemu-config-qmp.c | 173 CommandLineOptionInfoList *qmp_query_command_line_options(const char *option, in qmp_query_command_line_options()
|
/openbmc/qemu/include/hw/pci-host/ |
H A D | spapr.h | 134 unsigned int addr, int option) in spapr_phb_vfio_eeh_set_option() 143 static inline int spapr_phb_vfio_eeh_reset(SpaprPhbState *sphb, int option) in spapr_phb_vfio_eeh_reset()
|
/openbmc/u-boot/tools/patman/ |
H A D | settings.py | 113 def get(self, section, option, *args, **kwargs): argument
|