Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.hpp17 static constexpr auto Tside = "T"; variable
55 currBootSide = Tside; in CodeUpdate()
56 nextBootSide = Tside; in CodeUpdate()
H A Dinband_code_update.cpp84 (pldmBootSideData.current_boot_side == "Perm" ? Pside : Tside); in setNextBootSide()
322 (pldmBootSideData.current_boot_side == "Temp" ? Tside : Pside); in setVersions()
324 (pldmBootSideData.next_boot_side == "Temp" ? Tside : Pside); in setVersions()
575 nextBootSide = (pldmBootSideData.next_boot_side == "Temp" ? Tside : Pside); in processPriorityChangeNotification()
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()