/src/sys/arch/hp300/dev/ |
mt.c | 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 function in typeref:typename:int [all...] |
mt.c | 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 function in typeref:typename:int [all...] |
/src/sys/dev/gpib/ |
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...] |
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...] |