Searched refs:psuBus (Results 1 – 1 of 1) sorted by relevance
3709 auto psuBus = std::get_if<uint64_t>(&propMap["Bus"]); in getPSUAddress() local3713 if (psuBus == nullptr || psuAddress == nullptr) in getPSUAddress()3719 bus = static_cast<uint8_t>(*psuBus); in getPSUAddress()