Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dar_io.c741 mb.mt_count = 1; in ar_rdsync()
955 mb.mt_count = sksz/phyblk; in ar_rev()
958 mb.mt_count); in ar_rev()
1010 mb.mt_count = 1; in get_phys()
1021 mb.mt_count = 1; in get_phys()
1042 mb.mt_count = 1; in get_phys()
1073 mb.mt_count = padsz/phyblk; in get_phys()
1076 mb.mt_count); in get_phys()
/freebsd/bin/dd/
H A Dposition.c177 t_op.mt_count = out.offset; in pos_out()
200 t_op.mt_count = 1; in pos_out()
/freebsd/usr.bin/mt/
H A Dmt.c249 mt_com.mt_count = mt_density_num(*argv); in main()
250 if (mt_com.mt_count == 0) in main()
252 dcanon = denstostring(mt_com.mt_count); in main()
261 mt_com.mt_count = stringtocomp(*argv); in main()
262 if ((u_int32_t)mt_com.mt_count == 0xf0f0f0f0) in main()
269 mt_com.mt_count = strtol(*argv, &q, 0); in main()
273 && (((mt_com.mt_count <= in main()
280 mt_com.mt_count = 1; in main()
335 u_int32_t block = (u_int32_t)mt_com.mt_count; in main()
353 u_int32_t om, nm = (u_int32_t)mt_com.mt_count; in main()
/freebsd/usr.sbin/rmt/
H A Drmt.c157 mtop.mt_count = atoi(count); in main()
160 rval = mtop.mt_count; in main()
/freebsd/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.c238 mtp->mt_count = mtp->mt_numallocs - mtp->mt_numfrees; in memstat_sysctl_malloc()
433 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/sys/sys/
H A Dmtio.h47 int32_t mt_count; /* how many of them */ member
/freebsd/usr.bin/tcopy/
H A Dtcopy.c309 op.mt_count = (daddr_t)1; in writeop()
/freebsd/sbin/restore/
H A Dtape.c534 tcom.mt_count = dumpnum - 1; in setdumpnum()
/freebsd/sys/cam/scsi/
H A Dscsi_sa.c1834 mt->mt_op, mt->mt_count)); in saioctl()
1836 count = mt->mt_count; in saioctl()