Home | History | Annotate | Download | only in UefiShellCommandLib

Lines Matching defs:Scsi

1088   DevicePathNode must be SCSI type and this will populate the MappingItem.

1105 SCSI_DEVICE_PATH *Scsi;
1110 Scsi = (SCSI_DEVICE_PATH *) DevicePathNode;
1111 Status = AppendCSDNum (MappingItem, Scsi->Pun);
1113 Status = AppendCSDNum (MappingItem, Scsi->Lun);