OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:daDeviceList
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
DevSearch.c
57
if(IsListEmpty((LIST_ENTRY *)&
daDeviceList
)) {
62
WorkNode = (DeviceNode *)GetFirstNode((LIST_ENTRY *)&
daDeviceList
);
107
WorkNode = (DeviceNode *)GetNextNode(&
daDeviceList
, (LIST_ENTRY *)WorkNode);
108
} while(&
daDeviceList
!= (LIST_ENTRY *)WorkNode);
DevGenisis.c
26
LIST_ENTRY
daDeviceList
= INITIALIZE_LIST_HEAD_VARIABLE(
daDeviceList
);
154
(void) InsertTailList(&
daDeviceList
, &Node->DevList);
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
Device.h
40
extern LIST_ENTRY
daDeviceList
; ///< List of registered devices.
Completed in 85 milliseconds