Searched refs:DevicePathGUID (Results 1 – 4 of 4) sorted by relevance
/freebsd/stand/efi/boot1/ |
H A D | proto.c | 38 static EFI_GUID DevicePathGUID = DEVICE_PATH_PROTOCOL; variable 65 status = OpenProtocolByHandle(h, &DevicePathGUID, (void **)&devpath); in probe_handle()
|
H A D | boot1.c | 51 static EFI_GUID DevicePathGUID = DEVICE_PATH_PROTOCOL; variable 254 &DevicePathGUID, (void **)&imgpath); in efi_main()
|
/freebsd/stand/efi/gptboot/ |
H A D | proto.c | 50 static EFI_GUID DevicePathGUID = DEVICE_PATH_PROTOCOL; variable 148 status = OpenProtocolByHandle(h, &DevicePathGUID, (void **)&devpath); in probe_handle()
|
/freebsd/stand/efi/libefi/ |
H A D | devpath.c | 34 static EFI_GUID DevicePathGUID = DEVICE_PATH_PROTOCOL; variable 60 status = OpenProtocolByHandle(handle, &DevicePathGUID, in efi_lookup_devpath() 72 status = BS->CloseProtocol(handle, &DevicePathGUID, IH, NULL); in efi_close_devpath() 625 status = BS->LocateDevicePath(&DevicePathGUID, &devpath, &h); in efi_devpath_handle()
|