Searched refs:oem_id (Results 1 – 13 of 13) sorted by relevance
/external/syslinux/com32/hdt/ |
D | hdt-dump-acpi.c | 37 char oem_id[16]={0}; in show_header() local 44 snprintf(oem_id,sizeof(oem_id),"%s",h->oem_id); in show_header() 71 add_as(oem_id_name,oem_id) in show_header() 364 char oem_id[16]={0}; in dump_rsdp() local 367 snprintf(oem_id,sizeof(oem_id),"%s",r->oem_id); in dump_rsdp() 370 add_as("acpi.rsdp.oem_id",oem_id) in dump_rsdp()
|
D | hdt-menu-acpi.c | 36 h->signature, h->revision, h->oem_id, h->oem_table_id, h->creator_id, h->creator_revision); in compute_table() 38 h->signature, h->revision, h->oem_id, h->oem_table_id, in compute_table()
|
D | hdt-cli-acpi.c | 41 h->signature, h->revision, h->oem_id, h->oem_table_id, in show_header() 79 r->revision, r->oem_id, r->address); in main_show_acpi()
|
/external/syslinux/com32/gpllib/acpi/ |
D | rsdp.c | 50 cp_str_struct(r->oem_id); in search_rsdp() 76 printf(" oem id : %s\n", r->oem_id); in print_rsdp()
|
D | acpi.c | 93 cp_str_struct(adh->oem_id); in get_acpi_description_header() 98 …DEBUG_PRINT(("acpi_header at %p = %s | %s | %s\n", q, adh->signature,adh->oem_id, adh->creator_id … in get_acpi_description_header()
|
/external/syslinux/memdisk/ |
D | acpi.h | 45 char oem_id[6]; member
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | acpi.h | 30 char oem_id[6]; member
|
/external/syslinux/com32/gplinclude/acpi/ |
D | rsdp.h | 29 uint8_t oem_id[6 + 1]; member
|
D | structs.h | 40 uint8_t oem_id[6 + 1]; member
|
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/ |
D | abft.c | 40 .oem_id = "FENSYS",
|
D | sbft.c | 56 .oem_id = "FENSYS",
|
D | ibft.c | 66 .oem_id = "FENSYS",
|
/external/e2fsprogs/lib/blkid/ |
D | probe.h | 455 __u8 oem_id[8]; member
|