Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/side-switch/
H A Dside_switch.cpp18 uint8_t fwRunningPriority = 0; in sideSwitchNeeded() local
46 fwRunningPriority = utils::getProperty<uint8_t>( in sideSwitchNeeded()
50 "FW_PRIORITY", fwRunningPriority); in sideSwitchNeeded()
59 if (fwRunningPriority == 0) in sideSwitchNeeded()
106 if (thisPathPri < fwRunningPriority) in sideSwitchNeeded()