Home
last modified time | relevance | path

Searched refs:ChangeEntry (Results 1 – 5 of 5) sorted by relevance

/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.hpp28 using ChangeEntry = uint32_t; typedef
29 using PDRRecordHandles = std::deque<ChangeEntry>;
H A Dhost_pdr_handler.cpp374 std::vector<std::vector<ChangeEntry>> changeEntries( in sendPDRRepositoryChgEvent()
/openbmc/pldm/libpldmresponder/
H A Dplatform.cpp574 reinterpret_cast<const ChangeEntry*>( in pldmPDRRepositoryChgEvent()
586 dataOffset + (numberOfChangeEntries * sizeof(ChangeEntry)); in pldmPDRRepositoryChgEvent()
588 dataOffset + (numberOfChangeEntries * sizeof(ChangeEntry)); in pldmPDRRepositoryChgEvent()
630 const ChangeEntry* changeEntryData, size_t changeEntryDataSize, in getPDRRecordHandles()
633 if (numberOfChangeEntries > (changeEntryDataSize / sizeof(ChangeEntry))) in getPDRRecordHandles()
1052 const std::vector<ChangeEntry>& pdrRecordHandles, in sendPDRRepositoryChgEventbyPDRHandles()
1057 std::vector<std::vector<ChangeEntry>> changeEntries( in sendPDRRepositoryChgEventbyPDRHandles()
H A Dplatform.hpp49 using ChangeEntry = uint32_t; typedef
330 int getPDRRecordHandles(const ChangeEntry* changeEntryData,
H A Dfru.cpp563 std::vector<ChangeEntry> handlesTobeDeleted; in removeIndividualFRU()
616 std::vector<ChangeEntry> handlesTobeModified; in removeIndividualFRU()