Searched refs:total_table_records (Results 1 – 5 of 5) sorted by relevance
/openbmc/libpldm/tests/dsp/ |
H A D | fru.cpp | 60 response->total_table_records = htole16(0xeeef); in TEST() 69 uint16_t total_table_records = htole16(0x0000); in TEST() local 83 ASSERT_EQ(total_table_records, 0xeeefu); in TEST() 91 response->total_table_records = htole16(0x0000); in TEST() 98 total_table_records = htole16(0x0000); in TEST() 116 ASSERT_EQ(total_table_records, 0x0000u); in TEST() 137 response->total_table_records = htole16(0xeeef); in TEST() 146 uint16_t total_table_records = htole16(0x0000); in TEST() local 183 NULL, &total_table_records, &checksum); in TEST() 219 uint16_t total_table_records = htole16(0xeeef); in TEST() local [all …]
|
/openbmc/libpldm/src/dsp/ |
H A D | fru.c | 40 uint16_t *total_table_records, uint32_t *checksum) in decode_get_fru_record_table_metadata_resp() argument 46 total_table_records == NULL || checksum == NULL) { in decode_get_fru_record_table_metadata_resp() 68 *total_table_records = le16toh(response->total_table_records); in decode_get_fru_record_table_metadata_resp() 79 uint16_t total_record_set_identifiers, uint16_t total_table_records, in encode_get_fru_record_table_metadata_resp() argument 108 response->total_table_records = htole16(total_table_records); in encode_get_fru_record_table_metadata_resp()
|
/openbmc/libpldm/include/libpldm/ |
H A D | fru.h | 92 uint16_t total_table_records; //!< The total number of records in the table member 208 uint16_t *total_table_records, uint32_t *checksum); 236 uint16_t total_record_set_identifiers, uint16_t total_table_records,
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_fru_cmd.cpp | 57 uint16_t total_record_set_identifiers, total_table_records; in parseResponseMsg() local 63 &total_record_set_identifiers, &total_table_records, &checksum); in parseResponseMsg() 79 output["Total number of records in table"] = total_table_records; in parseResponseMsg()
|
/openbmc/libpldm/abi/x86_64/ |
H A D | gcc.dump | 4256 'name' => 'total_table_records', 4313 'name' => 'total_table_records',
|