Searched refs:pcieData (Results 1 – 2 of 2) sorted by relevance
57 auto pcieData = in processOEMFRUTable() local60 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()
111 std::ofstream pcieData(infoFile, std::ios::out | std::ios::binary); in writeFromMemory() local140 std::ofstream pcieData(infoFile, std::ios::out | std::ios::binary | in write() local145 pcieData.write(buffer, length); in write()147 pcieData.close(); in write()