Searched refs:totalTableRecords (Results 1 – 3 of 3) sorted by relevance
27 uint16_t totalTableRecords = 0; in initTerminus() local32 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() argument766 if (!totalTableRecords) in getFRURecordTables()
259 * @param[in] totalTableRecords - the Number of total table records263 uint16_t totalTableRecords);
1020 uint16_t totalTableRecords) in getFRURecordTableByRemote() argument1024 if (!totalTableRecords) in getFRURecordTableByRemote()1048 auto getFruRecordTableResponseHandler = [totalTableRecords, this, in getFRURecordTableByRemote()1082 if (totalTableRecords != fruRecordData.size()) in getFRURecordTableByRemote()