Searched refs:DevicePathProtocol (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/private/efi/protocol/
H A Ddevice-path.h11 extern efi_guid DevicePathProtocol;
/fuchsia/zircon/bootloader/lib/efi/
H A Dguids.c22 efi_guid DevicePathProtocol = EFI_DEVICE_PATH_PROTOCOL_GUID; variable
/fuchsia/zircon/bootloader/src/
H A Ddiskio.c115 status = bs->OpenProtocol(li->DeviceHandle, &DevicePathProtocol,
144 status = bs->OpenProtocol(list[n], &DevicePathProtocol, (void**) &path, img, NULL,
189 bs->CloseProtocol(list[n], &DevicePathProtocol, img, NULL);
195 bs->CloseProtocol(li->DeviceHandle, &DevicePathProtocol, img, NULL);
/fuchsia/zircon/bootloader/lib/
H A Dxefi.c52 efi_status status = gBS->HandleProtocol(h, &DevicePathProtocol, (void*)&path);

Completed in 36 milliseconds