Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/
H A Dbios_handler.cpp58 bool isPLDMRunning = false; in checkAndListenPLDMService() local
68 result.read(isPLDMRunning); in checkAndListenPLDMService()
77 std::cout << "Is PLDM running: " << isPLDMRunning << std::endl; in checkAndListenPLDMService()
79 if (isPLDMRunning) in checkAndListenPLDMService()