Searched refs:SD_XB_USCSICMD (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c14245 xp->xb_pkt_flags |= SD_XB_USCSICMD;
15228 ((xp->xb_pkt_flags & SD_XB_USCSICMD) == 0) &&
15397 ((xp->xb_pkt_flags & SD_XB_USCSICMD) != SD_XB_USCSICMD) &&
15447 if (!(xp->xb_pkt_flags & SD_XB_USCSICMD)) {
15910 if (!(xp->xb_pkt_flags & SD_XB_USCSICMD)) {
16945 if (xp->xb_pkt_flags & SD_XB_USCSICMD) {
16979 ((xp->xb_pkt_flags & SD_XB_USCSICMD) == 0) &&
17039 } else if (xp->xb_pkt_flags & SD_XB_USCSICMD) {
17084 ((xp->xb_pkt_flags & SD_XB_USCSICMD)
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h1331 * SD_XB_USCSICMD indicates the scsi request is a uscsi request
1337 #define SD_XB_USCSICMD 0x40000000 macro

Completed in 108 milliseconds