Home
last modified time | relevance | path

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

/NextBSD/sys/dev/scd/
HDscd.c124 static void scd_doread(struct scd_softc *, int state, struct scd_mbx *mbxin);
706 scd_doread(struct scd_softc *sc, int state, struct scd_mbx *mbxin) in scd_doread() argument
708 struct scd_mbx *mbx = (state!=SCD_S_BEGIN) ? sc->ch_mbxsave : mbxin; in scd_doread()
719 mbx = sc->ch_mbxsave = mbxin; in scd_doread()
/NextBSD/sys/dev/mcd/
HDmcd.c132 static void mcd_doread(struct mcd_softc *, int state, struct mcd_mbx *mbxin);
824 mcd_doread(struct mcd_softc *sc, int state, struct mcd_mbx *mbxin) in mcd_doread() argument
834 mbx = (state!=MCD_S_BEGIN) ? sc->ch_mbxsave : mbxin; in mcd_doread()
840 mbx = sc->ch_mbxsave = mbxin; in mcd_doread()