Lines Matching defs:mtcommand
173 static int mtcommand(dev_t, int, int);
342 error = mtcommand(dev, MTRESET, 0);
346 (void) mtcommand(dev, MTREW, 0);
349 if ((error = mtcommand(dev, MTNOP, 0)) != 0)
375 * - otherwise, select the mtcommand to set the density
414 if (mtcommand(dev, mtset_density, 0) == 0)
430 (void)mtcommand(dev, MTWEOF, 2);
431 (void)mtcommand(dev, MTBSF, 0);
434 (void)mtcommand(dev, MTREW, 0);
441 mtcommand(dev_t dev, int cmd, int cnt)
974 return mtcommand(dev, op->mt_op, cnt);