Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DDriverSupport.c408 UINTN SortIndex; in CoreConnectSingleController() local
556 SortIndex = NumberOfSortedDriverBindingProtocols; in CoreConnectSingleController()
598 for ( ; SortIndex < NumberOfSortedDriverBindingProtocols; SortIndex++) { in CoreConnectSingleController()
599 HighestVersion = SortedDriverBindingProtocols[SortIndex]->Version; in CoreConnectSingleController()
600 HighestIndex = SortIndex; in CoreConnectSingleController()
601 for (Index = SortIndex + 1; Index < NumberOfSortedDriverBindingProtocols; Index++) { in CoreConnectSingleController()
607 if (SortIndex != HighestIndex) { in CoreConnectSingleController()
608 DriverBinding = SortedDriverBindingProtocols[SortIndex]; in CoreConnectSingleController()
609 SortedDriverBindingProtocols[SortIndex] = SortedDriverBindingProtocols[HighestIndex]; in CoreConnectSingleController()