Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.hpp530 std::string currNextBootSide; in processOEMBaseBiosTable() local
536 currNextBootSide = attributeValue.value(); in processOEMBaseBiosTable()
542 currNextBootSide = "Temp"; in processOEMBaseBiosTable()
545 if (currNextBootSide != nextBootSide) in processOEMBaseBiosTable()
H A Dinband_code_update.cpp576 std::string currNextBootSide; in processPriorityChangeNotification() local
580 currNextBootSide = attributeValue.value(); in processPriorityChangeNotification()
583 if (currNextBootSide == nextBootSide) in processPriorityChangeNotification()