OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 58 milliseconds