mt.c | 149 int mtcommand(dev_t, int, int); 360 error = mtcommand(dev, MTRESET, 0); 364 (void) mtcommand(dev, MTREW, 0); 367 if ((error = mtcommand(dev, MTNOP, 0)) != 0) 393 * - otherwise, select the mtcommand to set the density 433 if (mtcommand(dev, mtset_density, 0) == 0) 453 (void) mtcommand(dev, MTWEOF, 2); 454 (void) mtcommand(dev, MTBSF, 0); 457 (void) mtcommand(dev, MTREW, 0); 464 mtcommand(dev_t dev, int cmd, int cnt function in typeref:typename:int [all...] |