OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GpeIndex
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/events/
evgpeblk.c
597
UINT32
GpeIndex
;
629
GpeIndex
= (i * ACPI_GPE_REGISTER_WIDTH) + j;
630
GpeEventInfo = &GpeBlock->EventInfo[
GpeIndex
];
631
ACPI_ERROR_ONLY(GpeNumber = GpeBlock->BlockBaseNumber +
GpeIndex
);
evgpe.c
439
UINT32
GpeIndex
;
452
GpeIndex
= GpeNumber - GpeBlock->BlockBaseNumber;
453
if (
GpeIndex
>= GpeBlock->GpeCount)
458
return (&GpeBlock->EventInfo[
GpeIndex
]);
/src/sys/external/bsd/acpica/dist/debugger/
dbdisply.c
960
UINT32
GpeIndex
;
1047
GpeIndex
= (i * ACPI_GPE_REGISTER_WIDTH) + j;
1048
GpeEventInfo = &GpeBlock->EventInfo[
GpeIndex
];
1060
GpeBlock->BlockBaseNumber +
GpeIndex
, GpeEventInfo,
Completed in 14 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025