Searched refs:bootOption (Results 1 – 4 of 4) sorted by relevance
13 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();
3493 uint8_t bootOption = 0; in ipmiOemGetEfiBootOptions() local3539 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() argument3579 if (bootOption) in ipmiOemSetEfiBootOptions()3602 if (!bootOption) in ipmiOemSetEfiBootOptions()3607 if (((bootOption.value() & bootSourceMask) >> 2) != in ipmiOemSetEfiBootOptions()
1930 IpmiValue bootOption = ipmiDefault; in ipmiChassisGetSysBootOptions() local1989 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()
239 std::string bootOption = in setBootOrder() local245 ipmi::boot::bootModeProp, bootOption); in setBootOrder()329 uint8_t bootOption = ipmi::boot::modeDbusToIpmi.at(bootMode); in getBootOrder() local351 bootSeq.push_back(bootOption | bootTypeVal); in getBootOrder()