Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfru_oem_ibm.cpp57 auto pcieData = in processOEMFRUTable() local
60 if (!pcieData) in processOEMFRUTable()
66 std::format("0x{:04x}", htole16(pcieData->vendorId)); in processOEMFRUTable()
68 std::format("0x{:04x}", htole16(pcieData->deviceId)); in processOEMFRUTable()
70 std::format("0x{:02x}", htole16(pcieData->revisionId)); in processOEMFRUTable()
73 for (const auto& ele : pcieData->classCode) in processOEMFRUTable()
79 "0x{:04x}", htole16(pcieData->subSystemVendorId)); in processOEMFRUTable()
81 std::format("0x{:04x}", htole16(pcieData->subSystemId)); in processOEMFRUTable()
H A Dfile_io_type_pcie.cpp111 std::ofstream pcieData(infoFile, std::ios::out | std::ios::binary); in writeFromMemory() local
140 std::ofstream pcieData(infoFile, std::ios::out | std::ios::binary | in write() local
145 pcieData.write(buffer, length); in write()
147 pcieData.close(); in write()