Lines Matching defs:bootOption
3493 uint8_t bootOption = 0;
3539 bootOption = httpBoot;
3545 bootOption = sourceDbusToIpmi.at(bootSource);
3548 bootOption = modeDbusToIpmi.at(bootMode);
3554 bootOption <<= 2; // shift for responseconstexpr
3556 bootOption);
3566 std::optional<uint8_t> bootOption)
3579 if (bootOption)
3602 if (!bootOption)
3607 if (((bootOption.value() & bootSourceMask) >> 2) !=