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

/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c1269 uint8_t oem_table_id [8]; /* OEM table identification */\
1556 memcpy(h->oem_table_id, "QEMU", 4);
1559 memcpy(h->oem_table_id, "BXPC", 4);
1561 memcpy(h->oem_table_id + 4, sig, 4);
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h3089 char * oem_table_id; member in struct:AcpiTableOptions
H A Dqapi-visit.c5802 visit_start_optional(m, obj ? &(*obj)->has_oem_table_id : NULL, "oem_table_id", &err);
5804 visit_type_str(m, obj ? &(*obj)->oem_table_id : NULL, "oem_table_id", &err);

Completed in 106 milliseconds