Home | History | Annotate | Download | only in mt

Lines Matching defs:mt

1 /* $NetBSD: mt.c,v 1.49 2022/01/24 09:14:36 andvar Exp $ */
40 static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 6/6/93";
42 __RCSID("$NetBSD: mt.c,v 1.49 2022/01/24 09:14:36 andvar Exp $");
47 * mt --
263 const struct tape_desc *mt;
265 for (mt = tapes;; mt++) {
266 if (mt->t_type == 0) {
271 if (mt->t_type == bp->mt_type)
274 (void)printf("%s tape drive, residual=%d\n", mt->t_name, bp->mt_resid);
275 printreg("ds", bp->mt_dsreg, mt->t_dsbits);
276 printreg("\ner", bp->mt_erreg, mt->t_erbits);