OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_acpi_description_header
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/com32/gpllib/acpi/
acpi.c
87
void
get_acpi_description_header
(uint8_t * q, s_acpi_description_header * adh)
function
105
get_acpi_description_header
((uint8_t *)address, &adh);
136
get_acpi_description_header
((uint8_t *)f->x_dsdt,
146
get_acpi_description_header
((uint8_t *)f->dsdt_address,
rsdt.c
50
get_acpi_description_header
(q, &r->header);
xsdt.c
54
get_acpi_description_header
(q, &x->header);
/external/syslinux/com32/gplinclude/acpi/
acpi.h
96
void
get_acpi_description_header
(uint8_t *q, s_acpi_description_header * adh);
Completed in 74 milliseconds