Searched refs:smbios_type_1 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/smbios/ |
H A D | smbios_legacy.c | 107 smbios_maybe_add_str(1, offsetof(struct smbios_type_1, manufacturer_str), in smbios_build_type_1_fields() 109 smbios_maybe_add_str(1, offsetof(struct smbios_type_1, product_name_str), in smbios_build_type_1_fields() 111 smbios_maybe_add_str(1, offsetof(struct smbios_type_1, version_str), in smbios_build_type_1_fields() 113 smbios_maybe_add_str(1, offsetof(struct smbios_type_1, serial_number_str), in smbios_build_type_1_fields() 115 smbios_maybe_add_str(1, offsetof(struct smbios_type_1, sku_number_str), in smbios_build_type_1_fields() 117 smbios_maybe_add_str(1, offsetof(struct smbios_type_1, family_str), in smbios_build_type_1_fields() 126 smbios_add_field(1, offsetof(struct smbios_type_1, uuid), in smbios_build_type_1_fields()
|
/openbmc/qemu/include/hw/firmware/ |
H A D | smbios.h | 136 struct smbios_type_1 { struct
|