Lines Matching refs:Lun

467   IN UINT64                                             Lun,
484 Lun: The LUN of the ATAPI device to send the SCSI Request
485 Packet. To the ATAPI device, Lun is always 0.
487 specified by Target and Lun.
509 if ((Target > MAX_TARGET_ID) || (Lun != 0)) {
558 IN OUT UINT64 *Lun
576 Lun - On input, a pointer to the LUN of a SCSI device
582 EFI_SUCCESS - The Target ID and Lun of the next SCSI device
583 on the SCSI channel was returned in Target and Lun.
585 EFI_INVALID_PARAMETER - Target is not 0xFFFFFFFF,and Target and Lun were not
599 if (Target == NULL || Lun == NULL) {
605 (*Lun != AtapiScsiPrivate->LatestLun))) {
619 *Lun = 0;
625 AtapiScsiPrivate->LatestLun = *Lun;
636 IN UINT64 Lun,
651 Lun - The LUN of the SCSI device for which a device
655 Target and Lun. This function is responsible
662 specified by Target and Lun was allocated and
664 EFI_NOT_FOUND - The SCSI devices specified by Target and Lun does
685 if ((Target > (MAX_TARGET_ID - 1)) || (Lun != 0)) {
700 Node->Atapi.Lun = (UINT16) Lun;
713 OUT UINT64 *Lun
728 Lun - A pointer to the LUN of a SCSI device on
734 in Target and Lun.
735 EFI_INVALID_PARAMETER - DevicePath/Target/Lun is NULL.
747 if (DevicePath == NULL || Target == NULL || Lun == NULL) {
763 *Lun = Node->Atapi.Lun;
765 if (*Target > (MAX_TARGET_ID - 1) || *Lun != 0) {
865 IN UINT64 Lun
877 Lun - The LUN of the SCSI device to reset.
882 Lun was reset.
885 EFI_INVALID_PARAMETER - Target or Lun are invalid.
888 and Lun.
890 the SCSI device specified by Target and Lun.
899 if ((Target > MAX_TARGET_ID) || (Lun != 0)) {
953 IN UINT64 Lun,
970 Lun: The LUN of the ATAPI device to send the SCSI Request
971 Packet. To the ATAPI device, Lun is always 0.
973 specified by Target and Lun.
1001 if ((TargetId > MAX_TARGET_ID) || (Lun != 0)) {
1050 IN OUT UINT64 *Lun
1068 Lun - On input, a pointer to the LUN of a SCSI device
1074 EFI_SUCCESS - The Target ID and Lun of the next SCSI device
1075 on the SCSI channel was returned in Target and Lun.
1077 EFI_INVALID_PARAMETER - Target is not 0xFFFFFFFF,and Target and Lun were not
1094 if (*Target == NULL || Lun == NULL) {
1115 (*Lun != AtapiScsiPrivate->LatestLun))) {
1129 *Lun = 0;
1135 AtapiScsiPrivate->LatestLun = *Lun;
1146 IN UINT64 Lun,
1161 Lun - The LUN of the SCSI device for which a device
1165 Target and Lun. This function is responsible
1172 specified by Target and Lun was allocated and
1174 EFI_NOT_FOUND - The SCSI devices specified by Target and Lun does
1197 if ((TargetId > (MAX_TARGET_ID - 1)) || (Lun != 0)) {
1212 Node->Atapi.Lun = (UINT16) Lun;
1225 OUT UINT64 *Lun
1240 Lun - A pointer to the LUN of a SCSI device on
1246 in Target and Lun.
1247 EFI_INVALID_PARAMETER - DevicePath/Target/Lun is NULL.
1259 if (DevicePath == NULL || Target == NULL || Lun == NULL) {
1277 *Lun = Node->Atapi.Lun;
1279 if ((*Target)[0] > (MAX_TARGET_ID - 1) || *Lun != 0) {
1379 IN UINT64 Lun
1391 Lun - The LUN of the SCSI device to reset.
1396 Lun was reset.
1399 EFI_INVALID_PARAMETER - Target or Lun are invalid.
1402 and Lun.
1404 the SCSI device specified by Target and Lun.
1415 if ((TargetId > MAX_TARGET_ID) || (Lun != 0)) {
1485 Lun - On input, a pointer to the LUN of a SCSI device
1491 EFI_SUCCESS - The Target ID and Lun of the next SCSI device
1492 on the SCSI channel was returned in Target and Lun.
1494 EFI_INVALID_PARAMETER - Target is not 0xFFFFFFFF,and Target and Lun were not