Searched refs:smbios_type1 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/smbios/ |
H A D | smbios_legacy.c | 108 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 D | smbios.c | 56 smbios_type1_t smbios_type1; variable 613 SMBIOS_TABLE_SET_STR(1, version_str, smbios_type1.version); 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() 1022 SMBIOS_SET_DEFAULT(smbios_type1.product, product); in smbios_set_defaults() 1023 SMBIOS_SET_DEFAULT(smbios_type1.version, version); in smbios_set_defaults() 1420 save_opt(&smbios_type1.product, opts, "product"); in smbios_entry_add() 1421 save_opt(&smbios_type1.version, opts, "version"); in smbios_entry_add() 1422 save_opt(&smbios_type1.serial, opts, "serial"); in smbios_entry_add() 1423 save_opt(&smbios_type1.sku, opts, "sku"); in smbios_entry_add() [all …]
|
/openbmc/u-boot/lib/ |
H A D | smbios.c | 113 struct smbios_type1 *t; in smbios_write_type1() 114 int len = sizeof(struct smbios_type1); in smbios_write_type1() 118 memset(t, 0, sizeof(struct smbios_type1)); in smbios_write_type1()
|
/openbmc/u-boot/include/ |
H A D | smbios.h | 79 struct __packed smbios_type1 { struct
|
/openbmc/qemu/include/hw/firmware/ |
H A D | smbios.h | 34 extern smbios_type1_t smbios_type1;
|