Home
last modified time | relevance | path

Searched refs:SLIC (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/com32/gplinclude/acpi/
Dslic.h18 #define SLIC "SLIC" macro
Dacpi.h66 #define SLIC "SLIC" macro
/external/syslinux/com32/gpllib/acpi/
Dacpi.c242 } else if (memcmp(adh.signature, SLIC, sizeof(SLIC) - 1) == 0) { in parse_header()