Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmDriverHealth.c299 EFI_HANDLE *DriverHealthHandles; in EfiBootManagerGetDriverHealthInfo() local
313 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()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DDeviceManager.c808 EFI_HANDLE *DriverHealthHandles; in CallDeviceManager() local
823 DriverHealthHandles = NULL; in CallDeviceManager()
1031 &DriverHealthHandles in CallDeviceManager()
1763 EFI_HANDLE *DriverHealthHandles; in GetAllControllersHealthStatus() local
1776 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 …]