Lines Matching refs:ControllerName
415 OUT CHAR16 **ControllerName in DriverHealthManagerGetControllerNameWorker() argument
444 ControllerName in DriverHealthManagerGetControllerNameWorker()
478 CHAR16 *ControllerName; in DriverHealthManagerGetControllerName() local
488 &ControllerName in DriverHealthManagerGetControllerName()
500 &ControllerName in DriverHealthManagerGetControllerName()
505 return AllocateCopyPool (StrSize (ControllerName), ControllerName); in DriverHealthManagerGetControllerName()
706 EFI_STRING ControllerName; in DriverHealthManagerUpdateForm() local
753 ControllerName = DriverHealthManagerGetControllerName ( in DriverHealthManagerUpdateForm()
758 ASSERT (ControllerName != NULL); in DriverHealthManagerUpdateForm()
759 UnicodeSPrint (String, sizeof (String), L"%s %s", DriverName, ControllerName); in DriverHealthManagerUpdateForm()
760 FreePool (ControllerName); in DriverHealthManagerUpdateForm()