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

  /external/syslinux/com32/gplinclude/acpi/
rsdp.h 21 #define RSDP "RSD PTR"
  /external/syslinux/com32/gpllib/acpi/
rsdp.c 43 /* Searching for RSDP with "RSD PTR" signature */
44 if (memcmp(q, RSDP, sizeof(RSDP)-1) == 0) {
45 s_rsdp *r = &acpi->rsdp;
69 s_rsdp *r = &acpi->rsdp;
73 printf("RSDP Table @ 0x%p\n", r->address);

Completed in 466 milliseconds