OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_madt
(Results
1 - 6
of
6
) sorted by null
/external/syslinux/com32/hdt/
hdt-cli-acpi.c
139
static void show_local_apic(
s_madt
* madt)
162
static void show_local_apic_nmi(
s_madt
* madt)
180
static void show_io_apic(
s_madt
* madt)
215
static void show_interrupt_source_override(
s_madt
* madt)
252
s_madt
*madt = &hardware->acpi.madt;
hdt-dump-acpi.c
406
void dump_interrupt_source_override(
s_madt
* madt, ZZJSON_CONFIG * config, ZZJSON ** item)
441
void dump_io_apic(
s_madt
* madt, ZZJSON_CONFIG * config, ZZJSON ** item)
489
void dump_local_apic_nmi(
s_madt
* madt, ZZJSON_CONFIG * config, ZZJSON ** item)
518
void dump_local_apic(
s_madt
* madt, ZZJSON_CONFIG * config, ZZJSON ** item)
566
s_madt
*madt = &hardware->acpi.madt;
/external/syslinux/com32/gplinclude/acpi/
madt.h
153
}
s_madt
;
typedef in typeref:struct:__anon36922
155
void print_madt(
s_madt
* madt);
acpi.h
78
s_madt
madt;
/external/syslinux/com32/gpllib/acpi/
madt.c
51
s_madt
*madt = &acpi->madt;
154
s_madt
*m = &acpi->madt;
acpi.c
161
s_madt
*m = &acpi->madt;
Completed in 267 milliseconds