Home | History | Annotate | Download | only in UefiDevicePathLib

Lines Matching defs:Scsi

1238   Converts a text device path node to SCSI device path structure.

1242 @return A pointer to the newly-created SCSI device path structure.
1252 SCSI_DEVICE_PATH *Scsi;
1256 Scsi = (SCSI_DEVICE_PATH *) CreateDeviceNode (
1262 Scsi->Pun = (UINT16) Strtoi (PunStr);
1263 Scsi->Lun = (UINT16) Strtoi (LunStr);
1265 return (EFI_DEVICE_PATH_PROTOCOL *) Scsi;
1617 Converts a text device path node to Serial Attached SCSI device path structure.
1621 @return A pointer to the newly-created Serial Attached SCSI device path structure.
1713 Converts a text device path node to Serial Attached SCSI Ex device path structure.
1717 @return A pointer to the newly-created Serial Attached SCSI Ex device path structure.
3514 {L"Scsi", DevPathFromTextScsi },