Searched refs:ControllerIndex (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/ |
H A D | DeviceManager.c | 1639 UINTN ControllerIndex; local 1751 for (ControllerIndex = 0; ControllerIndex < HandleCount; ControllerIndex++) { 1755 if (Handles[ControllerIndex] == NULL) { 1759 Status = GetSingleControllerHealthStatus (DriverHealthList, DriverHealthHandles[DriverHealthIndex], Handles[ControllerIndex], NULL, DriverHealth, &HealthStatus); 1785 Status = GetSingleControllerHealthStatus (DriverHealthList, DriverHealthHandles[DriverHealthIndex], Handles[ControllerIndex], Handles[ChildIndex], DriverHealth, &HealthStatus);
|
Completed in 98 milliseconds