Home
last modified time | relevance | path

Searched refs:MsgBuf (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/ic/
H A Dtrm.c684 sc->MsgBuf[0] = pDCB->IdentifyMsg; in trm_StartSRB()
877 sc->MsgBuf[1] = MSG_EXTENDED; in trm_MsgOutPhase1()
879 sc->MsgBuf[3] = MSG_EXT_WDTR; in trm_MsgOutPhase1()
906 sc->MsgBuf[sc->MsgCnt++] = 0; in trm_MsgOutPhase1()
911 if (sc->MsgBuf[0] == MSG_ABORT) in trm_MsgOutPhase1()
1399 bzero(&sc->MsgBuf[0], sizeof(sc->MsgBuf)); in trm_MsgInPhase0()
1470 sc->MsgBuf[0], sc->MsgBuf[1], sc->MsgBuf[2], sc->MsgBuf[3], sc->MsgBuf[4], sc->MsgBuf[5] ); in trm_MsgInPhase0()
1472 switch (sc->MsgBuf[0]) { in trm_MsgInPhase0()
1520 switch (sc->MsgBuf[3]) { in trm_MsgInPhase0()
1577 if ((sc->MsgBuf[3] == 0) || (sc->MsgBuf[4] == 0)) { in trm_MsgInPhase0()
[all …]
H A Dtrm.h207 u_int8_t MsgBuf[6]; member