Lines Matching refs:Handle
56 the handle pointed to by @Handle, or on a new handle if it points to
59 @param Handle Pointer to the handle to install the protocols
60 on, may point to a NULL handle.
75 IN OUT EFI_HANDLE *Handle,
84 ASSERT (Handle != NULL);
86 OutHandle = *Handle;
108 *Handle = OutHandle;
113 "XENIO_PROTOCOL protocols on handle %p (Status == %r)\n",
127 @param Handle Handle onto which the protocols have been installed
138 IN EFI_HANDLE Handle
146 gBS->OpenProtocol (Handle, &gEfiDevicePathProtocolGuid, &XenBusDevicePath,
150 gBS->OpenProtocol (Handle, &gXenIoProtocolGuid, &XenIo,
153 Status = gBS->UninstallMultipleProtocolInterfaces (Handle,