Searched refs:mtcmd (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/sys/dev/mscp/ |
| H A D | mscp_tape.c | 92 int mtcmd(struct mt_softc *, int, int, int); 258 mtcmd(mt, MTWEOF, 0, 0); in mtclose() 259 mtcmd(mt, MTWEOF, 0, 0); in mtclose() 260 mtcmd(mt, MTBSR, 1, 0); in mtclose() 263 mtcmd(mt, MTREW, 0, 1); in mtclose() 265 mtcmd(mt, -1, 0, 0); in mtclose() 430 if ((error = mtcmd(mt, mtop->mt_op, 0, 0))) in mtioctl() 433 error = mtcmd(mt, mtop->mt_op, mtop->mt_count, 0); in mtioctl() 465 mtcmd(struct mt_softc *mt, int cmd, int count, int complete) in mtcmd() function
|