Home | History | Annotate | Download | only in Hand

Lines Matching defs:DeviceHandle

538   EFI_HANDLE                DeviceHandle;

570 DeviceHandle = NULL;
572 Status = CoreLocateDevicePath (&gEfiDevicePathProtocolGuid, &DevicePath, &DeviceHandle);
573 if (!EFI_ERROR (Status) && (DeviceHandle != NULL) && IsDevicePathEnd(DevicePath)) {