Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_status.cpp231 if (stateValid) in readOccState()
490 stateValid = true; in occReadStateNow()
512 stateValid = false; in occReadStateNow()
516 stateValid = true; in occReadStateNow()
524 stateValid = false; in occReadStateNow()
531 if ((!goodFile) || (!stateValid)) in occReadStateNow()
575 stateValid = false; in occReadStateNow()
H A Docc_status.hpp288 bool stateValid = false; member in open_power::occ::Status