Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.hpp190 std::string nextBootSide = in Handler() local
192 codeUpdate->setNextBootSide(nextBootSide); in Handler()
527 std::string nextBootSide = in processOEMBaseBiosTable() local
545 if (currNextBootSide != nextBootSide) in processOEMBaseBiosTable()
549 std::make_tuple(EnumAttribute, nextBootSide))); in processOEMBaseBiosTable()
H A Dinband_code_update.hpp56 nextBootSide = Tside; in CodeUpdate()
234 std::string nextBootSide; //!< next boot side member in pldm::responder::CodeUpdate
H A Dinband_code_update.cpp70 return nextBootSide; in fetchNextBootSide()
85 nextBootSide = nextSide; in setNextBootSide()
88 if (nextBootSide == currBootSide) in setNextBootSide()
323 nextBootSide = in setVersions()
476 nextBootSide = Pside; in processRenameEvent()
575 nextBootSide = (pldmBootSideData.next_boot_side == "Temp" ? Tside : Pside); in processPriorityChangeNotification()
583 if (currNextBootSide == nextBootSide) in processPriorityChangeNotification()