Lines Matching refs:total_record_set_identifiers

58     response->total_record_set_identifiers = htole16(0x34ef);  in TEST()
67 uint16_t total_record_set_identifiers = htole16(0x0000); in TEST() local
74 &total_record_set_identifiers, &total_table_records, &checksum); in TEST()
81 ASSERT_EQ(total_record_set_identifiers, 0x34efu); in TEST()
89 response->total_record_set_identifiers = htole16(0x0000); in TEST()
96 total_record_set_identifiers = htole16(0x0000); in TEST()
103 &total_record_set_identifiers, &total_table_records, &checksum); in TEST()
114 ASSERT_EQ(total_record_set_identifiers, 0x0000u); in TEST()
135 response->total_record_set_identifiers = htole16(0x34ef); in TEST()
144 uint16_t total_record_set_identifiers = htole16(0x0000); in TEST() local
152 &total_record_set_identifiers, &total_table_records, &checksum); in TEST()
158 &total_record_set_identifiers, &total_table_records, &checksum); in TEST()
164 &total_record_set_identifiers, &total_table_records, &checksum); in TEST()
170 &total_record_set_identifiers, &total_table_records, &checksum); in TEST()
176 &total_record_set_identifiers, &total_table_records, &checksum); in TEST()
188 &total_record_set_identifiers, NULL, &checksum); in TEST()
194 &total_record_set_identifiers, &total_table_records, NULL); in TEST()
217 uint16_t total_record_set_identifiers = htole16(0x34ef); in TEST() local
223 fru_table_maximum_size, fru_table_length, total_record_set_identifiers, in TEST()
240 ASSERT_EQ(response->total_record_set_identifiers, 0x34efu); in TEST()
249 response->total_record_set_identifiers = htole16(0x0000); in TEST()
255 fru_table_maximum_size, fru_table_length, total_record_set_identifiers, in TEST()
268 ASSERT_EQ(response->total_record_set_identifiers, 0x0000u); in TEST()
286 uint16_t total_record_set_identifiers = htole16(0x34ef); in TEST() local
292 fru_table_maximum_size, fru_table_length, total_record_set_identifiers, in TEST()
305 ASSERT_EQ(response->total_record_set_identifiers, 0x0000u); in TEST()