Home
last modified time | relevance | path

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

/freebsd-13.1/stand/efi/boot1/
H A Dproto.c39 static EFI_GUID DevicePathGUID = DEVICE_PATH_PROTOCOL; variable
66 status = OpenProtocolByHandle(h, &DevicePathGUID, (void **)&devpath); in probe_handle()
H A Dboot1.c52 static EFI_GUID DevicePathGUID = DEVICE_PATH_PROTOCOL; variable
235 &DevicePathGUID, (void **)&imgpath); in efi_main()
/freebsd-13.1/stand/efi/gptboot/
H A Dproto.c51 static EFI_GUID DevicePathGUID = DEVICE_PATH_PROTOCOL; variable
149 status = OpenProtocolByHandle(h, &DevicePathGUID, (void **)&devpath); in probe_handle()
/freebsd-13.1/stand/efi/libefi/
H A Ddevpath.c37 static EFI_GUID DevicePathGUID = DEVICE_PATH_PROTOCOL; variable
63 status = OpenProtocolByHandle(handle, &DevicePathGUID, in efi_lookup_devpath()
75 status = BS->CloseProtocol(handle, &DevicePathGUID, IH, NULL); in efi_close_devpath()
611 status = BS->LocateDevicePath(&DevicePathGUID, &devpath, &h); in efi_devpath_handle()