Searched refs:DriverHealthHandles (Results 1 – 2 of 2) sorted by relevance
299 EFI_HANDLE *DriverHealthHandles; in EfiBootManagerGetDriverHealthInfo() local313 DriverHealthHandles = NULL; in EfiBootManagerGetDriverHealthInfo()322 &DriverHealthHandles in EfiBootManagerGetDriverHealthInfo()333 ASSERT (DriverHealthHandles != NULL); in EfiBootManagerGetDriverHealthInfo()343 …Status = BmGetSingleControllerHealthStatus (&DriverHealthInfo, Count, DriverHealthHandles[DriverHe… in EfiBootManagerGetDriverHealthInfo()369 …Status = BmGetSingleControllerHealthStatus (&DriverHealthInfo, Count, DriverHealthHandles[DriverHe… in EfiBootManagerGetDriverHealthInfo()378 …Status = BmGetSingleControllerHealthStatus (&DriverHealthInfo, Count, DriverHealthHandles[DriverHe… in EfiBootManagerGetDriverHealthInfo()391 if (DriverHealthHandles != NULL) { in EfiBootManagerGetDriverHealthInfo()392 FreePool (DriverHealthHandles); in EfiBootManagerGetDriverHealthInfo()
808 EFI_HANDLE *DriverHealthHandles; in CallDeviceManager() local823 DriverHealthHandles = NULL; in CallDeviceManager()1031 &DriverHealthHandles in CallDeviceManager()1763 EFI_HANDLE *DriverHealthHandles; in GetAllControllersHealthStatus() local1776 DriverHealthHandles = NULL; in GetAllControllersHealthStatus()1787 &DriverHealthHandles in GetAllControllersHealthStatus()1797 if (EFI_ERROR (Status) || DriverHealthHandles == NULL) { in GetAllControllersHealthStatus()1813 if (DriverHealthHandles[DriverHealthIndex] == NULL) { in GetAllControllersHealthStatus()1821 DriverHealthHandles[DriverHealthIndex], in GetAllControllersHealthStatus()1836 …Status = GetSingleControllerHealthStatus (DriverHealthList, DriverHealthHandles[DriverHealthIndex]… in GetAllControllersHealthStatus()[all …]