Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/scd/
Dscdvar.h5 struct scd_mbx { struct
32 struct scd_mbx mbx; argument
50 struct scd_mbx * ch_mbxsave;
Dscd.c124 static void scd_doread(struct scd_softc *, int state, struct scd_mbx *mbxin);
689 scd_doread(struct scd_softc *sc, int state, struct scd_mbx *mbxin) in scd_doread()
691 struct scd_mbx *mbx = (state!=SCD_S_BEGIN) ? sc->ch_mbxsave : mbxin; in scd_doread()