Searched defs:errorinfop (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_q_mem.h72 ErrorInfo_t *errorinfop; member in struct:cpqary3_command_private
H A Dcpqary3_transport.c1197 ErrorInfo_t *errorinfop; local
1211 errorinfop = cpqary3_cmdpvtp->errorinfop;
1240 switch (errorinfop->CommandStatus) {
1314 if ((errorinfop->ScsiStatus == SCSI_CHECK_CONDITION) ||
1315 (errorinfop->ScsiStatus == SCSI_COMMAND_TERMINATED)) {
1316 if (errorinfop->SenseLen) {
1322 if ((errorinfop->ScsiStatus == SCSI_CHECK_CONDITION)) {
1335 bcopy((caddr_t)&errorinfop->SenseInfo[0],
1337 CPQARY3_MIN(errorinfop
[all...]

Completed in 55 milliseconds