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 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() 1021 SMBIOS_SET_DEFAULT(smbios_type1.manufacturer, manufacturer); in smbios_set_defaults() 1022 SMBIOS_SET_DEFAULT(smbios_type1.product, product); in smbios_set_defaults() 1023 SMBIOS_SET_DEFAULT(smbios_type1.version, version); in smbios_set_defaults() [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;
|