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()
566 SMBIOS_TABLE_SET_STR(0, bios_version_str, smbios_type0.version); in smbios_build_type_0_table()
570 SMBIOS_TABLE_SET_STR(0, bios_release_date_str, smbios_type0.date); in smbios_build_type_0_table()
611 SMBIOS_TABLE_SET_STR(1, manufacturer_str, smbios_type1.manufacturer); in smbios_build_type_1_table()
612 SMBIOS_TABLE_SET_STR(1, product_name_str, smbios_type1.product); in smbios_build_type_1_table()
613 SMBIOS_TABLE_SET_STR(1, version_str, smbios_type1.version); in smbios_build_type_1_table()
614 SMBIOS_TABLE_SET_STR(1, serial_number_str, smbios_type1.serial); in smbios_build_type_1_table()
621 SMBIOS_TABLE_SET_STR(1, sku_number_str, smbios_type1.sku); in smbios_build_type_1_table()
622 SMBIOS_TABLE_SET_STR(1, family_str, smbios_type1.family); in smbios_build_type_1_table()
631 SMBIOS_TABLE_SET_STR(2, manufacturer_str, type2.manufacturer); in smbios_build_type_2_table()
[all …]
H A Dsmbios_build.h56 #define SMBIOS_TABLE_SET_STR(tbl_type, field, value) \ macro