Searched refs:SCBP (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_watch.c869 #define SCBP(pkt) ((struct scsi_status *)(pkt)->pkt_scbp) macro
891 if (SCBP(pkt)->sts_chk &&
921 } else if (SCBP(pkt)->sts_chk) {
987 result.statusp = SCBP(swr->swr_pkt);
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dses.h48 #define SCBP(pkt) ((struct scsi_status *)(pkt)->pkt_scbp) macro
H A Dstdef.h1352 #define SCBP(pkt) ((struct scsi_status *)(pkt)->pkt_scbp) macro
/illumos-gate/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h54 #define SCBP(pkt) ((struct dcd_status *)(pkt)->pkt_scbp) macro
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c9670 } else if ((SCBP(pkt)->sts_busy) ||
9671 (SCBP(pkt)->sts_chk) ||
9672 (SCBP(pkt)->sts_vu7)) {
10504 if (SCBP(rqpkt)->sts_busy) {
10515 } else if (SCBP(rqpkt)->sts_chk) {
10539 bcopy(SCBP(pkt), &arqstat.sts_status,
10541 bcopy(SCBP(rqpkt), &arqstat.sts_rqpkt_status,
17077 } else if ((SCBP(pkt)->sts_busy) ||
17078 (SCBP(pkt)->sts_chk) ||
17079 (SCBP(pk
[all...]

Completed in 111 milliseconds