Searched refs:smbios_type_1 (Results 1 - 4 of 4) sorted by relevance

/external/qemu/hw/
H A Dsmbios.c142 smbios_add_field(1, offsetof(struct smbios_type_1, manufacturer_str),
145 smbios_add_field(1, offsetof(struct smbios_type_1, product_name_str),
148 smbios_add_field(1, offsetof(struct smbios_type_1, version_str),
151 smbios_add_field(1, offsetof(struct smbios_type_1, serial_number_str),
160 smbios_add_field(1, offsetof(struct smbios_type_1, sku_number_str),
163 smbios_add_field(1, offsetof(struct smbios_type_1, family_str),
H A Dsmbios.h48 struct smbios_type_1 { struct
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c1975 struct smbios_type_1 { struct
2258 struct smbios_type_1 *p = (struct smbios_type_1 *)start;
2259 char *end = (char *)start + sizeof(struct smbios_type_1);
2264 p->header.length = sizeof(struct smbios_type_1);
2272 size = smbios_load_field(1, offsetof(struct smbios_type_1,
/external/qemu/
H A Darch_init.c671 smbios_add_field(1, offsetof(struct smbios_type_1, uuid), 16, uuid);

Completed in 161 milliseconds