Searched defs:tot (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dnblk.c43 fsblkcnt_t tot, count, count1, d_indirect, t_indirect, ind; local
57 tot = howmany(size, bsize);
59 if (tot > t_indirect) {
60 count1 = (tot - ind * ind - (DIRECT + 1)) / ind;
62 } else if (tot > d_indirect) {
63 count = (tot - (DIRECT + 1)) / ind + 2;
64 } else if (tot > DIRECT) {
74 tot += count;
80 tot *= howmany(bsize, DEV_BSIZE);
82 tot
[all...]
/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-ast4.c47 Ast4_sum_t tot; member in struct:Ast4_s
56 a->tot.sum0 ^= a->cur.sum0;
58 a->tot.sum1 ^= a->cur.sum1;
60 a->tot.sum2 ^= a->cur.sum2;
62 a->tot.sum3 ^= a->cur.sum3;
104 a = (flags & SUM_TOTAL) ? &((Ast4_t*)p)->tot : &((Ast4_t*)p)->cur;
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vwind.c103 int i, tot; local
127 tot = WECHO - WTOP;
128 if (state != VISUAL || (!insert_line && !scroll_reverse) || (!scroll && (cnt > tot || vfit(dot - cnt, cnt) > tot / 3 + 1))) {
151 int i, tot; local
174 tot = WECHO - WTOP;
175 if (state != VISUAL || cnt - tot > 0 || vfit(dot, cnt) > tot / 3 + 1) {
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dhash.c261 int tot = min; local
279 tot += count;
284 printf(" Items : %d\n", tot);
286 printf(" Average: %5.2f\n", (float)tot / (float)hash->h_nbuckets);
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_rx.c207 int i, idx, cnt=0, tot=0; local
235 tot = 0;
250 tot += cnt;
253 if (tot)
256 tot, idx);
/illumos-gate/usr/src/cmd/troff/
H A Dn3.c1008 int xx, cnt, tcnt, kk, tot; local
1013 tot = !skip();
1026 if (!tot) {
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c550 int tot = 0; local
590 tot += cnt;
591 if (tot >= MAX_FLAVORS) {
631 int tot = 0; local
675 tot += cnt;
676 if (tot >= MAX_FLAVORS) {
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c847 int nlen, tot; local
849 tot = 0;
851 tot += strlen(dir);
853 tot += strlen(TLM_SNAPSHOT_DIR) + 1;
856 tot += nlen + 1;
858 return ((tot >= PATH_MAX) ? TRUE : FALSE);
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1615 size_t n, tot = 0; local
1630 tot += (n = strlcpy(buf, "default", size));
1638 tot += (n = strlcpy(buf, "all", size));
1658 tot++;
1661 tot += (n = strlcpy(buf, content_str[index], size));
1671 return ((int)tot);
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c3561 long tot; local
3591 tot = atol(s);
3592 if ((0 == tot) && (EINVAL == errno))
3594 if (((LONG_MAX == tot) || (LONG_MIN == tot)) && (EINVAL == errno))
3597 tot = tot * m;
3598 t = (time_t)tot;
3701 long tot; local
3722 tot
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c346 int n, nz, tot; local
356 tot = 0;
364 tot += n;
375 uri_hash_sz[cur], nz != 0 ? ((tot * 10 + 5) / nz) / 10 : 0);
/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c467 uint32_t tot = 0; local
470 tot += xdt_classinfo[i].cnt;
472 return (tot);
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c138 int tot; member in struct:old_kstat
550 uint64_t tot; local
552 tot = 0;
555 tot += knp[i].value.ui64;
564 if (tot)
565 per = (int)(knp[i].value.ui64 * 100 / tot);
773 uint64_t tot, old_tot; local
792 tot = 0;
800 tot += kptr[i].value.ui64;
805 tot
854 uint64_t tot, tot_ops, old_tot, old_tot_ops; local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c457 uint64_t q, r, c, bc, col, acols, scols, coff, devidx, asize, tot; local
478 tot = s + nparity * (q + (r == 0 ? 0 : 1));
534 ASSERT3U(asize, ==, tot << unit_shift);
536 rm->rm_nskip = roundup(tot, nparity + 1) - tot;
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c1178 uint64_t q, r, c, bc, col, acols, scols, coff, devidx, asize, tot; local
1183 tot = s + nparity * (q + (r == 0 ? 0 : 1));
1234 ASSERT3U(asize, ==, tot << unit_shift);
1236 rm->rm_nskip = roundup(tot, nparity + 1) - tot;
/illumos-gate/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c1017 timestruc_t tot; local
1019 tot = pset->zsp_usage_kern;
1020 TIMESTRUC_ADD_TIMESTRUC(tot, pset->zsp_usage_zones);
1021 *ts = tot;
1027 timestruc_t tot, time, idle; local
1029 tot = pset->zsp_usage_kern;
1030 TIMESTRUC_ADD_TIMESTRUC(tot, pset->zsp_usage_zones);
1032 TIMESTRUC_DELTA(idle, time, tot);
1051 timestruc_t tot; local
1053 tot
1062 timestruc_t tot, idle; local
1088 timestruc_t tot; local
1099 timestruc_t tot, idle; local
1196 timestruc_t tot, time; local
1240 timestruc_t tot; local
1252 timestruc_t tot, time, idle; local
1266 timestruc_t tot; local
1279 timestruc_t tot, idle; local
1332 timestruc_t tot; local
1344 timestruc_t tot, idle; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c135 struct ifstat tot; member in struct:iflist
2855 tlp->tot = t;
2904 &walkold->tot,
3170 tlp->tot = t;
3219 &walkold->tot,
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h821 kstat_named_t tot; /* Total Octets Xmitted Count */ member in struct:ixgbe_stat
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h564 u64 tot; member in struct:e1000_hw_stats

Completed in 143 milliseconds