Home
last modified time | relevance | path

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

/freebsd-12.1/stand/efi/libefi/
H A Ddevpath.c35 static EFI_GUID DevicePathGUID = DEVICE_PATH_PROTOCOL; variable
58 status = OpenProtocolByHandle(handle, &DevicePathGUID, in efi_lookup_devpath()
137 status = BS->LocateDevicePath(&DevicePathGUID, &devpath, &h); in efi_devpath_handle()
/freebsd-12.1/stand/efi/boot1/
H A Dboot1.c54 static EFI_GUID DevicePathGUID = DEVICE_PATH_PROTOCOL; variable
310 status = OpenProtocolByHandle(h, &DevicePathGUID, (void **)&devpath); in probe_handle()
460 &DevicePathGUID, (void **)&imgpath); in efi_main()