Searched refs:SortIndex (Results 1 – 1 of 1) sorted by relevance
408 UINTN SortIndex; in CoreConnectSingleController() local556 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()