Home
last modified time | relevance | path

Searched refs:SMBIOS_TABLE_SET_STR (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/smbios/
H A Dsmbios.c565 SMBIOS_TABLE_SET_STR(0, vendor_str, smbios_type0.vendor); in smbios_build_type_0_table()
622 SMBIOS_TABLE_SET_STR(1, family_str, smbios_type1.family); in smbios_build_type_1_table()
632 SMBIOS_TABLE_SET_STR(2, product_str, type2.product); in smbios_build_type_2_table()
633 SMBIOS_TABLE_SET_STR(2, version_str, type2.version); in smbios_build_type_2_table()
637 SMBIOS_TABLE_SET_STR(2, location_str, type2.location); in smbios_build_type_2_table()
651 SMBIOS_TABLE_SET_STR(3, version_str, type3.version); in smbios_build_type_3_table()
663 SMBIOS_TABLE_SET_STR(3, sku_number_str, type3.sku); in smbios_build_type_3_table()
708 SMBIOS_TABLE_SET_STR(4, part_number_str, type4.part); in smbios_build_type_4_table()
889 SMBIOS_TABLE_SET_STR(17, device_locator_str, loc_str); in smbios_build_type_17_table()
890 SMBIOS_TABLE_SET_STR(17, bank_locator_str, type17.bank); in smbios_build_type_17_table()
[all …]
H A Dsmbios_build.h56 #define SMBIOS_TABLE_SET_STR(tbl_type, field, value) \ macro