Searched refs:DevicePathGUID (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/stand/efi/boot1/ |
| H A D | proto.c | 39 static EFI_GUID DevicePathGUID = DEVICE_PATH_PROTOCOL; variable 66 status = OpenProtocolByHandle(h, &DevicePathGUID, (void **)&devpath); in probe_handle()
|
| H A D | boot1.c | 52 static EFI_GUID DevicePathGUID = DEVICE_PATH_PROTOCOL; variable 235 &DevicePathGUID, (void **)&imgpath); in efi_main()
|
| /freebsd-13.1/stand/efi/gptboot/ |
| H A D | proto.c | 51 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 D | devpath.c | 37 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()
|