Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Dpowermode.cpp290 std::variant<std::string> hyperEntryValue; in isPowerVM() local
291 reply.read(hyperEntryValue); in isPowerVM()
292 auto propVal = std::get<std::string>(hyperEntryValue); in isPowerVM()