Home
last modified time | relevance | path

Searched refs:daDefaultDevice (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
DDevGenisis.c27 DeviceNode *daDefaultDevice = NULL; ///< Device to use if nothing else found variable
147 if(daDefaultDevice != NULL) { in __DevRegister()
151 daDefaultDevice = Node; in __DevRegister()
DPath.c370 Node = daDefaultDevice; in ParsePath()
383 Node = daDefaultDevice; in ParsePath()
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
DDevice.h41 extern DeviceNode *daDefaultDevice; ///< Device to use if nothing else found
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c849 if(daDefaultDevice != NULL) { in __dtor_DevShell()
850 if(daDefaultDevice->InstanceList != NULL) { in __dtor_DevShell()
851 FreePool(daDefaultDevice->InstanceList); in __dtor_DevShell()
853 FreePool(daDefaultDevice); in __dtor_DevShell()