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

  /src/sys/dev/mscp/
mscp_tape.c 92 int mtcmd(struct mt_softc *, int, int, int);
258 mtcmd(mt, MTWEOF, 0, 0);
259 mtcmd(mt, MTWEOF, 0, 0);
260 mtcmd(mt, MTBSR, 1, 0);
263 mtcmd(mt, MTREW, 0, 1);
265 mtcmd(mt, -1, 0, 0);
430 if ((error = mtcmd(mt, mtop->mt_op, 0, 0)))
433 error = mtcmd(mt, mtop->mt_op, mtop->mt_count, 0);
465 mtcmd(struct mt_softc *mt, int cmd, int count, int complete) function in typeref:typename:int
mscp_tape.c 92 int mtcmd(struct mt_softc *, int, int, int);
258 mtcmd(mt, MTWEOF, 0, 0);
259 mtcmd(mt, MTWEOF, 0, 0);
260 mtcmd(mt, MTBSR, 1, 0);
263 mtcmd(mt, MTREW, 0, 1);
265 mtcmd(mt, -1, 0, 0);
430 if ((error = mtcmd(mt, mtop->mt_op, 0, 0)))
433 error = mtcmd(mt, mtop->mt_op, mtop->mt_count, 0);
465 mtcmd(struct mt_softc *mt, int cmd, int count, int complete) function in typeref:typename:int

Completed in 22 milliseconds