Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mt/
H A Dmt.c188 mt_com.mt_count = 1; in main()
202 mt_com.mt_count = mt_status.mt_fileno - mt_fileno; in main()
206 mt_com.mt_count = mt_fileno - mt_status.mt_fileno; in main()
224 mt_com.mt_count = (usecnt ? atoll(argv[2]) : 1); in main()
225 if (mt_com.mt_count < 0) { in main()
238 mt_com.mt_count); in main()
241 comp->c_name, mt_com.mt_count); in main()
247 (void) printf("At block = %llu.\n", mt_com.mt_count); in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dmtio.h52 daddr_t mt_count; /* how many of them */ member
58 daddr32_t mt_count; /* how many of them */ member
68 int64_t mt_count; member
/illumos-gate/usr/src/cmd/tcopy/
H A Dtcopy.c112 op.mt_count = (daddr_t)0; in main()
161 op.mt_count = (daddr_t)1; in main()
/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c230 mtop.mt_count = atoi(count); in main()
264 mtop.mt_count = RMT_VERSION; in main()
265 rval = (offset_t)mtop.mt_count; in main()
274 rval : (offset_t)mtop.mt_count, in main()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c5583 local.mt_count = (int64_t)mtop_32_for_64.mt_count; in st_mtioctop()
5592 local.mt_count = (UINT32_MAX & passed.mt_count); in st_mtioctop()
5602 local.mt_count = (UINT32_MAX & passed.mt_count); in st_mtioctop()
5619 mtop_32_for_64.mt_count = local.mt_count; in st_mtioctop()
5628 passed.mt_count = local.mt_count; in st_mtioctop()
5640 passed.mt_count = local.mt_count; in st_mtioctop()
5792 mtop->mt_count = mtop->mt_count ? 1 : 0; in st_do_mtioctop()
5824 if (mtop->mt_count < 0) { in st_do_mtioctop()
5976 mtop->mt_count = MTUNIT(dev); in st_do_mtioctop()
6103 if ((mtop->mt_count == 0) && in st_do_mtioctop()
[all …]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tape.c410 tapeop.mt_count = request->count; in ndmpd_tape_mtio_v2()
439 reply.resid_count = tapeop.mt_count; in ndmpd_tape_mtio_v2()
H A Dndmpd_util.c886 mp.mt_count = count; in ndmp_mtioctl()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c690 tcom.mt_count = dumpnum - 1; in setdumpnum()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c2348 fsf.mt_count = filenum - 1; in positiontape()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c5295 mtcmd.mt_count = 1; in backtape()