mcd.c | 189 int mcd_getqchan(struct mcd_softc *, union mcd_qchninfo *, int); 1437 if (mcd_getqchan(sc, &q, CD_TRACK_INFO) != 0) 1549 mcd_getqchan(struct mcd_softc *sc, union mcd_qchninfo *q, int qchn) function in typeref:typename:int 1601 if ((error = mcd_getqchan(sc, &q, ch->data_format)) != 0) 1764 if ((error = mcd_getqchan(sc, &q, CD_CURRENT_POSITION)) != 0)
|