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

  /external/syslinux/com32/gplinclude/acpi/
sbst.h 18 #define SBST "SBST"
29 void parse_sbst(s_sbst * sbst);
  /external/syslinux/com32/gpllib/acpi/
acpi.c 205 } else if (memcmp(adh.signature, SBST, sizeof(SBST) - 1) == 0) {
206 DEBUG_PRINT(("SBST table found\n"));
207 s_sbst *s = &acpi->sbst;

Completed in 1876 milliseconds