Searched defs:bootSource (Results 1 – 5 of 5) sorted by relevance
/openbmc/webui-vue/src/store/modules/Operations/ |
H A D | BootSettingsStore.js | 8 bootSource: null, property in BootSettingsStore.state 48 { bootSource, overrideEnabled }, field in BootSettingsStore.actions.AnonymousClassc677f5850401 111 { bootSource, overrideEnabled, tpmEnabled }, field in BootSettingsStore.actions.AnonymousClassc677f5850901 117 dispatch('saveBootSettings', { bootSource, overrideEnabled }), field in AnonymousClassc677f5850a01
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | systems.hpp | 764 assignBootParameters(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & rfSource,std::string & bootSource,std::string & bootMode) assignBootParameters() argument 1669 setBootModeOrSource(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::optional<std::string> & bootSource) setBootModeOrSource() argument 1724 setBootProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::optional<std::string> & bootSource,const std::optional<std::string> & bootType,const std::optional<std::string> & bootEnable) setBootProperties() argument 3168 std::optional<std::string> bootSource; handleComputerSystemPatch() local [all...] |
/openbmc/intel-ipmi-oem/src/ |
H A D | oemcommands.cpp | 3542 auto bootSource = Source::convertSourcesFromString( in ipmiOemGetEfiBootOptions() local 3650 std::string bootSource = httpBootMode; in ipmiOemSetEfiBootOptions() local
|
/openbmc/phosphor-host-ipmid/ |
H A D | chassishandler.cpp | 1881 Source::Sources bootSource; in ipmiChassisGetSysBootOptions() local
|
/openbmc/fb-ipmi-oem/src/ |
H A D | oemcommands.cpp | 247 std::string bootSource = in setBootOrder() local
|