Home
last modified time | relevance | path

Searched refs:pNum (Results 1 – 1 of 1) sorted by relevance

/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp2357 uint8_t* pNum = std::get_if<uint8_t>(&num); in getPSUCount() local
2358 if (!pNum) in getPSUCount()
2364 return *pNum; in getPSUCount()