Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dplatform_manager.cpp217 uint32_t receivedRecordCount = 0; in getPDRs() local
278 receivedRecordCount++; in getPDRs()
279 } while (nextRecordHndl != 0 && receivedRecordCount < recordCount); in getPDRs()