Searched refs:oem_id (Results 1 - 4 of 4) sorted by relevance

/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c1268 uint8_t oem_id [6]; /* OEM identification */\
1284 uint8_t oem_id [6]; /* OEM identification */ member in struct:rsdp_descriptor
1555 memcpy(h->oem_id, "QEMU ", 6);
1558 memcpy(h->oem_id, "BOCHS ", 6);
1741 memcpy(rsdp->oem_id, "QEMU ", 6);
1743 memcpy(rsdp->oem_id, "BOCHS ", 6);
/external/e2fsprogs/lib/blkid/
H A Dprobe.h452 __u8 oem_id[8]; member in struct:ntfs_super_block
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h3087 char * oem_id; member in struct:AcpiTableOptions
H A Dqapi-visit.c5797 visit_start_optional(m, obj ? &(*obj)->has_oem_id : NULL, "oem_id", &err);
5799 visit_type_str(m, obj ? &(*obj)->oem_id : NULL, "oem_id", &err);

Completed in 330 milliseconds