Home
last modified time | relevance | path

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

/external/qemu/hw/
Dsmbios.c37 #define SMBIOS_FIELD_ENTRY 0 macro
68 if (entry == SMBIOS_TABLE_ENTRY && header->type == SMBIOS_FIELD_ENTRY) { in smbios_check_collision()
75 } else if (entry == SMBIOS_FIELD_ENTRY && in smbios_check_collision()
92 smbios_check_collision(type, SMBIOS_FIELD_ENTRY); in smbios_add_field()
101 field->header.type = SMBIOS_FIELD_ENTRY; in smbios_add_field()
/external/qemu-pc-bios/bochs/bios/
Drombios32.c2146 #define SMBIOS_FIELD_ENTRY 0 macro
2161 if (field.header.type != SMBIOS_FIELD_ENTRY) { in smbios_load_field()