Lines Matching refs:tape_mtop
187 rc = tape_mtop(device, MTWEOF, device->required_tapemarks);
192 return tape_mtop(device, MTBSR, 1);
420 rc = tape_mtop(device, MTFSR, 1);
451 rc = tape_mtop(device, MTBSR, 1);
535 if ((rc = tape_mtop(device, MTREW, 1)) < 0)
545 if ((rc = tape_mtop(device, MTFSF, 1)) < 0)
547 if ((rc = tape_mtop(device, MTFSR, 1)) < 0)
551 return tape_mtop(device, MTBSR, 1);
574 return tape_mtop(device, MTREW, 1);
607 return tape_mtop(device, MTOFFL, mt_count);
713 if (tape_mtop(device, MTBSR, 1) == 0 &&
714 tape_mtop(device, MTWEOF, 1) == 0) {
715 tape_mtop(device, MTBSR, 1);