Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.cpp79 int CodeUpdate::setNextBootSide(const std::string& nextSide) in setNextBootSide() argument
81 info("setNextBootSide, nextSide={NXT_SIDE}", "NXT_SIDE", nextSide); in setNextBootSide()
85 nextBootSide = nextSide; in setNextBootSide()
86 pldmBootSideData.next_boot_side = (nextSide == Pside ? "Perm" : "Temp"); in setNextBootSide()
661 auto nextSide = codeUpdate->fetchNextBootSide(); in fetchBootSide() local
662 if (nextSide == Pside) in fetchBootSide()
H A Dinband_code_update.hpp81 int setNextBootSide(const std::string& nextSide);