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'"
83 bootOption: this.$store.getters['serverBootSettings/bootSource'],
99 this.form.bootOption = value;
112 bootOption: {},
131 let bootSource = this.form.bootOption;
148 this.v$.form.bootOption.$touch();
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp3493 uint8_t bootOption = 0; in ipmiOemGetEfiBootOptions() local
3539 bootOption = httpBoot; in ipmiOemGetEfiBootOptions()
3545 bootOption = sourceDbusToIpmi.at(bootSource); in ipmiOemGetEfiBootOptions()
3548 bootOption = modeDbusToIpmi.at(bootMode); in ipmiOemGetEfiBootOptions()
3554 bootOption <<= 2; // shift for responseconstexpr in ipmiOemGetEfiBootOptions()
3556 bootOption); in ipmiOemGetEfiBootOptions()
3566 std::optional<uint8_t> bootOption) in ipmiOemSetEfiBootOptions() argument
3579 if (bootOption) in ipmiOemSetEfiBootOptions()
3602 if (!bootOption) in ipmiOemSetEfiBootOptions()
3607 if (((bootOption.value() & bootSourceMask) >> 2) != in ipmiOemSetEfiBootOptions()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1930 IpmiValue bootOption = ipmiDefault; in ipmiChassisGetSysBootOptions() local
1989 bootOption = sourceDbusToIpmi.at(bootSource); in ipmiChassisGetSysBootOptions()
1993 bootOption = ipmiDefault; in ipmiChassisGetSysBootOptions()
1997 bootOption = modeDbusToIpmi.at(bootMode); in ipmiChassisGetSysBootOptions()
2023 uint2_t{}, uint4_t{bootOption}, uint1_t{}, cmosClear, uint5_t{}, in ipmiChassisGetSysBootOptions()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp239 std::string bootOption = in setBootOrder() local
245 ipmi::boot::bootModeProp, bootOption); in setBootOrder()
329 uint8_t bootOption = ipmi::boot::modeDbusToIpmi.at(bootMode); in getBootOrder() local
351 bootSeq.push_back(bootOption | bootTypeVal); in getBootOrder()