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

/freebsd-11.0-release/sys/dev/mcd/
H A Dmcdvar.h58 struct mcd_mbx * ch_mbxsave; member in struct:mcd_softc
H A Dmcd.c820 mcd_doread(sc, sc->ch_state, sc->ch_mbxsave);
834 mbx = (state!=MCD_S_BEGIN) ? sc->ch_mbxsave : mbxin;
840 mbx = sc->ch_mbxsave = mbxin;
/freebsd-11.0-release/sys/dev/scd/
H A Dscdvar.h48 struct scd_mbx * ch_mbxsave; member in struct:scd_softc
H A Dscd.c682 /* because there is only one sc->ch_mbxsave below. Should fix that some day. */
683 /* (sc->ch_mbxsave & state should probably be included in the scd_data struct and */
702 scd_doread(sc, sc->ch_state, sc->ch_mbxsave);
708 struct scd_mbx *mbx = (state!=SCD_S_BEGIN) ? sc->ch_mbxsave : mbxin;
719 mbx = sc->ch_mbxsave = mbxin;

Completed in 65 milliseconds