Searched refs:smbios_type0 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/smbios/ |
H A D | smbios_legacy.c | 89 smbios_type0.vendor); in smbios_build_type_0_fields() 91 smbios_type0.version); in smbios_build_type_0_fields() 94 smbios_type0.date); in smbios_build_type_0_fields() 95 if (smbios_type0.have_major_minor) { in smbios_build_type_0_fields() 98 &smbios_type0.major, 1); in smbios_build_type_0_fields() 101 &smbios_type0.minor, 1); in smbios_build_type_0_fields()
|
H A D | smbios.c | 55 smbios_type0_t smbios_type0; variable 565 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() 577 if (smbios_type0.uefi) { in smbios_build_type_0_table() 581 if (smbios_type0.have_major_minor) { in smbios_build_type_0_table() 582 t->system_bios_major_release = smbios_type0.major; in smbios_build_type_0_table() 583 t->system_bios_minor_release = smbios_type0.minor; in smbios_build_type_0_table() 1400 save_opt(&smbios_type0.vendor, opts, "vendor"); in smbios_entry_add() 1401 save_opt(&smbios_type0.version, opts, "version"); in smbios_entry_add() [all …]
|
/openbmc/u-boot/lib/ |
H A D | smbios.c | 76 struct smbios_type0 *t; in smbios_write_type0() 77 int len = sizeof(struct smbios_type0); in smbios_write_type0() 80 memset(t, 0, sizeof(struct smbios_type0)); in smbios_write_type0()
|
/openbmc/u-boot/include/ |
H A D | smbios.h | 60 struct __packed smbios_type0 { struct
|
/openbmc/qemu/include/hw/firmware/ |
H A D | smbios.h | 28 extern smbios_type0_t smbios_type0;
|