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,
334 bool isBMC);
H A Dbios_config.cpp758 const pldm_bios_attr_table_entry* attrEntry, bool isBMC) in traceBIOSUpdate() argument
785 auto chkBMC = isBMC ? "true" : "false"; in traceBIOSUpdate()
797 auto chkBMC = isBMC ? "true" : "false"; in traceBIOSUpdate()
808 auto chkBMC = isBMC ? "true" : "false"; in traceBIOSUpdate()
890 int BIOSConfig::setAttrValue(const void* entry, size_t size, bool isBMC, in setAttrValue() argument
955 traceBIOSUpdate(attrValueEntry, attrEntry, isBMC); in setAttrValue()