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