Home
last modified time | relevance | path

Searched refs:DevicePathGUID (Results 1 – 2 of 2) sorted by relevance

/titanic_53/usr/src/boot/sys/boot/efi/libefi/
H A Ddevpath.c34 static EFI_GUID DevicePathGUID = DEVICE_PATH_PROTOCOL; variable
57 status = BS->HandleProtocol(handle, &DevicePathGUID, (VOID **)&devpath); in efi_lookup_devpath()
135 status = BS->LocateDevicePath(&DevicePathGUID, &devpath, &h); in efi_devpath_handle()
/titanic_53/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c62 static EFI_GUID DevicePathGUID = DEVICE_PATH_PROTOCOL; variable
475 status = bs->HandleProtocol(h, &DevicePathGUID, (void **)&devpath); in probe_handle()
653 status = bs->HandleProtocol(img->DeviceHandle, &DevicePathGUID, in efi_main()