Searched refs:FormHiiHandle (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | DriverHealth.h | 139 @param[out] FormHiiHandle A pointer to the HII handle containing the HII form used when 189 OUT EFI_HII_HANDLE *FormHiiHandle OPTIONAL
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/ |
H A D | DeviceManager.h | 300 @param FormHiiHandle The HII handle for an HII form associated with the 311 IN EFI_HII_HANDLE FormHiiHandle,
|
H A D | DeviceManager.c | 1526 EFI_HII_HANDLE FormHiiHandle; local 1577 FormHiiHandle = NULL; 1582 Status = DriverHealth->GetHealthStatus (DriverHealth, ControllerHandle, ChildHandle, HealthStatus, &MessageList, &FormHiiHandle); 1603 DriverHealthInfo->HiiHandle = FormHiiHandle; 1914 @param FormHiiHandle The HII handle for an HII form associated with the 1925 IN EFI_HII_HANDLE FormHiiHandle, 1955 if (FormHiiHandle != NULL) { 1958 &FormHiiHandle, 1968 // Exit the loop in case no FormHiiHandle is supplied to prevent dead-loop 1980 &FormHiiHandle 1919 ProcessSingleControllerHealth( IN EFI_DRIVER_HEALTH_PROTOCOL *DriverHealth, IN EFI_HANDLE ControllerHandle, OPTIONAL IN EFI_HANDLE ChildHandle, OPTIONAL IN EFI_DRIVER_HEALTH_STATUS HealthStatus, IN EFI_DRIVER_HEALTH_HII_MESSAGE **MessageList, OPTIONAL IN EFI_HII_HANDLE FormHiiHandle, IN OUT BOOLEAN *RebootRequired ) argument [all...] |
Completed in 243 milliseconds