Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
DdaConsole.c58 static DeviceNode *ConNode[NUM_SPECIAL]; variable
770 ConNode[i] = __DevRegister(stdioNames[i], NULL, &da_ConOpen, Stream, in __Cons_construct()
772 if(ConNode[i] == NULL) { in __Cons_construct()
776 Stream->Parent = ConNode[i]; in __Cons_construct()
796 if(ConNode[i] != NULL) { in __Cons_deconstruct()
797 FreePool(ConNode[i]); in __Cons_deconstruct()