OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:apic_id
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/hdt/
hdt-dump-acpi.c
475
char
apic_id
[16] = { 0 };
local
477
snprintf(
apic_id
,sizeof(
apic_id
),"0x%02x",sio->io_apic_id);
481
add_as("acpi.io_apic.
apic_id
",
apic_id
)
539
char
apic_id
[16] = { 0 };
local
547
snprintf(
apic_id
, sizeof(
apic_id
), "0x%02x", sla->
apic_id
);
549
add_ai("acpi.cpu.
apic_id
", sla->apic_id
[
all
...]
/external/syslinux/com32/gplinclude/acpi/
madt.h
44
uint8_t
apic_id
;
member in struct:__anon36914
Completed in 412 milliseconds