HomeSort by: relevance | last modified time | path
    Searched refs:MSG_ABORT (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/dev/ic/
isp_stds.h 214 #ifndef MSG_ABORT
215 #define MSG_ABORT 0x06
ninjascsi32.c 1821 njsc32_add_msgout(sc, MSG_ABORT);
2060 case MSG_ABORT: /* 0x06 I->T only */
aic6360.c 1351 sc->sc_omess[0] = MSG_ABORT;
mb89352.c 1337 sc->sc_omess[0] = MSG_ABORT;
wd33c93.c 1864 sc->sc_omsg[0] = MSG_ABORT;
isp_target.c 906 case MSG_ABORT:
ncr5380sbc.c 1905 sc->sc_omess[0] = MSG_ABORT;
aic7xxx.c 1257 || ahc_sent_msg(ahc, AHCMSG_1B, MSG_ABORT, TRUE)) {
2317 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT;
3340 case MSG_ABORT:
ncr53c9x.c 2011 sc->sc_omess[0] = MSG_ABORT;
iha.c 2180 abortmsg = MSG_ABORT; /* until a valid tag has been obtained */
  /src/sys/arch/amiga/dev/
scivar.h 107 #define MSG_ABORT 0x06
siopvar.h 197 #define MSG_ABORT 0x06
sbicvar.h 182 #define MSG_ABORT 0x06
  /src/sys/dev/scsipi/
scsi_message.h 11 #define MSG_ABORT 0x06 /* O/M */
  /src/sys/arch/mvme68k/dev/
sbicvar.h 169 #define MSG_ABORT 0x06
  /src/sys/arch/atari/dev/
ncr5380.c 927 uint8_t msg = MSG_ABORT;
1012 if ((reqp->msgout == MSG_ABORT) &&
1027 reqp->msgout = MSG_ABORT;
1048 reqp->msgout = MSG_ABORT;
1085 if (reqp->msgout == MSG_ABORT) {
1139 nack_message(reqp, MSG_ABORT);
1181 case MSG_ABORT:
1333 msg = MSG_ABORT;
1585 reqp->msgout = MSG_ABORT;
  /src/sys/arch/mac68k/dev/
ncr5380.c 907 u_char msg = MSG_ABORT;
989 if ((reqp->msgout == MSG_ABORT)
1003 reqp->msgout = MSG_ABORT;
1023 reqp->msgout = MSG_ABORT;
1061 if (reqp->msgout == MSG_ABORT) {
1115 nack_message(reqp, MSG_ABORT);
1157 case MSG_ABORT:
1307 msg = MSG_ABORT;
1551 reqp->msgout = MSG_ABORT;
  /src/sys/arch/acorn32/podulebus/
sbicvar.h 172 #define MSG_ABORT 0x06
  /src/sys/dev/isa/
seagate.c 951 msg[0] = MSG_ABORT;
1181 msg = MSG_ABORT;
1301 msgout = MSG_ABORT;
1376 case MSG_ABORT:
1424 if (msgout == MSG_ABORT) {
  /src/sys/arch/luna68k/stand/boot/
scsireg.h 138 #define MSG_ABORT 0x06
sc.c 460 hd->scsi_temp = MSG_ABORT;
  /src/sys/arch/hp300/stand/common/
scsireg.h 162 #define MSG_ABORT 0x06
  /src/sys/arch/pmax/ibus/
sii.c 1403 regs->data = MSG_ABORT;
  /src/sys/arch/x68k/dev/
mha.c 1389 sc->sc_omess[0] = MSG_ABORT;
  /src/sys/dev/pci/
trm.c 1293 sc->sc_msgbuf[0] = MSG_ABORT;

Completed in 114 milliseconds

1 2