Home
last modified time | relevance | path

Searched refs:nextRecordHandle (Results 1 – 10 of 10) sorted by relevance

/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.cpp169 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 Dhost_pdr_handler.hpp152 void getHostPDR(uint32_t nextRecordHandle = 0);
230 void _processFetchPDREvent(uint32_t nextRecordHandle,
/openbmc/openbmc-tools/pldm/
H A Dpdrdump.sh10 i=`grep nextRecordHandle $pdrdump_file | tail -n1 | awk '{print $2}'`
/openbmc/pldm/libpldmresponder/
H A Dpdr.cpp42 &pdrEntry.size, &pdrEntry.handle.nextRecordHandle); in getRecordByHandle()
H A Dpdr_utils.cpp53 &pdrEntry.handle.nextRecordHandle); in getFirstRecord()
68 &pdrEntry.handle.nextRecordHandle); in getNextRecord()
H A Dpdr_utils.hpp68 uint32_t nextRecordHandle; member
H A Dfru.hpp217 uint32_t nextRecordHandle() in nextRecordHandle() function in pldm::responder::FruImpl
H A Dfru.cpp324 bmc_record_handle = nextRecordHandle(); in populateRecords()
H A Dplatform.cpp264 request->hdr.instance_id, PLDM_SUCCESS, e.handle.nextRecordHandle, in getPDR()
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_platform.robot104 RETURN ${pldm_output['nextRecordHandle']}