HomeSort by: relevance | last modified time | path
    Searched defs:mcd_getqchan (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/isa/
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)

Completed in 12 milliseconds