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.cpp2356 uint8_t* pNum = std::get_if<uint8_t>(&num); in getPSUCount() local
2357 if (!pNum) in getPSUCount()
2363 return *pNum; in getPSUCount()