OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slic
(Results
1 - 5
of
5
) sorted by null
/external/syslinux/com32/gplinclude/acpi/
acpi.h
37
#include <acpi/
slic
.h>
66
#define
SLIC
"
SLIC
"
88
s_slic
slic
;
member in struct:__anon36902
/external/syslinux/com32/hdt/
hdt-cli-acpi.c
118
if (hardware->acpi.
slic
.valid)
119
show_header(hardware->acpi.
slic
.address, &hardware->acpi.
slic
.header);
hdt-menu-acpi.c
98
if (hardware->acpi.
slic
.valid)
99
compute_table(menu,hardware->acpi.
slic
.address, &hardware->acpi.
slic
.header);
hdt-dump-acpi.c
267
if (acpi->
slic
.valid) {
271
add_as("acpi.item","
slic
")
272
add_as("acpi.
slic
.is_valid",valid)
275
if (acpi->
slic
.valid==false) {
280
show_header("
slic
",acpi->
slic
.address, &acpi->
slic
.header, config, item);
/external/syslinux/com32/gpllib/acpi/
acpi.c
242
} else if (memcmp(adh.signature,
SLIC
, sizeof(
SLIC
) - 1) == 0) {
243
DEBUG_PRINT(("
SLIC
table found\n"));
244
s_slic *s = &acpi->
slic
;
Completed in 128 milliseconds