Lines Matching refs:tape_mtop
188 rc = tape_mtop(device, MTWEOF, device->required_tapemarks); in tape_std_terminate_write()
193 return tape_mtop(device, MTBSR, 1); in tape_std_terminate_write()
421 rc = tape_mtop(device, MTFSR, 1); in tape_std_mtbsf()
452 rc = tape_mtop(device, MTBSR, 1); in tape_std_mtfsfm()
536 if ((rc = tape_mtop(device, MTREW, 1)) < 0) in tape_std_mteom()
546 if ((rc = tape_mtop(device, MTFSF, 1)) < 0) in tape_std_mteom()
548 if ((rc = tape_mtop(device, MTFSR, 1)) < 0) in tape_std_mteom()
552 return tape_mtop(device, MTBSR, 1); in tape_std_mteom()
575 return tape_mtop(device, MTREW, 1); in tape_std_mtreten()
608 return tape_mtop(device, MTOFFL, mt_count); in tape_std_mtunload()
714 if (tape_mtop(device, MTBSR, 1) == 0 && in tape_std_process_eov()
715 tape_mtop(device, MTWEOF, 1) == 0) { in tape_std_process_eov()
716 tape_mtop(device, MTBSR, 1); in tape_std_process_eov()