HomeSort by relevance Sort by last modified time
    Searched refs:adh (Results 1 - 2 of 2) sorted by null

  /external/syslinux/com32/gpllib/acpi/
acpi.c 87 void get_acpi_description_header(uint8_t * q, s_acpi_description_header * adh)
89 cp_str_struct(adh->signature);
90 cp_struct(&adh->length);
91 cp_struct(&adh->revision);
92 cp_struct(&adh->checksum);
93 cp_str_struct(adh->oem_id);
94 cp_str_struct(adh->oem_table_id);
95 cp_struct(&adh->oem_revision);
96 cp_str_struct(adh->creator_id);
97 cp_struct(&adh->creator_revision)
102 s_acpi_description_header adh; local
    [all...]
  /external/syslinux/com32/gplinclude/acpi/
acpi.h 96 void get_acpi_description_header(uint8_t *q, s_acpi_description_header * adh);

Completed in 69 milliseconds