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

/freebsd-11-stable/stand/efi/libefi/
H A Ddevpath.c34 static EFI_GUID DevicePathGUID = DEVICE_PATH_PROTOCOL; variable
57 status = BS->HandleProtocol(handle, &DevicePathGUID, (VOID **)&devpath);
135 status = BS->LocateDevicePath(&DevicePathGUID, &devpath, &h);
/freebsd-11-stable/stand/efi/boot1/
H A Dboot1.c54 static EFI_GUID DevicePathGUID = DEVICE_PATH_PROTOCOL; variable
295 status = BS->HandleProtocol(h, &DevicePathGUID, (void **)&devpath);
453 status = BS->HandleProtocol(img->DeviceHandle, &DevicePathGUID,

Completed in 100 milliseconds