Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.cpp240 std::string nextBootSideBiosValue = "Temp"; in setVersions() local
251 nextBootSideBiosValue = attributeValue.value(); in setVersions()
257 "SIDE", nextBootSideBiosValue); in setVersions()
258 nextBootSideBiosValue = "Temp"; in setVersions()
260 pldmBootSideData.current_boot_side = nextBootSideBiosValue; in setVersions()
261 pldmBootSideData.next_boot_side = nextBootSideBiosValue; in setVersions()