Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dbios_config.hpp106 int setAttrValue(const void* entry, size_t size, bool isBMC,
336 bool isBMC);
H A Dbios_config.cpp763 const pldm_bios_attr_table_entry* attrEntry, bool isBMC) in traceBIOSUpdate() argument
790 auto chkBMC = isBMC ? "true" : "false"; in traceBIOSUpdate()
802 auto chkBMC = isBMC ? "true" : "false"; in traceBIOSUpdate()
813 auto chkBMC = isBMC ? "true" : "false"; in traceBIOSUpdate()
895 int BIOSConfig::setAttrValue(const void* entry, size_t size, bool isBMC, in setAttrValue() argument
960 traceBIOSUpdate(attrValueEntry, attrEntry, isBMC); in setAttrValue()