Searched refs:bootOption (Results 1 – 4 of 4) sorted by relevance
13 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();
3492 uint8_t bootOption = 0; in ipmiOemGetEfiBootOptions() local3538 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() argument3578 if (bootOption) in ipmiOemSetEfiBootOptions()3601 if (!bootOption) in ipmiOemSetEfiBootOptions()3606 if (((bootOption.value() & bootSourceMask) >> 2) != in ipmiOemSetEfiBootOptions()
1845 IpmiValue bootOption = ipmiDefault; in ipmiChassisGetSysBootOptions() local1904 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()
237 std::string bootOption = in setBootOrder() local243 ipmi::boot::bootModeProp, bootOption); in setBootOrder()327 uint8_t bootOption = ipmi::boot::modeDbusToIpmi.at(bootMode); in getBootOrder() local349 bootSeq.push_back(bootOption | bootTypeVal); in getBootOrder()