/src/sys/dev/ic/ |
oosiopvar.h | 40 uint8_t msgout[8]; member in struct:oosiop_xfer 51 #define OOSIOP_MSGOUTOFF OOSIOP_XFEROFF(msgout[0])
|
oosiop.c | 549 offsetof(struct oosiop_xfer, msgout[0])); 796 /* Setup msgout buffer */ 799 xfer->msgout[0] = MSG_IDENTIFY(cb->lun, 805 xfer->msgout[1] = MSG_EXTENDED; 806 xfer->msgout[2] = MSG_EXT_SDTR_LEN; 807 xfer->msgout[3] = MSG_EXT_SDTR; 808 xfer->msgout[4] = sc->sc_minperiod; 809 xfer->msgout[5] = OOSIOP_MAX_OFFSET; 1272 int msgout; local in function:oosiop_msgin 1276 msgout = 0 [all...] |
oosiopvar.h | 40 uint8_t msgout[8]; member in struct:oosiop_xfer 51 #define OOSIOP_MSGOUTOFF OOSIOP_XFEROFF(msgout[0])
|
oosiop.c | 549 offsetof(struct oosiop_xfer, msgout[0])); 796 /* Setup msgout buffer */ 799 xfer->msgout[0] = MSG_IDENTIFY(cb->lun, 805 xfer->msgout[1] = MSG_EXTENDED; 806 xfer->msgout[2] = MSG_EXT_SDTR_LEN; 807 xfer->msgout[3] = MSG_EXT_SDTR; 808 xfer->msgout[4] = sc->sc_minperiod; 809 xfer->msgout[5] = OOSIOP_MAX_OFFSET; 1272 int msgout; local in function:oosiop_msgin 1276 msgout = 0 [all...] |
osiopvar.h | 109 uint8_t msgout[8]; /* 216: message out buf */ member in struct:osiop_ds 123 #define OSIOP_DSIDOFF OSIOP_DSOFF(msgout[0])
|
osiopvar.h | 109 uint8_t msgout[8]; /* 216: message out buf */ member in struct:osiop_ds 123 #define OSIOP_DSIDOFF OSIOP_DSOFF(msgout[0])
|
ninjascsi32.c | 1735 u_int32_t msgout = 0; local in function:njsc32_msgin 2089 msgout = njsc32_get_auto_msgout(sc); 2106 njsc32_write_4(sc, NJSC32_REG_SCSI_MSG_OUT, msgout);
|
ninjascsi32.c | 1735 u_int32_t msgout = 0; local in function:njsc32_msgin 2089 msgout = njsc32_get_auto_msgout(sc); 2106 njsc32_write_4(sc, NJSC32_REG_SCSI_MSG_OUT, msgout);
|
/src/sys/arch/amiga/dev/ |
siopvar.h | 92 u_char msgout[6]; member in struct:siop_acb
|
siopvar.h | 92 u_char msgout[6]; member in struct:siop_acb
|
/src/sys/arch/mac68k/dev/ |
ncr5380reg.h | 195 u_char msgout; /* message to send when requested */ member in struct:req_q
|
ncr5380reg.h | 195 u_char msgout; /* message to send when requested */ member in struct:req_q
|
/src/sys/arch/atari/dev/ |
ncr5380reg.h | 195 uint8_t msgout; /* message to send when requested */ member in struct:req_q
|
ncr5380reg.h | 195 uint8_t msgout; /* message to send when requested */ member in struct:req_q
|
/src/sys/dev/isa/ |
seagate.c | 1007 * The SCSI standard suggests that in MSGOUT phase, the 1255 u_char msgout = MSG_NOOP; local in function:sea_information_transfer 1301 msgout = MSG_ABORT; 1421 data = &msgout; 1422 /* sea->last_message = msgout; */ 1424 if (msgout == MSG_ABORT) { 1437 msgout = MSG_NOOP;
|
seagate.c | 1007 * The SCSI standard suggests that in MSGOUT phase, the 1255 u_char msgout = MSG_NOOP; local in function:sea_information_transfer 1301 msgout = MSG_ABORT; 1421 data = &msgout; 1422 /* sea->last_message = msgout; */ 1424 if (msgout == MSG_ABORT) { 1437 msgout = MSG_NOOP;
|