Home
last modified time | relevance | path

Searched refs:bootOption (Results 1 – 4 of 4) sorted by relevance

/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/
H A DBootSettings.vue13 v-model="form.bootOption"
23 :disabled="form.bootOption === 'None'"
71 bootOption: this.$store.getters['serverBootSettings/bootSource'],
87 this.form.bootOption = value;
100 bootOption: {},
117 let bootSource = this.form.bootOption;
134 this.v$.form.bootOption.$touch();
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp3492 uint8_t bootOption = 0; in ipmiOemGetEfiBootOptions() local
3538 bootOption = httpBoot; in ipmiOemGetEfiBootOptions()
3544 bootOption = sourceDbusToIpmi.at(bootSource); in ipmiOemGetEfiBootOptions()
3547 bootOption = modeDbusToIpmi.at(bootMode); in ipmiOemGetEfiBootOptions()
3553 bootOption <<= 2; // shift for responseconstexpr in ipmiOemGetEfiBootOptions()
3555 bootOption); in ipmiOemGetEfiBootOptions()
3565 std::optional<uint8_t> bootOption) in ipmiOemSetEfiBootOptions() argument
3578 if (bootOption) in ipmiOemSetEfiBootOptions()
3601 if (!bootOption) in ipmiOemSetEfiBootOptions()
3606 if (((bootOption.value() & bootSourceMask) >> 2) != in ipmiOemSetEfiBootOptions()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1845 IpmiValue bootOption = ipmiDefault; in ipmiChassisGetSysBootOptions() local
1904 bootOption = sourceDbusToIpmi.at(bootSource); in ipmiChassisGetSysBootOptions()
1908 bootOption = ipmiDefault; in ipmiChassisGetSysBootOptions()
1912 bootOption = modeDbusToIpmi.at(bootMode); in ipmiChassisGetSysBootOptions()
1937 uint1_t{validFlag}, uint2_t{}, uint4_t{bootOption}, in ipmiChassisGetSysBootOptions()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp237 std::string bootOption = in setBootOrder() local
243 ipmi::boot::bootModeProp, bootOption); in setBootOrder()
327 uint8_t bootOption = ipmi::boot::modeDbusToIpmi.at(bootMode); in getBootOrder() local
349 bootSeq.push_back(bootOption | bootTypeVal); in getBootOrder()