msgout            546 dev/ic/oosiop.c 	    offsetof(struct oosiop_xfer, msgout[0]));
msgout            860 dev/ic/oosiop.c 	xfer->msgout[0] = MSG_IDENTIFY(cb->lun,
msgout            866 dev/ic/oosiop.c 		xfer->msgout[1] = MSG_EXTENDED;
msgout            867 dev/ic/oosiop.c 		xfer->msgout[2] = MSG_EXT_SDTR_LEN;
msgout            868 dev/ic/oosiop.c 		xfer->msgout[3] = MSG_EXT_SDTR;
msgout            869 dev/ic/oosiop.c 		xfer->msgout[4] = sc->sc_minperiod;
msgout            870 dev/ic/oosiop.c 		xfer->msgout[5] = OOSIOP_MAX_OFFSET;
msgout           1376 dev/ic/oosiop.c 	int msgout;
msgout           1380 dev/ic/oosiop.c 	msgout = 0;
msgout           1398 dev/ic/oosiop.c 				xfer->msgout[0] = MSG_EXTENDED;
msgout           1399 dev/ic/oosiop.c 				xfer->msgout[1] = MSG_EXT_SDTR_LEN;
msgout           1400 dev/ic/oosiop.c 				xfer->msgout[2] = MSG_EXT_SDTR;
msgout           1401 dev/ic/oosiop.c 				xfer->msgout[3] = xfer->msgin[3];
msgout           1402 dev/ic/oosiop.c 				xfer->msgout[4] = xfer->msgin[4];
msgout           1404 dev/ic/oosiop.c 				msgout = 1;
msgout           1413 dev/ic/oosiop.c 			xfer->msgout[0] = MSG_MESSAGE_REJECT;
msgout           1415 dev/ic/oosiop.c 			msgout = 1;
msgout           1442 dev/ic/oosiop.c 		xfer->msgout[0] = MSG_MESSAGE_REJECT;
msgout           1444 dev/ic/oosiop.c 		msgout = 1;
msgout           1450 dev/ic/oosiop.c 	if (msgout) {
msgout           1454 dev/ic/oosiop.c 		    offsetof(struct oosiop_xfer, msgout[0]));
msgout             41 dev/ic/oosiopvar.h 	u_int8_t msgout[8];
msgout             52 dev/ic/oosiopvar.h #define	OOSIOP_MSGOUTOFF	OOSIOP_XFEROFF(msgout[0])
msgout           1004 dev/ic/osiop.c 	ds->msgout[0] = MSG_IDENTIFY(lun, disconnect);
msgout           1028 dev/ic/osiop.c 			ds->msgout[1] = MSG_EXTENDED;
msgout           1029 dev/ic/osiop.c 			ds->msgout[2] = MSG_EXT_SDTR_LEN;
msgout           1030 dev/ic/osiop.c 			ds->msgout[3] = MSG_EXT_SDTR;
msgout           1031 dev/ic/osiop.c 			ds->msgout[4] = sc->sc_minsync;
msgout           1032 dev/ic/osiop.c 			ds->msgout[5] = OSIOP_MAX_OFFSET;
msgout            111 dev/ic/osiopvar.h 	u_int8_t msgout[8];
msgout            126 dev/ic/osiopvar.h #define OSIOP_DSIDOFF		OSIOP_DSOFF(msgout[0])
msgout           1206 dev/isa/seagate.c 	u_char msgout = MSG_NOOP;
msgout           1252 dev/isa/seagate.c 			msgout = MSG_ABORT;
msgout           1377 dev/isa/seagate.c 			data = &msgout;
msgout           1380 dev/isa/seagate.c 			if (msgout == MSG_ABORT) {
msgout           1393 dev/isa/seagate.c 			msgout = MSG_NOOP;