Home
last modified time | relevance | path

Searched refs:SMBIOS_TABLE_ENTRY (Results 1 – 2 of 2) sorted by relevance

/external/qemu/hw/i386/
Dsmbios.c38 #define SMBIOS_TABLE_ENTRY 1 macro
68 if (entry == SMBIOS_TABLE_ENTRY && header->type == SMBIOS_FIELD_ENTRY) { in smbios_check_collision()
76 header->type == SMBIOS_TABLE_ENTRY) { in smbios_check_collision()
189 table->header.type = SMBIOS_TABLE_ENTRY; in smbios_entry_add()
198 smbios_check_collision(header->type, SMBIOS_TABLE_ENTRY); in smbios_entry_add()
/external/qemu-pc-bios/bochs/bios/
Drombios32.c2147 #define SMBIOS_TABLE_ENTRY 1 macro
2519 if (table.header.type != SMBIOS_TABLE_ENTRY) { in smbios_load_external()