OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gHandleList
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Handle.c
19
//
gHandleList
- A list of all the handles in the system
22
LIST_ENTRY
gHandleList
= INITIALIZE_LIST_HEAD_VARIABLE (
gHandleList
);
289
InsertTailList (&
gHandleList
, &Handle->AllHandles);
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Handle.c
21
//
gHandleList
- A list of all the handles in the system
26
LIST_ENTRY
gHandleList
= INITIALIZE_LIST_HEAD_VARIABLE (
gHandleList
);
430
InsertTailList (&
gHandleList
, &Handle->AllHandles);
[
all
...]
Completed in 68 milliseconds