Lines Matching defs:DevicePath

137   EFI_DEVICE_PATH_PROTOCOL  *DevicePath;
151 (VOID **) &DevicePath,
416 SetBiosInitBlockIoDevicePath (PciDevPath, &BiosBlockIoPrivate->Bios, &BiosBlockIoPrivate->DevicePath);
426 BiosBlockIoPrivate->DevicePath,
574 BiosBlockIoPrivate->DevicePath,
626 @param DevicePath Device path for output.
633 OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath
648 Status = BuildEdd30DevicePath (BaseDevicePath, Drive, DevicePath);
656 VendorNode.DevicePath.Header.Type = HARDWARE_DEVICE_PATH;
657 VendorNode.DevicePath.Header.SubType = HW_VENDOR_DP;
658 SetDevicePathNodeLength (&VendorNode.DevicePath.Header, sizeof (VendorNode));
659 CopyMem (&VendorNode.DevicePath.Guid, &gBlockIoVendorGuid, sizeof (EFI_GUID));
661 *DevicePath = AppendDevicePathNode (BaseDevicePath, &VendorNode.DevicePath.Header);
670 @param DevicePath Device path for output.
680 IN EFI_DEVICE_PATH_PROTOCOL **DevicePath
702 Node.Atapi.SlaveMaster = Drive->Parameters.DevicePath.Atapi.Master;
703 Node.Atapi.Lun = Drive->Parameters.DevicePath.Atapi.Lun;
715 *DevicePath = AppendDevicePathNode (*DevicePath, &Node.DevPath);
732 CopyMem (&Node.Scsi.Lun, &Drive->Parameters.DevicePath.Scsi.Lun, sizeof (UINT16));
733 Node.Scsi.Pun = Drive->Parameters.DevicePath.Scsi.Pun;
742 Node.Usb.ParentPortNumber = (UINT8) Drive->Parameters.DevicePath.Usb.Reserved;
751 Node.F1394.Guid = Drive->Parameters.DevicePath.FireWire.Guid;
760 Node.FibreChannel.WWN = Drive->Parameters.DevicePath.FibreChannel.Wwn;
761 Node.FibreChannel.Lun = Drive->Parameters.DevicePath.FibreChannel.Lun;
778 *DevicePath = AppendDevicePathNode (BaseDevicePath, &Node.DevPath);