/netbsd-src/sys/dev/ic/ |
H A D | oosiop.c | 549 offsetof(struct oosiop_xfer, msgout[0])); in oosiop_setup_dma() 799 xfer->msgout[0] = MSG_IDENTIFY(cb->lun, in oosiop_scsipi_request() 805 xfer->msgout[1] = MSG_EXTENDED; in oosiop_scsipi_request() 806 xfer->msgout[2] = MSG_EXT_SDTR_LEN; in oosiop_scsipi_request() 807 xfer->msgout[3] = MSG_EXT_SDTR; in oosiop_scsipi_request() 808 xfer->msgout[4] = sc->sc_minperiod; in oosiop_scsipi_request() 809 xfer->msgout[5] = OOSIOP_MAX_OFFSET; in oosiop_scsipi_request() 1272 int msgout; in oosiop_msgin() local 1276 msgout = 0; in oosiop_msgin() 1294 xfer->msgout[0] = MSG_EXTENDED; in oosiop_msgin() [all …]
|
H A D | oosiopvar.h | 40 uint8_t msgout[8]; member 51 #define OOSIOP_MSGOUTOFF OOSIOP_XFEROFF(msgout[0])
|
H A D | osiopvar.h | 109 uint8_t msgout[8]; /* 216: message out buf */ member 123 #define OSIOP_DSIDOFF OSIOP_DSOFF(msgout[0])
|
H A D | osiop.c | 925 ds->msgout[0] = MSG_IDENTIFY(lun, disconnect); in osiop_start() 951 ds->msgout[1] = MSG_EXTENDED; in osiop_start() 952 ds->msgout[2] = MSG_EXT_SDTR_LEN; in osiop_start() 953 ds->msgout[3] = MSG_EXT_SDTR; in osiop_start() 954 ds->msgout[4] = sc->sc_minsync; in osiop_start() 955 ds->msgout[5] = OSIOP_MAX_OFFSET; in osiop_start()
|
H A D | ninjascsi32.c | 1735 u_int32_t msgout = 0; in njsc32_msgin() local 2089 msgout = njsc32_get_auto_msgout(sc); in njsc32_msgin() 2106 njsc32_write_4(sc, NJSC32_REG_SCSI_MSG_OUT, msgout); in njsc32_msgin()
|
/netbsd-src/sys/arch/amiga/dev/ |
H A D | siop2.c | 784 acb->msgout[0] = MSG_IDENTIFY | lun; in siopng_start() 787 acb->msgout[0] = MSG_IDENTIFY_DR | lun; in siopng_start() 794 acb->ds.idbuf = (char *) kvtop(&acb->msgout[0]); in siopng_start() 823 acb->msgout[1] = MSG_EXT_MESSAGE; in siopng_start() 824 acb->msgout[2] = 2; in siopng_start() 825 acb->msgout[3] = MSG_WIDE_REQ; in siopng_start() 826 acb->msgout[4] = 1; in siopng_start() 851 acb->msgout[1] = MSG_EXT_MESSAGE; in siopng_start() 852 acb->msgout[2] = 3; in siopng_start() 853 acb->msgout[3] = MSG_SYNC_REQ; in siopng_start() [all …]
|
H A D | siop.c | 755 acb->msgout[0] = MSG_IDENTIFY | lun; in siop_start() 758 acb->msgout[0] = MSG_IDENTIFY_DR | lun; in siop_start() 764 acb->ds.idbuf = (char *) kvtop(&acb->msgout[0]); in siop_start() 797 acb->msgout[1] = MSG_EXT_MESSAGE; in siop_start() 798 acb->msgout[2] = 3; in siop_start() 799 acb->msgout[3] = MSG_SYNC_REQ; in siop_start() 801 acb->msgout[4] = 50 / 4; /* ask for ridiculous period */ in siop_start() 803 acb->msgout[4] = sc->sc_minsync; in siop_start() 805 acb->msgout[5] = SIOP_MAX_OFFSET; in siop_start() 1316 reselun != (acb->msgout[0] & 0x07)) in siop_checkintr()
|
H A D | siopvar.h | 92 u_char msgout[6]; member
|
H A D | siop_script.ss | 78 JUMP REL(msgout), IF MSG_OUT 154 msgout:
|
H A D | siop2_script.ss | 79 JUMP REL(msgout), IF MSG_OUT 159 msgout:
|
/netbsd-src/sys/arch/atari/dev/ |
H A D | ncr5380.c | 135 reqp->msgout = msg; in nack_message() 309 reqp->msgout = MSG_NOOP; in ncr5380_scsi_request() 377 tmp->msgout = MSG_NOOP; in ncr5380_scsi_request() 1012 if ((reqp->msgout == MSG_ABORT) && in information_transfer() 1027 reqp->msgout = MSG_ABORT; in information_transfer() 1048 reqp->msgout = MSG_ABORT; in information_transfer() 1084 transfer_pio(&phase, &reqp->msgout, &len, 0); in information_transfer() 1085 if (reqp->msgout == MSG_ABORT) { in information_transfer() 1094 reqp->msgout = MSG_NOOP; in information_transfer() 1585 reqp->msgout = MSG_ABORT; in dma_ready()
|
H A D | ncr5380reg.h | 195 uint8_t msgout; /* message to send when requested */ member
|
/netbsd-src/sys/arch/mac68k/dev/ |
H A D | ncr5380.c | 131 reqp->msgout = msg; in nack_message() 301 reqp->msgout = MSG_NOOP; in ncr5380_scsi_request() 370 tmp->msgout = MSG_NOOP; in ncr5380_scsi_request() 989 if ((reqp->msgout == MSG_ABORT) in information_transfer() 1003 reqp->msgout = MSG_ABORT; in information_transfer() 1023 reqp->msgout = MSG_ABORT; in information_transfer() 1060 transfer_pio(&phase, &reqp->msgout, &len, 0); in information_transfer() 1061 if (reqp->msgout == MSG_ABORT) { in information_transfer() 1070 reqp->msgout = MSG_NOOP; in information_transfer() 1551 reqp->msgout = MSG_ABORT; in dma_ready()
|
H A D | ncr5380reg.h | 195 u_char msgout; /* message to send when requested */ member
|
/netbsd-src/sys/dev/microcode/siop/ |
H A D | oosiop.ss | 81 JUMP REL(msgout), WHEN MSG_OUT 108 msgout:
|
H A D | siop.ss | 62 ENTRY msgout; 124 JUMP REL(msgout), WHEN MSG_OUT; 272 ; entry point for msgout after a msgin or status phase 276 msgout:
|
H A D | osiop.ss | 87 JUMP REL(msgout), IF MSG_OUT 162 msgout:
|
H A D | esiop.ss | 197 JUMP REL(msgout), WHEN MSG_OUT; 323 send_msgout: ; entry point for msgout after a msgin or status phase 326 msgout:
|
/netbsd-src/sys/dev/isa/ |
H A D | seagate.c | 1255 u_char msgout = MSG_NOOP; in sea_information_transfer() local 1301 msgout = MSG_ABORT; in sea_information_transfer() 1421 data = &msgout; in sea_information_transfer() 1424 if (msgout == MSG_ABORT) { in sea_information_transfer() 1437 msgout = MSG_NOOP; in sea_information_transfer()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2009 | 7529 (msgin, msgout, msg_state, exc_msg): Removed.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2009 | 7529 (msgin, msgout, msg_state, exc_msg): Removed.
|