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