Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dbios_config.hpp86 int setAttrValue(const void* entry, size_t size, bool isBMC,
324 bool isBMC);
H A Dbios_config.cpp759 const pldm_bios_attr_table_entry* attrEntry, bool isBMC) in traceBIOSUpdate() argument
786 auto chkBMC = isBMC ? "true" : "false"; in traceBIOSUpdate()
798 auto chkBMC = isBMC ? "true" : "false"; in traceBIOSUpdate()
809 auto chkBMC = isBMC ? "true" : "false"; in traceBIOSUpdate()
891 int BIOSConfig::setAttrValue(const void* entry, size_t size, bool isBMC, in setAttrValue() argument
956 traceBIOSUpdate(attrValueEntry, attrEntry, isBMC); in setAttrValue()