Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
DDevice.h60 DeviceNode * EFIAPI __DevRegister( const CHAR16 *DevName, GUID *DevProto, FO_OPEN OpenFunc,
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
DDevGenisis.c100 __DevRegister( in __DevRegister() function
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
DdaConsole.c770 ConNode[i] = __DevRegister(stdioNames[i], NULL, &da_ConOpen, Stream, in __Cons_construct()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c828 Node = __DevRegister(NULL, NULL, &da_ShellOpen, Stream, 1, sizeof(GenericInstance), O_RDWR); in __ctor_DevShell()