Searched refs:total_record_set_identifiers (Results 1 – 6 of 6) sorted by relevance
/openbmc/libpldm/tests/dsp/ |
H A D | fru.cpp | 59 response->total_record_set_identifiers = htole16(0x34ef); in TEST() 68 uint16_t total_record_set_identifiers = htole16(0x0000); in TEST() local 75 &total_record_set_identifiers, &total_table_records, &checksum); in TEST() 82 ASSERT_EQ(total_record_set_identifiers, 0x34efu); in TEST() 90 response->total_record_set_identifiers = htole16(0x0000); in TEST() 97 total_record_set_identifiers = htole16(0x0000); in TEST() 104 &total_record_set_identifiers, &total_table_records, &checksum); in TEST() 115 ASSERT_EQ(total_record_set_identifiers, 0x0000u); in TEST() 136 response->total_record_set_identifiers = htole16(0x34ef); in TEST() 145 uint16_t total_record_set_identifiers = htole16(0x0000); in TEST() local [all …]
|
/openbmc/libpldm/src/dsp/ |
H A D | fru.c | 39 uint32_t *fru_table_length, uint16_t *total_record_set_identifiers, in decode_get_fru_record_table_metadata_resp() argument 45 total_record_set_identifiers == NULL || in decode_get_fru_record_table_metadata_resp() 66 *total_record_set_identifiers = in decode_get_fru_record_table_metadata_resp() 67 le16toh(response->total_record_set_identifiers); 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 106 response->total_record_set_identifiers = in encode_get_fru_record_table_metadata_resp() 107 htole16(total_record_set_identifiers); in encode_get_fru_record_table_metadata_resp()
|
/openbmc/libpldm/include/libpldm/ |
H A D | fru.h | 90 uint16_t total_record_set_identifiers; //!< The total number of FRU member 207 uint32_t *fru_table_length, uint16_t *total_record_set_identifiers, 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() 78 total_record_set_identifiers; in parseResponseMsg()
|
/openbmc/pldm/host-bmc/ |
H A D | host_pdr_handler.cpp | 951 uint16_t total_record_set_identifiers; in getFRURecordTableMetadataByRemote() local 958 &total_record_set_identifiers, &total, &checksum); in getFRURecordTableMetadataByRemote()
|
/openbmc/libpldm/abi/x86_64/ |
H A D | gcc.dump | 4251 'name' => 'total_record_set_identifiers', 4308 'name' => 'total_record_set_identifiers',
|