Home
last modified time | relevance | path

Searched refs:smbios_table (Results 1 – 3 of 3) sorted by relevance

/external/qemu/hw/i386/
Dsmbios.c32 struct smbios_table { struct
173 struct smbios_table *table; in smbios_entry_add()
188 table = (struct smbios_table *)(smbios_entries + smbios_entries_len); in smbios_entry_add()
Dpc.c462 uint8_t *smbios_table; in bochs_bios_init() local
485 smbios_table = smbios_get_table(&smbios_len); in bochs_bios_init()
486 if (smbios_table) in bochs_bios_init()
488 smbios_table, smbios_len); in bochs_bios_init()
/external/qemu-pc-bios/bochs/bios/
Drombios32.c2141 struct smbios_table { struct
2512 struct smbios_table table; in smbios_load_external()