Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dplatform_manager.cpp27 uint16_t totalTableRecords = 0; in initTerminus() local
32 co_await getFRURecordTableMetadata(tid, &totalTableRecords); in initTerminus()
39 if (!totalTableRecords) in initTerminus()
46 if ((totalTableRecords != 0) && in initTerminus()
50 co_await getFRURecordTables(tid, totalTableRecords, fruData); in initTerminus()
763 pldm_tid_t tid, const uint16_t& totalTableRecords, in getFRURecordTables() argument
766 if (!totalTableRecords) in getFRURecordTables()
/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.hpp259 * @param[in] totalTableRecords - the Number of total table records
263 uint16_t totalTableRecords);
H A Dhost_pdr_handler.cpp1020 uint16_t totalTableRecords) in getFRURecordTableByRemote() argument
1024 if (!totalTableRecords) in getFRURecordTableByRemote()
1048 auto getFruRecordTableResponseHandler = [totalTableRecords, this, in getFRURecordTableByRemote()
1082 if (totalTableRecords != fruRecordData.size()) in getFRURecordTableByRemote()