Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.cpp84 (pldmBootSideData.current_boot_side == "Perm" ? Pside : Tside); in setNextBootSide()
86 pldmBootSideData.next_boot_side = (nextSide == Pside ? "Perm" : "Temp"); in setNextBootSide()
322 (pldmBootSideData.current_boot_side == "Temp" ? Tside : Pside); in setVersions()
324 (pldmBootSideData.next_boot_side == "Temp" ? Tside : Pside); in setVersions()
475 currBootSide = Pside; in processRenameEvent()
476 nextBootSide = Pside; in processRenameEvent()
575 nextBootSide = (pldmBootSideData.next_boot_side == "Temp" ? Tside : Pside); in processPriorityChangeNotification()
654 if (currSide == Pside) in fetchBootSide()
662 if (nextSide == Pside) in fetchBootSide()
H A Dinband_code_update.hpp16 static constexpr auto Pside = "P"; variable
H A Dfile_io_type_lid.hpp35 sideToRead = permSide ? Pside : Tside; in LidHandler()
H A Doem_ibm_handler.hpp191 (nextBootSideAttr == "Perm" ? Pside : Tside); in Handler()