Searched refs:DevicePathGUID (Results 1 – 2 of 2) sorted by relevance
34 static EFI_GUID DevicePathGUID = DEVICE_PATH_PROTOCOL; variable57 status = BS->HandleProtocol(handle, &DevicePathGUID, (VOID **)&devpath); in efi_lookup_devpath()135 status = BS->LocateDevicePath(&DevicePathGUID, &devpath, &h); in efi_devpath_handle()
62 static EFI_GUID DevicePathGUID = DEVICE_PATH_PROTOCOL; variable475 status = bs->HandleProtocol(h, &DevicePathGUID, (void **)&devpath); in probe_handle()653 status = bs->HandleProtocol(img->DeviceHandle, &DevicePathGUID, in efi_main()