Searched refs:ConnectType (Results 1 – 11 of 11) sorted by relevance
123 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBdsConnectConsole()127 if ((PlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformBdsConnectConsole()131 if ((PlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformBdsConnectConsole()
46 UINTN ConnectType; member
218 if ((gPlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBootManagerBeforeConsole()222 if ((gPlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformBootManagerBeforeConsole()226 if ((gPlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformBootManagerBeforeConsole()
108 if ((gPlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBootManagerBeforeConsole()112 if ((gPlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformBootManagerBeforeConsole()116 if ((gPlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformBootManagerBeforeConsole()
44 UINTN ConnectType; member
39 UINTN ConnectType; member
155 UINTN ConnectType; member
949 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformInitializeConsole()952 if ((PlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformInitializeConsole()955 if ((PlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformInitializeConsole()
833 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBdsConnectConsole()837 if ((PlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformBdsConnectConsole()841 if ((PlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformBdsConnectConsole()2921 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBdsConnectSimpleConsole()2925 if ((PlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformBdsConnectSimpleConsole()2929 if ((PlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformBdsConnectSimpleConsole()
960 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBdsConnectConsole()963 if ((PlatformConsole[Index].ConnectType & CONSOLE_OUT) == CONSOLE_OUT) { in PlatformBdsConnectConsole()966 if ((PlatformConsole[Index].ConnectType & STD_ERROR) == STD_ERROR) { in PlatformBdsConnectConsole()
95 UINTN ConnectType; member