Home
last modified time | relevance | path

Searched refs:oem_table_id (Results 1 – 10 of 10) sorted by relevance

/external/syslinux/com32/hdt/
Dhdt-dump-acpi.c38 char oem_table_id[16]={0}; in show_header() local
45 snprintf(oem_table_id,sizeof(oem_table_id),"%s",h->oem_table_id); in show_header()
72 add_as(oem_table_id_name,oem_table_id) in show_header()
Dhdt-menu-acpi.c36 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()
Dhdt-cli-acpi.c41 h->signature, h->revision, h->oem_id, h->oem_table_id, in show_header()
/external/syslinux/memdisk/
Dacpi.h47 char oem_table_id[8]; member
/external/syslinux/gpxe/src/include/gpxe/
Dacpi.h32 char oem_table_id[8]; member
/external/syslinux/com32/gplinclude/acpi/
Dstructs.h41 uint8_t oem_table_id[8 + 1]; member
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
Dabft.c41 .oem_table_id = "gPXE",
Dsbft.c57 .oem_table_id = "gPXE",
Dibft.c67 .oem_table_id = "gPXE",
/external/syslinux/com32/gpllib/acpi/
Dacpi.c94 cp_str_struct(adh->oem_table_id); in get_acpi_description_header()