Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DConnect.c76 UINTN RootBridgeHandleCount; in ShellConnectPciRootBridge() local
81 RootBridgeHandleCount = 0; in ShellConnectPciRootBridge()
87 &RootBridgeHandleCount, in ShellConnectPciRootBridge()
94 for (RootBridgeIndex = 0; RootBridgeIndex < RootBridgeHandleCount; RootBridgeIndex++) { in ShellConnectPciRootBridge()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmConsole.c38 UINTN RootBridgeHandleCount; in BmGetVideoController() local
55 &RootBridgeHandleCount, in BmGetVideoController()
58 if (EFI_ERROR (Status) || (RootBridgeHandleCount == 0)) { in BmGetVideoController()
63 for (RootBridgeIndex = 0; RootBridgeIndex < RootBridgeHandleCount; RootBridgeIndex++) { in BmGetVideoController()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
DLegacyBm.c1442 UINTN RootBridgeHandleCount; in LegacyBmRefreshAllBootOption() local
1469 &RootBridgeHandleCount, in LegacyBmRefreshAllBootOption()
1472 for (RootBridgeIndex = 0; RootBridgeIndex < RootBridgeHandleCount; RootBridgeIndex++) { in LegacyBmRefreshAllBootOption()