Home
last modified time | relevance | path

Searched refs:smbios_type1 (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/smbios/
H A Dsmbios_legacy.c108 smbios_type1.manufacturer); in smbios_build_type_1_fields()
110 smbios_type1.product); in smbios_build_type_1_fields()
112 smbios_type1.version); in smbios_build_type_1_fields()
114 smbios_type1.serial); in smbios_build_type_1_fields()
116 smbios_type1.sku); in smbios_build_type_1_fields()
118 smbios_type1.family); in smbios_build_type_1_fields()
H A Dsmbios.c57 smbios_type1_t smbios_type1; variable
616 SMBIOS_TABLE_SET_STR(1, version_str, smbios_type1.version); in smbios_build_type_1_table()
624 SMBIOS_TABLE_SET_STR(1, sku_number_str, smbios_type1.sku); in smbios_build_type_1_table()
625 SMBIOS_TABLE_SET_STR(1, family_str, smbios_type1.family); in smbios_build_type_1_table()
1027 SMBIOS_SET_DEFAULT(smbios_type1.product, product); in smbios_set_defaults()
1028 SMBIOS_SET_DEFAULT(smbios_type1.version, version); in smbios_set_defaults()
1424 save_opt(&smbios_type1.product, opts, "product"); in smbios_entry_add()
1425 save_opt(&smbios_type1.version, opts, "version"); in smbios_entry_add()
1426 save_opt(&smbios_type1.serial, opts, "serial"); in smbios_entry_add()
1427 save_opt(&smbios_type1.sku, opts, "sku"); in smbios_entry_add()
[all …]
/qemu/include/hw/firmware/
H A Dsmbios.h34 extern smbios_type1_t smbios_type1;