Home
last modified time | relevance | path

Searched refs:recordHndl (Results 1 – 3 of 3) sorted by relevance

/openbmc/pldm/platform-mc/
H A Dplatform_manager.cpp207 uint32_t recordHndl = 0; in getPDRs() local
222 co_await getPDR(tid, recordHndl, 0, PLDM_GET_FIRSTPART, recvBufSize, in getPDRs()
230 "TID", tid, "RC", rc, "RECORD", recordHndl); in getPDRs()
240 recordHndl = nextRecordHndl; in getPDRs()
253 tid, recordHndl, nextDataTransferHndl, PLDM_GET_NEXTPART, in getPDRs()
261 "TID", tid, "RC", rc, "RECORD", recordHndl); in getPDRs()
273 recordHndl = nextRecordHndl; in getPDRs()
285 const pldm_tid_t tid, const uint32_t recordHndl, in getPDR() argument
294 auto rc = encode_get_pdr_req(0, recordHndl, dataTransferHndl, in getPDR()
H A Dplatform_manager.hpp75 getPDR(const pldm_tid_t tid, const uint32_t recordHndl,
/openbmc/libpldm/tests/dsp/
H A Dplatform.cpp216 uint32_t recordHndl = 0x32; in TEST() local
234 request->record_handle = htole32(recordHndl); in TEST()
245 EXPECT_EQ(retRecordHndl, recordHndl); in TEST()