Searched defs:ControllerIndex (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.c1639 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 36 milliseconds