HomeSort by relevance Sort by last modified time
    Searched refs:DriverHealth (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmDriverHealth.c 206 EFI_DRIVER_HEALTH_PROTOCOL *DriverHealth;
218 (VOID **) &DriverHealth
227 Status = DriverHealth->GetHealthStatus (DriverHealth, NULL, NULL, &HealthStatus, NULL, NULL);
237 (*DriverHealthInfo)[*Count].DriverHealth = DriverHealth;
253 Status = DriverHealth->GetHealthStatus (DriverHealth, ControllerHandle, ChildHandle, &HealthStatus, &MessageList, &FormHiiHandle);
261 (*DriverHealthInfo)[*Count].DriverHealth = DriverHealth;
    [all...]
InternalBm.h 43 #include <Protocol/DriverHealth.h>
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.c     [all...]
DeviceManager.h 76 EFI_DRIVER_HEALTH_PROTOCOL *DriverHealth;
218 @param DriverHealth A pointer to the EFI_DRIVER_HEALTH_PROTOCOL instance.
221 @retval EFI_INVALID_PARAMETER HealthStatus or DriverHealth is NULL.
235 IN EFI_DRIVER_HEALTH_PROTOCOL *DriverHealth,
292 @param DriverHealth A pointer to the EFI_DRIVER_HEALTH_PROTOCOL instance.
306 IN EFI_DRIVER_HEALTH_PROTOCOL *DriverHealth,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
DriverHealthManagerDxe.h 24 #include <Protocol/DriverHealth.h>
DriverHealthManagerDxe.c 622 @param DriverHealth A pointer to the EFI_DRIVER_HEALTH_PROTOCOL instance.
635 IN EFI_DRIVER_HEALTH_PROTOCOL *DriverHealth,
654 Status = DriverHealth->Repair (
655 DriverHealth,
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
UefiShellDriver1CommandsLib.h 39 #include <Protocol/DriverHealth.h>
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
UefiBootManagerLib.h 20 #include <Protocol/DriverHealth.h>
681 EFI_DRIVER_HEALTH_PROTOCOL *DriverHealth;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
Bds.h 51 #include <Protocol/DriverHealth.h>
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.h 125 #include <Protocol/DriverHealth.h>
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
UefiShellDebug1CommandsLib.h 38 #include <Protocol/DriverHealth.h>

Completed in 134 milliseconds