Home
last modified time | relevance | path

Searched refs:MSG_DISCONNECT (Results 1 – 6 of 6) sorted by relevance

/original-bsd/sys/dev/scsi/
H A Dscsi.h277 #define MSG_DISCONNECT 0x04 /* disconnect */ macro
/original-bsd/sys/luna68k/dev/
H A Dsc.c122 else if (mesg == MSG_DISCONNECT)
591 } else if (hs->sc_msg[0] == MSG_DISCONNECT) {
636 (hs->sc_msg[0] == MSG_DISCONNECT)) {
H A Dscsireg.h112 #define MSG_DISCONNECT 0x04 macro
H A Dscreg.h112 #define MSG_DISCONNECT 0x04 macro
/original-bsd/sys/hp300/dev/
H A Dscsireg.h134 #define MSG_DISCONNECT 0x04 macro
/original-bsd/sys/luna68k/stand/
H A Dsc.c546 if ((hs->sc_msg[0] == MSG_CMD_COMPLETE) || (hs->sc_msg[0] == MSG_DISCONNECT)) { in scintr()