Home | History | Annotate | Download | only in UefiDevicePathLib

Lines Matching defs:Scsi

582   Converts a SCSI device path structure to its string representative.

602 SCSI_DEVICE_PATH *Scsi;
604 Scsi = DevPath;
605 UefiDevicePathLibCatPrint (Str, L"Scsi(0x%x,0x%x)", Scsi->Pun, Scsi->Lun);