/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | nblk.c | 43 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 D | sum-ast4.c | 47 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 D | ex_vwind.c | 103 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 D | hash.c | 261 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 D | bnxe_rx.c | 207 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 D | n3.c | 1008 int xx, cnt, tcnt, kk, tot; local 1013 tot = !skip(); 1026 if (!tot) {
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_sec.c | 550 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 D | tlm_lib.c | 847 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 D | Pgcore.c | 1615 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 D | ns_config.c | 3561 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 D | nl7curi.c | 346 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 D | xdt.c | 467 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 D | nfsstat.c | 138 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 D | vdev_raidz.c | 457 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 D | zfssubr.c | 1178 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 D | libzonestat.c | 1017 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 D | netstat.c | 135 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 D | ixgbe_sw.h | 821 kstat_named_t tot; /* Total Octets Xmitted Count */ member in struct:ixgbe_stat
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_hw.h | 564 u64 tot; member in struct:e1000_hw_stats
|