Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfru_oem_ibm.cpp80 auto subSystemId = std::format("0x{:04x}", in processOEMFRUTable() local
81 htole16(pcieData->subSystemId)); in processOEMFRUTable()
85 subSystemVendorId, subSystemId); in processOEMFRUTable()
109 const std::string& subSystemVendorId, const std::string& subSystemId) in updateDBusProperty() argument
139 dbus_map_update(key, "Function0SubsystemId", subSystemId); in updateDBusProperty()
H A Dfru_oem_ibm.hpp30 uint16_t subSystemId; member
84 const std::string& subSystemVendorId, const std::string& subSystemId);