Searched refs:total (Results 101 - 125 of 354) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/timed/timed/
H A Dmeasure.c72 long idelta, odelta, total; local
200 total = recvtime-sendtime;
201 if (total < 0) /* do not hassle midnight */
232 if (total < MIN_ROUND) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlvm.h39 LUAI_FUNC void luaV_concat (lua_State *L, int total);
/freebsd-11-stable/usr.sbin/ppp/
H A Dlink.h48 struct pppThroughput total; /* Link throughput statistics */ member in struct:link::__anon8873
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_volume.c137 uint64_t total, remaining; local
188 total = (uint64_t)prog.TotalBlocks.High << 32 |
192 pct = (float)(total - remaining) * 100 / total;
/freebsd-11-stable/sys/contrib/zlib/
H A Dinflate.h92 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
/freebsd-11-stable/usr.bin/systat/
H A Dvmstat.c101 u_int v_tfree; /* total pages freed */
125 #define total s.Total macro
317 mvprintw(INTSROW + 1, INTSCOL + 6, "total");
454 putfloat(100.0 * (v_page_count - total.t_free) / v_page_count,
459 sysputpage(wnd, MEMROW + 2, MEMCOL + 4, 7, total.t_arm, 0);
460 sysputpage(wnd, MEMROW + 2, MEMCOL + 12, 7, total.t_armshr, 0);
461 sysputpage(wnd, MEMROW + 2, MEMCOL + 20, 8, total.t_avm, 0);
462 sysputpage(wnd, MEMROW + 2, MEMCOL + 29, 8, total.t_avmshr, 0);
463 sysputpage(wnd, MEMROW + 3, MEMCOL + 4, 7, total.t_rm, 0);
464 sysputpage(wnd, MEMROW + 3, MEMCOL + 12, 7, total
[all...]
/freebsd-11-stable/bin/df/
H A Ddf.c80 int total; member in struct:maxwidths
145 strlcpy(totalbuf.f_mntfromname, "total", MNAMELEN);
487 mwp->total += (mwp->total - 1) / 3;
495 mwp->total = mwp->used = mwp->avail =
499 mwp->total = imax(mwp->total, headerlen);
508 mwp->total, header,
537 format = " {t:total-blocks/%*j'd} {t:used-blocks/%*j'd} "
540 format = " {t:total
[all...]
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dqp.c49 int total, len; local
66 total = len16 * 16;
68 if (__predict_true((uintptr_t)dst + total <= end)) {
70 memcpy(dst, src, total);
74 memcpy(wq->sq.queue, src + len, total - len);
85 int total, len; local
91 total = len16 * 16;
93 if (__predict_true((uintptr_t)dst + total <= end)) {
95 memcpy(dst, src, total);
99 memcpy(wq->rq.queue, src + len, total
[all...]
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dinfcover.c27 and high water mark of total bytes requested, optionally set a limit on the
28 total memory that can be allocated, and when done check for memory leaks.
36 mem_limit(&strm, limit) sets a limit on the total bytes requested -- a
41 mem_used(&strm, "msg") prints to stderr "msg" and the total bytes used
65 size_t total, highwater; /* total allocations, and largest total */ member in struct:mem_zone
79 if (zone == NULL || (zone->limit && zone->total + len > zone->limit))
103 zone->total += item->size;
104 if (zone->total > zon
[all...]
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_br.c273 uint32_t old_windex, windex, total; local
277 total = 0;
279 total += iov[i].iov_len;
280 total += sizeof(save_windex);
291 if (vmbus_txbr_avail(tbr) <= total) {
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dmatchjobs.c500 int cnt, matched, total; local
511 total = 0;
523 total++;
552 total++;
569 return (total);
/freebsd-11-stable/usr.bin/vmstat/
H A Dvmstat.c589 xo_errx(1, "vm.total size mismatch");
656 struct vmtotal total; local
772 fill_vmtotal(&total);
775 "{:swapped-out/%ld}", total.t_rq - 1, total.t_dw +
776 total.t_pw, total.t_sw);
784 total.t_avm * (uint64_t)sum.v_page_size, 5);
787 total.t_free * (uint64_t)sum.v_page_size, 5);
792 vmstat_pgtok(total
1166 double lpct, total; local
1189 double lpct, total; local
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_bufs.c422 int total; local
434 total = PAGE_SIZE << page_order;
445 DRM_DEBUG("total: %d\n", total);
456 (agp_offset + total * count <=
483 buf->total = alignment;
545 int total; local
567 total = PAGE_SIZE << page_order;
624 offset + size <= total && entry->buf_count < count;
628 buf->total
701 int total; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp10 // that is, it prints out the size of each section, and the total size of all
221 uint64_t total = 0; local
231 total += Seg.vmsize;
258 total += Seg.vmsize;
279 outs() << "total " << format(fmt.str().c_str(), total) << "\n";
346 uint64_t total = total_text + total_data + total_objc + total_others; local
353 << total_others << "\t" << total << "\t" << format("%" PRIx64, total)
361 uint64_t total local
[all...]
/freebsd-11-stable/contrib/apr-util/buckets/
H A Dapr_brigade.c193 apr_off_t total = 0; local
206 total = -1;
216 total += bkt->length;
219 *length = total;
274 apr_size_t total; local
290 total = (apr_size_t)actual;
292 *c = apr_palloc(pool, total);
294 rv = apr_brigade_flatten(bb, *c, &total);
300 *len = total;
499 /* Compute the total lengt
[all...]
/freebsd-11-stable/contrib/unbound/daemon/
H A Dunbound.c197 size_t total = numthread * perthread + misc; local
201 if(total > 1024 &&
213 total = 1024;
227 total = numthread*(perthread_noudp+
236 if((size_t)rlim.rlim_cur < total) {
238 rlim.rlim_cur = (rlim_t)(total + 10);
239 rlim.rlim_max = (rlim_t)(total + 10);
245 (unsigned)avail, (unsigned)total+10);
262 (unsigned)avail, (unsigned)total+10);
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dhostapd_cli.c693 int res, i, total; local
704 total = res;
706 tmp = &buf[total];
707 res = os_snprintf(tmp, sizeof(buf) - total, " %s", argv[i]);
708 if (os_snprintf_error(sizeof(buf) - total, res))
710 total += res;
1134 int total; local
1141 total = os_snprintf(cmd, sizeof(cmd), "FST-MANAGER");
1144 res = os_snprintf(cmd + total, sizeof(cmd) - total, "
1164 int total; local
[all...]
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_ev.c388 unsigned int total; local
416 for (total = 0; total < batch; ++total) {
417 EFSYS_MEM_READQ(eep->ee_esmp, offset, &(ev[total]));
419 if (!EFX_EV_PRESENT(ev[total]))
423 uint32_t, EFX_QWORD_FIELD(ev[total], EFX_DWORD_1),
424 uint32_t, EFX_QWORD_FIELD(ev[total], EFX_DWORD_0));
435 if (total == batch && total < EFSYS_OPT_EV_PREFETCH_PERIO
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c515 dt_quantize_total(dtrace_hdl_t *dtp, int64_t datum, long double *total) argument
520 *total += val;
526 * highest value to be approximately 95% of total bar height -- so we
532 if (*total < val)
533 *total = val;
595 uint64_t normal, long double total)
598 long double f = (dt_fabsl((long double)val) * len) / total;
634 uint64_t normal, long double total, char positives, char negatives)
643 assert(!(total == 0 && (positives || negatives)));
646 assert(!(val != 0 && total
594 dt_print_quantline_utf8(dtrace_hdl_t *dtp, FILE *fp, int64_t val, uint64_t normal, long double total) argument
633 dt_print_quantline(dtrace_hdl_t *dtp, FILE *fp, int64_t val, uint64_t normal, long double total, char positives, char negatives) argument
706 dt_print_packed(dtrace_hdl_t *dtp, FILE *fp, long double datum, long double total) argument
770 long double total = 0; local
825 long double total = 0, count = 0; local
869 long double total = 0; local
946 long double total = 0, count = 0; local
1002 long double total = 0; local
[all...]
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_norm.c335 uint16_t total; local
402 total = TAILQ_LAST(&frag->fr_queue, pf_fragq)->fe_off +
406 if (frent->fe_off + frent->fe_len < total && !frent->fe_mff)
411 if (frent->fe_off + frent->fe_len > total ||
412 (frent->fe_off + frent->fe_len == total && frent->fe_mff))
415 if (frent->fe_off + frent->fe_len == total && !frent->fe_mff)
482 uint16_t off, total; local
489 total = TAILQ_LAST(&frag->fr_queue, pf_fragq)->fe_off +
498 if (off < total && (next == NULL || next->fe_off != off)) {
499 DPFPRINTF(("missing fragment at %d, next %d, total
551 uint16_t total, hdrlen; local
623 uint16_t total, maxlen; local
[all...]
/freebsd-11-stable/sbin/camcontrol/
H A Dprogress.c67 progress_init(progress_t *prog, const char *prefix, uint64_t total) argument
73 prog->size = total;
110 /* make it look pretty at the end - display done bytes (usually total) */
/freebsd-11-stable/usr.sbin/uathload/
H A Duathload.c67 uint32_t total; member in struct:uath_fwmsg
183 txmsg.total = htobe32(len);
220 VERBOSE("flags=0x%x total=%d\n",
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.h392 unsigned total = dsum(n); local
394 if (total == HAPPY_NUMBER)
396 if (total == SAD_NUMBER)
399 n = total;
/freebsd-11-stable/sbin/md5/
H A Dmd5.c274 struct timeval total; local
299 timersub(&after.ru_utime, &before.ru_utime, &total);
300 seconds = total.tv_sec + (float) total.tv_usec / 1000000;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp50 uint32_t total = 0; local
52 total = 10 * total + (type.Next() - '0');
53 return total;

Completed in 330 milliseconds

1234567891011>>