Searched refs:nextRecordHandle (Results 1 – 10 of 10) sorted by relevance
/openbmc/pldm/host-bmc/ |
H A D | host_pdr_handler.cpp | 169 void HostPDRHandler::getHostPDR(uint32_t nextRecordHandle) in getHostPDR() argument 177 if (!nextRecordHandle && (!modifiedPDRRecordHandles.empty()) && in getHostPDR() 183 else if (!nextRecordHandle && (!pdrRecordHandles.empty())) in getHostPDR() 190 recordHandle = nextRecordHandle; in getHostPDR() 469 uint32_t nextRecordHandle{}; in processHostPDRs() local 492 &nextRecordHandle, &nextDataTransferHandle, &transferFlag, &respCount, in processHostPDRs() 501 "NEXT_RECORD_HANDLE", nextRecordHandle, "RC", rc); in processHostPDRs() 508 &nextRecordHandle, &nextDataTransferHandle, in processHostPDRs() 515 "NEXT_RECORD_HANDLE", nextRecordHandle, "DATA_TRANSFER_HANDLE", in processHostPDRs() 524 if (!nextRecordHandle) in processHostPDRs() [all …]
|
H A D | host_pdr_handler.hpp | 152 void getHostPDR(uint32_t nextRecordHandle = 0); 230 void _processFetchPDREvent(uint32_t nextRecordHandle,
|
/openbmc/openbmc-tools/pldm/ |
H A D | pdrdump.sh | 10 i=`grep nextRecordHandle $pdrdump_file | tail -n1 | awk '{print $2}'`
|
/openbmc/pldm/libpldmresponder/ |
H A D | pdr.cpp | 42 &pdrEntry.size, &pdrEntry.handle.nextRecordHandle); in getRecordByHandle()
|
H A D | pdr_utils.cpp | 53 &pdrEntry.handle.nextRecordHandle); in getFirstRecord() 68 &pdrEntry.handle.nextRecordHandle); in getNextRecord()
|
H A D | pdr_utils.hpp | 68 uint32_t nextRecordHandle; member
|
H A D | fru.hpp | 217 uint32_t nextRecordHandle() in nextRecordHandle() function in pldm::responder::FruImpl
|
H A D | fru.cpp | 324 bmc_record_handle = nextRecordHandle(); in populateRecords()
|
H A D | platform.cpp | 264 request->hdr.instance_id, PLDM_SUCCESS, e.handle.nextRecordHandle, in getPDR()
|
/openbmc/openbmc-test-automation/pldm/ |
H A D | test_pldm_platform.robot | 104 RETURN ${pldm_output['nextRecordHandle']}
|