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

  /src/sys/dev/isa/
wt.c 187 static int wtcmd(struct wt_softc *sc, int cmd);
422 if (!wtcmd(sc, d))
535 if (!wtcmd(sc, op))
631 if (!wtcmd(sc, QIC_RDDATA)) {
650 if (!wtcmd(sc, QIC_WRTDATA)) {
804 } else if (!wtcmd(sc, QIC_REWIND))
818 if (!wtcmd(sc, QIC_READFM)) {
837 if (!wtcmd(sc, QIC_WRITEFM)) {
883 wtcmd(struct wt_softc *sc, int cmd) function in typeref:typename:int
890 WTDBPRINT(("wtcmd() cmd=0x%x\n", cmd))
    [all...]

Completed in 12 milliseconds