Searched refs:smbios_type_1 (Results 1 - 4 of 4) sorted by relevance
/external/qemu/hw/ |
H A D | smbios.c | 142 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 D | smbios.h | 48 struct smbios_type_1 { struct
|
/external/qemu-pc-bios/bochs/bios/ |
H A D | rombios32.c | 1975 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 D | arch_init.c | 671 smbios_add_field(1, offsetof(struct smbios_type_1, uuid), 16, uuid);
|
Completed in 74 milliseconds