Home
last modified time | relevance | path

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

/freebsd-14.2/bin/pax/
H A Dar_io.c747 mb.mt_count = 1; in ar_rdsync()
961 mb.mt_count = sksz/phyblk; in ar_rev()
964 mb.mt_count); in ar_rev()
1016 mb.mt_count = 1; in get_phys()
1027 mb.mt_count = 1; in get_phys()
1048 mb.mt_count = 1; in get_phys()
1079 mb.mt_count = padsz/phyblk; in get_phys()
1082 mb.mt_count); in get_phys()
/freebsd-14.2/bin/dd/
H A Dposition.c183 t_op.mt_count = out.offset; in pos_out()
206 t_op.mt_count = 1; in pos_out()
/freebsd-14.2/usr.bin/mt/
H A Dmt.c262 mt_com.mt_count = mt_density_num(*argv); in main()
263 if (mt_com.mt_count == 0) in main()
265 dcanon = denstostring(mt_com.mt_count); in main()
274 mt_com.mt_count = stringtocomp(*argv); in main()
275 if ((u_int32_t)mt_com.mt_count == 0xf0f0f0f0) in main()
282 mt_com.mt_count = strtol(*argv, &q, 0); in main()
286 && (((mt_com.mt_count <= in main()
293 mt_com.mt_count = 1; in main()
348 u_int32_t block = (u_int32_t)mt_com.mt_count; in main()
366 u_int32_t om, nm = (u_int32_t)mt_com.mt_count; in main()
/freebsd-14.2/usr.sbin/rmt/
H A Drmt.c169 mtop.mt_count = atoi(count); in main()
172 rval = mtop.mt_count; in main()
/freebsd-14.2/lib/libmemstat/
H A Dmemstat_internal.h66 uint64_t mt_count; /* Number of current allocations. */ member
H A Dmemstat.c193 mtp->mt_count = 0; in _memstat_mt_reset_stats()
303 return (mtp->mt_count); in memstat_get_count()
H A Dmemstat_malloc.c239 mtp->mt_count = mtp->mt_numallocs - mtp->mt_numfrees; in memstat_sysctl_malloc()
434 mtp->mt_count = mtp->mt_numallocs - mtp->mt_numfrees; in memstat_kvm_malloc()
H A Dmemstat_uma.c234 mtp->mt_count = mtp->mt_numallocs - mtp->mt_numfrees; in memstat_sysctl_uma()
456 mtp->mt_count = mtp->mt_numallocs - mtp->mt_numfrees; in memstat_kvm_uma()
/freebsd-14.2/sys/sys/
H A Dmtio.h49 int32_t mt_count; /* how many of them */ member
/freebsd-14.2/usr.bin/tcopy/
H A Dtcopy.c314 op.mt_count = (daddr_t)1; in writeop()
/freebsd-14.2/sbin/restore/
H A Dtape.c540 tcom.mt_count = dumpnum - 1; in setdumpnum()
/freebsd-14.2/sys/cam/scsi/
H A Dscsi_sa.c1835 mt->mt_op, mt->mt_count)); in saioctl()
1837 count = mt->mt_count; in saioctl()