Searched defs:smbios_type_1 (Results 1 - 2 of 2) sorted by relevance

/external/qemu/hw/
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,

Completed in 94 milliseconds