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