Home
last modified time | relevance | path

Searched refs:mt_count (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/bin/pax/
H A Dar_io.c745 mb.mt_count = 1; in ar_rdsync()
959 mb.mt_count = sksz/phyblk; in ar_rev()
962 mb.mt_count); in ar_rev()
1014 mb.mt_count = 1; in get_phys()
1025 mb.mt_count = 1; in get_phys()
1046 mb.mt_count = 1; in get_phys()
1077 mb.mt_count = padsz/phyblk; in get_phys()
1080 mb.mt_count); in get_phys()
/openbsd-src/bin/mt/
H A Dmt.c111 return rmtioctl(cmd->mt_op, cmd->mt_count); in _rmtmtioctop()
228 mt_com.mt_count = strtol(*argv, &p, 10); in main()
229 if (mt_com.mt_count < comp->c_mincount || *p) in main()
233 mt_com.mt_count = 1; in main()
/openbsd-src/bin/dd/
H A Dposition.c135 t_op.mt_count = out.offset; in pos_out()
156 t_op.mt_count = 1; in pos_out()
/openbsd-src/sys/sys/
H A Dmtio.h45 int mt_count; /* how many of them */ member
/openbsd-src/usr.sbin/rmt/
H A Drmt.c254 mtop.mt_count = atoi(count); in main()
257 rval = mtop.mt_count; in main()
/openbsd-src/sys/scsi/
H A Dst.c1119 ("[ioctl: op=0x%x count=0x%x]\n", mt->mt_op, mt->mt_count)); in stioctl()
1121 number = mt->mt_count; in stioctl()
/openbsd-src/sys/dev/pci/
H A Dif_mwx.c113 u_int mt_count; member
1393 q->mt_count = count; in mwx_txwi_alloc()
1464 for (i = 0; i < q->mt_count; i++) { in mwx_txwi_free()
1471 free(q->mt_data, M_DEVBUF, q->mt_count * sizeof(*q->mt_data)); in mwx_txwi_free()
1486 q->mt_count * sizeof(*q->mt_desc)); in mwx_txwi_free()
/openbsd-src/sbin/restore/
H A Dtape.c487 tcom.mt_count = dumpnum - 1; in setdumpnum()