Searched refs:smbios_test_table_append_raw (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/test/util-tests/tests/smbios/ |
H A D | smbios_test_addinfo.c | 138 (void) smbios_test_table_append_raw(table, &ent0, sizeof (ent0)); in smbios_test_addinfo_mktable_ents() 139 (void) smbios_test_table_append_raw(table, &smbios_addinfo_ent0_data, in smbios_test_addinfo_mktable_ents() 141 (void) smbios_test_table_append_raw(table, &ent1, sizeof (ent1)); in smbios_test_addinfo_mktable_ents() 142 (void) smbios_test_table_append_raw(table, &ent2, sizeof (ent2)); in smbios_test_addinfo_mktable_ents() 143 (void) smbios_test_table_append_raw(table, smbios_addinfo_ent2_data, in smbios_test_addinfo_mktable_ents() 311 (void) smbios_test_table_append_raw(table, &ent, entoff); in smbios_test_addinfo_mktable_invlen_ent() 367 (void) smbios_test_table_append_raw(table, &ent0, sizeof (ent0)); in smbios_test_addinfo_mktable_invlen_multient() 368 (void) smbios_test_table_append_raw(table, &smbios_addinfo_ent0_data, in smbios_test_addinfo_mktable_invlen_multient() 370 (void) smbios_test_table_append_raw(table, &ent1, entoff); in smbios_test_addinfo_mktable_invlen_multient() 378 (void) smbios_test_table_append_raw(table, &ent1, entoff); in smbios_test_addinfo_mktable_invlen_multient() [all …]
|
H A D | smbios_test_slot.c | 72 smbios_test_table_append_raw(table, peers, sizeof (peers)); in smbios_test_slot_mktable() 103 smbios_test_table_append_raw(table, &cont, contlen); in smbios_test_slot_mktable_nopeers() 149 smbios_test_table_append_raw(table, peers, sizeof (peers)); in smbios_test_slot_mktable_34_peers() 150 smbios_test_table_append_raw(table, &cont, smbios_slot_34_contlen); in smbios_test_slot_mktable_34_peers()
|
H A D | smbios.c | 109 smbios_test_table_append_raw(smbios_test_table_t *table, const void *buf, in smbios_test_table_append_raw() function 127 smbios_test_table_append_raw(table, &endstring, sizeof (endstring)); in smbios_test_table_str_fini() 157 (void) smbios_test_table_append_raw(table, &endstring, in smbios_test_table_append_eot() 159 smbios_test_table_append_raw(table, &endstring, in smbios_test_table_append_eot() 161 smbios_test_table_append_raw(table, &endstring, in smbios_test_table_append_eot()
|
H A D | smbios_test_pinfo.c | 148 smbios_test_table_append_raw(table, &rv, sizeof (rv)); in smbios_test_pinfo_mktable_riscv() 409 smbios_test_table_append_raw(table, &rv, sizeof (rv)); in smbios_test_pinfo_mktable_invlen2() 437 smbios_test_table_append_raw(table, &rv, sizeof (rv)); in smbios_test_pinfo_mktable_invlen3() 467 smbios_test_table_append_raw(table, &rv, sizeof (rv)); in smbios_test_pinfo_mktable_invlen4()
|
H A D | smbios_test_strprop.c | 94 (void) smbios_test_table_append_raw(table, &endstring, in smbios_test_strprop_mktable_invlen2() 97 (void) smbios_test_table_append_raw(table, &endstring, in smbios_test_strprop_mktable_invlen2()
|
H A D | smbios_test_chassis.c | 133 smbios_test_table_append_raw(table, ents, sizeof (ents)); in smbios_test_chassis_mktable_comps() 150 smbios_test_table_append_raw(table, &sku_str, sizeof (sku_str)); in smbios_test_chassis_mktable_sku_nocomps() 172 smbios_test_table_append_raw(table, &sku_str, sizeof (sku_str)); in smbios_test_chassis_mktable_sku()
|
H A D | smbios_test_extmemdevice.c | 79 smbios_test_table_append_raw(table, &cs, sizeof (cs)); in smbios_test_extmem_mktable_cs()
|
H A D | smbios_test.h | 56 extern void smbios_test_table_append_raw(smbios_test_table_t *, const void *,
|
H A D | smbios_test_fwinfo.c | 124 smbios_test_table_append_raw(table, &comp, sizeof (comp)); in smbios_test_fwinfo_mktable_comps()
|