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

  /external/syslinux/com32/gplinclude/acpi/
xsdt.h 20 #define XSDT "XSDT"
  /external/syslinux/com32/gpllib/acpi/
xsdt.c 37 /* Let's seach for XSDT table */
41 q = acpi->xsdt.address;
45 DEBUG_PRINT(("XSDT is null, exiting\n"));
49 DEBUG_PRINT(("Searching XSDT at %p",q));
51 if (memcmp(q, XSDT, sizeof(XSDT) - 1) == 0) {
52 s_xsdt *x = &acpi->xsdt;
55 DEBUG_PRINT(("XSDT table found at %p : length=%d\n",x->address,x->header.length));

Completed in 56 milliseconds