ct.c | 194 static void ctcommand(dev_t, int, int); 425 ctcommand(dev, MTWEOF, 2); 426 ctcommand(dev, MTBSR, 1); 439 ctcommand(dev, MTREW, 1); 450 ctcommand(dev_t dev, int cmd, int cnt) function in typeref:typename:void 458 ctcommand(dev, MTREW, 1); 459 ctcommand(dev, MTFSF, cnt); 926 ctcommand(dev, op->mt_op, cnt);
|