Home
last modified time | relevance | path

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 Dsmbios_test_addinfo.c138 (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 Dsmbios_test_slot.c72 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 Dsmbios.c109 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 Dsmbios_test_pinfo.c148 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 Dsmbios_test_strprop.c94 (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 Dsmbios_test_chassis.c133 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 Dsmbios_test_extmemdevice.c79 smbios_test_table_append_raw(table, &cs, sizeof (cs)); in smbios_test_extmem_mktable_cs()
H A Dsmbios_test.h56 extern void smbios_test_table_append_raw(smbios_test_table_t *, const void *,
H A Dsmbios_test_fwinfo.c124 smbios_test_table_append_raw(table, &comp, sizeof (comp)); in smbios_test_fwinfo_mktable_comps()