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

/external/qemu/hw/
H A Dsmbios.h32 struct smbios_type_0 { struct
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c1959 struct smbios_type_0 { struct
2212 struct smbios_type_0 *p = (struct smbios_type_0 *)start;
2213 char *end = (char *)start + sizeof(struct smbios_type_0);
2218 p->header.length = sizeof(struct smbios_type_0);
2235 if (!smbios_load_field(0, offsetof(struct smbios_type_0,
2240 if (!smbios_load_field(0, offsetof(struct smbios_type_0,

Completed in 80 milliseconds