mtcommand
static int mtcommand(dev_t, int, int);
error = mtcommand(dev, MTRESET, 0);
(void) mtcommand(dev, MTREW, 0);
if ((error = mtcommand(dev, MTNOP, 0)) != 0)
if (mtcommand(dev, mtset_density, 0) == 0)
(void)mtcommand(dev, MTWEOF, 2);
(void)mtcommand(dev, MTBSF, 0);
(void)mtcommand(dev, MTREW, 0);
return mtcommand(dev, op->mt_op, cnt);
return (mtcommand(dev, op->mt_op, cnt));
int mtcommand(dev_t, int, int);
error = mtcommand(dev, MTRESET, 0);
(void) mtcommand(dev, MTREW, 0);
if ((error = mtcommand(dev, MTNOP, 0)) != 0)
if (mtcommand(dev, mtset_density, 0) == 0)
(void) mtcommand(dev, MTWEOF, 2);
(void) mtcommand(dev, MTBSF, 0);
(void) mtcommand(dev, MTREW, 0);