Searched refs:fwPath (Results 1 – 1 of 1) sorted by relevance
/openbmc/phosphor-bmc-code-mgmt/side-switch/ |
H A D | side_switch.cpp | 93 for (auto& fwPath : allSoftwarePaths) in sideSwitchNeeded() local 95 if (fwPath == fwRunningVersionPath) in sideSwitchNeeded() 97 info("{FW_PATH} is the running image, skip", "FW_PATH", fwPath); in sideSwitchNeeded() 103 bus, fwPath, "xyz.openbmc_project.Software.RedundancyPriority", in sideSwitchNeeded() 110 "FW_PATH", fwPath, "FW_PRIORITY", thisPathPri); in sideSwitchNeeded() 118 "FW_PATH", fwPath, "ERROR", e); in sideSwitchNeeded()
|