Searched refs:ch_mbxsave (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/dev/scd/
H A Dscdvar.h50 struct scd_mbx * ch_mbxsave; member in struct:scd_softc
H A Dscd.c664 /* because there is only one sc->ch_mbxsave below. Should fix that some day. */
665 /* (sc->ch_mbxsave & state should probably be included in the scd_data struct and */
683 scd_doread(sc, sc->ch_state, sc->ch_mbxsave);
689 struct scd_mbx *mbx = (state!=SCD_S_BEGIN) ? sc->ch_mbxsave : mbxin;
699 mbx = sc->ch_mbxsave = mbxin;
/freebsd-10.2-release/sys/dev/mcd/
H A Dmcdvar.h60 struct mcd_mbx * ch_mbxsave; member in struct:mcd_softc
H A Dmcd.c765 mcd_doread(sc, sc->ch_state, sc->ch_mbxsave);
778 mbx = (state!=MCD_S_BEGIN) ? sc->ch_mbxsave : mbxin;
784 mbx = sc->ch_mbxsave = mbxin;

Completed in 62 milliseconds