Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.hpp37 currBootSide = Tside; in CodeUpdate()
180 std::string currBootSide; //!< current boot side member in pldm::responder::CodeUpdate
H A Dinband_code_update.cpp54 return currBootSide; in fetchCurrentBootSide()
64 currBootSide = currSide; in setCurrentBootSide()
72 if (nextBootSide == currBootSide) in setNextBootSide()
337 nextBootSide = (newVal == 0) ? currBootSide in processPriorityChangeNotification()
338 : ((currBootSide == Tside) ? Pside : Tside); in processPriorityChangeNotification()