Home | History | Annotate | Download | only in UefiScsiLib

Lines Matching defs:SenseDataLength

47   UINT8                                *SenseDataLength;

76 If SenseDataLength is NULL, then ASSERT().
80 If SenseDataLength is non-zero and SenseData is not NULL, SenseData must meet buffer
96 If SenseDataLength is 0, then this parameter is
98 @param[in, out] SenseDataLength On input, a pointer to the length in bytes of
113 See HostAdapterStatus, TargetStatus, SenseDataLength,
123 TargetStatus, SenseDataLength, and SenseData in that
131 SenseDataLength, and SenseData in that order for
142 IN OUT UINT8 *SenseDataLength,
151 ASSERT (SenseDataLength != NULL);
171 CommandPacket.SenseDataLength = *SenseDataLength;
177 *SenseDataLength = CommandPacket.SenseDataLength;
190 If SenseDataLength is NULL, then ASSERT().
195 If SenseDataLength is non-zero and SenseData is not NULL, SenseData must meet buffer
215 If SenseDataLength is 0, then this parameter
217 @param[in, out] SenseDataLength On input, the length in bytes of the SenseData buffer.
248 TargetStatus, SenseDataLength, and SenseData in that order
259 SenseDataLength, and SenseData in that order for additional
267 SenseDataLength, and SenseData in that order for
278 IN OUT UINT8 *SenseDataLength,
291 ASSERT (SenseDataLength != NULL);
304 CommandPacket.SenseDataLength = *SenseDataLength;
325 *SenseDataLength = CommandPacket.SenseDataLength;
339 If SenseDataLength is NULL, then ASSERT().
344 If SenseDataLength is non-zero and SenseData is not NULL, SenseData must meet buffer
364 If SenseDataLength is 0, then this parameter
366 @param[in, out] SenseDataLength On input, the length in bytes of the SenseData buffer.
395 TargetStatus, SenseDataLength, and SenseData in that order
406 SenseDataLength, and SenseData in that order for additional
414 SenseDataLength, and SenseData in that order for
425 IN OUT UINT8 *SenseDataLength,
437 SenseDataLength,
456 If SenseDataLength is NULL, then ASSERT().
461 If SenseDataLength is non-zero and SenseData is not NULL, SenseData must meet buffer
481 If SenseDataLength is 0, then this parameter
483 @param[in, out] SenseDataLength On input, the length in bytes of the SenseData buffer.
510 See HostAdapterStatus, TargetStatus, SenseDataLength,
523 SenseDataLength, and SenseData in that order for
531 TargetStatus, SenseDataLength, and SenseData in that
542 IN OUT UINT8 *SenseDataLength,
556 ASSERT (SenseDataLength != NULL);
587 CommandPacket.SenseDataLength = *SenseDataLength;
593 *SenseDataLength = CommandPacket.SenseDataLength;
607 If SenseDataLength is NULL, then ASSERT().
611 If SenseDataLength is non-zero and SenseData is not NULL, SenseData must meet buffer
618 @param[in, out] SenseDataLength The length of output sense data.
638 IN OUT UINT8 *SenseDataLength,
647 ASSERT (SenseDataLength != NULL);
658 CommandPacket.InTransferLength= *SenseDataLength;
664 Cdb[4] = (UINT8) (*SenseDataLength);
668 CommandPacket.SenseDataLength = 0;
674 *SenseDataLength = (UINT8) CommandPacket.InTransferLength;
688 If SenseDataLength is NULL, then ASSERT().
693 If SenseDataLength is non-zero and SenseData is not NULL, SenseData must meet buffer
704 @param[in, out] SenseDataLength The length of output sense data.
730 IN OUT UINT8 *SenseDataLength,
742 ASSERT (SenseDataLength != NULL);
771 CommandPacket.SenseDataLength = *SenseDataLength;
777 *SenseDataLength = CommandPacket.SenseDataLength;
792 If SenseDataLength is NULL, then ASSERT().
797 If SenseDataLength is non-zero and SenseData is not NULL, SenseData must meet buffer
808 @param[in, out] SenseDataLength The length of output sense data.
834 IN OUT UINT8 *SenseDataLength,
846 ASSERT (SenseDataLength != NULL);
877 CommandPacket.SenseDataLength = *SenseDataLength;
883 *SenseDataLength = CommandPacket.SenseDataLength;
899 If SenseDataLength is NULL, then ASSERT().
904 If SenseDataLength is non-zero and SenseData is not NULL, SenseData must meet buffer
915 @param[in, out] SenseDataLength The length of output sense data.
941 IN OUT UINT8 *SenseDataLength,
954 ASSERT (SenseDataLength != NULL);
977 CommandPacket.SenseDataLength = *SenseDataLength;
983 *SenseDataLength = CommandPacket.SenseDataLength;
999 If SenseDataLength is NULL, then ASSERT().
1004 If SenseDataLength is non-zero and SenseData is not NULL, SenseData must meet buffer
1015 @param[in, out] SenseDataLength The length of output sense data.
1041 IN OUT UINT8 *SenseDataLength,
1054 ASSERT (SenseDataLength != NULL);
1077 CommandPacket.SenseDataLength = *SenseDataLength;
1083 *SenseDataLength = CommandPacket.SenseDataLength;
1098 If SenseDataLength is NULL, then ASSERT().
1103 If SenseDataLength is non-zero and SenseData is not NULL, SenseData must meet buffer
1114 @param[in, out] SenseDataLength The length of output sense data.
1140 IN OUT UINT8 *SenseDataLength,
1153 ASSERT (SenseDataLength != NULL);
1176 CommandPacket.SenseDataLength = *SenseDataLength;
1182 *SenseDataLength = CommandPacket.SenseDataLength;
1198 If SenseDataLength is NULL, then ASSERT().
1203 If SenseDataLength is non-zero and SenseData is not NULL, SenseData must meet buffer
1214 @param[in, out] SenseDataLength The length of output sense data.
1240 IN OUT UINT8 *SenseDataLength,
1253 ASSERT (SenseDataLength != NULL);
1276 CommandPacket.SenseDataLength = *SenseDataLength;
1282 *SenseDataLength = CommandPacket.SenseDataLength;
1315 *LibContext->SenseDataLength = CommandPacket->SenseDataLength;
1351 If SenseDataLength is NULL, then ASSERT().
1356 If SenseDataLength is non-zero and SenseData is not NULL, SenseData must meet
1367 @param[in, out] SenseDataLength The length of output sense data.
1413 IN OUT UINT8 *SenseDataLength,
1434 SenseDataLength,
1444 ASSERT (SenseDataLength != NULL);
1461 Context->SenseDataLength = SenseDataLength;
1481 CommandPacket->SenseDataLength = *SenseDataLength;
1535 If SenseDataLength is NULL, then ASSERT().
1540 If SenseDataLength is non-zero and SenseData is not NULL, SenseData must meet
1551 @param[in, out] SenseDataLength The length of output sense data.
1597 IN OUT UINT8 *SenseDataLength,
1618 SenseDataLength,
1628 ASSERT (SenseDataLength != NULL);
1645 Context->SenseDataLength = SenseDataLength;
1665 CommandPacket->SenseDataLength = *SenseDataLength;
1719 If SenseDataLength is NULL, then ASSERT().
1724 If SenseDataLength is non-zero and SenseData is not NULL, SenseData must meet
1735 @param[in, out] SenseDataLength The length of output sense data.
1781 IN OUT UINT8 *SenseDataLength,
1802 SenseDataLength,
1812 ASSERT (SenseDataLength != NULL);
1829 Context->SenseDataLength = SenseDataLength;
1849 CommandPacket->SenseDataLength = *SenseDataLength;
1903 If SenseDataLength is NULL, then ASSERT().
1908 If SenseDataLength is non-zero and SenseData is not NULL, SenseData must meet
1919 @param[in, out] SenseDataLength The length of output sense data.
1965 IN OUT UINT8 *SenseDataLength,
1986 SenseDataLength,
1996 ASSERT (SenseDataLength != NULL);
2013 Context->SenseDataLength = SenseDataLength;
2033 CommandPacket->SenseDataLength = *SenseDataLength;