Home
last modified time | relevance | path

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

/openbmc/openpower-proc-control/procedures/phal/
H A Dstart_host.cpp250 if (const bool* enabledPropVal = std::get_if<bool>(&resp)) in allowHwIsolation() local
252 allowHwIsolation = *enabledPropVal; in allowHwIsolation()