Searched refs:smbios_type_0 (Results 1 - 3 of 3) sorted by relevance

/external/qemu/hw/
H A Dsmbios.c118 smbios_add_field(0, offsetof(struct smbios_type_0, vendor_str),
121 smbios_add_field(0, offsetof(struct smbios_type_0, bios_version_str),
124 smbios_add_field(0, offsetof(struct smbios_type_0,
130 smbios_add_field(0, offsetof(struct smbios_type_0,
132 smbios_add_field(0, offsetof(struct smbios_type_0,
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 60 milliseconds