Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_network_manager.cpp20 const std::string strType = "String"; variable
61 else if (attrType == strType) in setBIOSTableAttr()
190 else if ((itemType.compare(itemType.size() - strType.size(), in setBIOSTableAttrs()
191 strType.size(), strType) == 0) || in setBIOSTableAttrs()
/openbmc/phosphor-debug-collector/
H A Ddump_manager_bmc.cpp122 auto strType = dumpTypeToString(type).value_or("unknown"); in captureDump() local
125 path.empty() ? "" : path.c_str(), "-t", strType.c_str(), nullptr); in captureDump()
/openbmc/pldm/libpldmresponder/
H A Dbios_table.cpp190 auto strType = pldm_bios_table_attr_entry_string_decode_string_type(entry); in decodeStringEntry() local
208 return {strType, minLength, maxLength, defLength, in decodeStringEntry()
/openbmc/pldm/pldmtool/
H A Dpldm_bios_cmd.cpp611 auto strType = in decodeAttributeTable()
632 << (int)strType << std::dec << std::setw(0); in decodeAttributeTable()
612 auto strType = decodeAttributeTable() local