Searched refs:total (Results 151 - 175 of 354) sorted by last modified time

1234567891011>>

/freebsd-11-stable/usr.sbin/ppp/
H A Ddefs.c72 size_t got, total; local
74 for (total = 0; total < n; total += got)
75 switch ((got = read(fd, (char *)v + total, n - total))) {
77 return total;
84 return total;
H A Dcommand.c3130 t = &cx->physical->link.stats.total;
H A Dbundle.c1032 octets = MAX(dl->physical->link.stats.total.in.OctetsPerSecond,
1033 dl->physical->link.stats.total.out.OctetsPerSecond);
1037 if (dl->physical->link.stats.total.rolling && dl->state == DATALINK_OPEN)
1045 t = &arg->bundle->ncp.mp.link.stats.total;
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_callgraph.c252 pmcstat_cgnode_print(struct pmcstat_cgnode *cg, int depth, uint32_t total) argument
264 if (cg->pcg_count == total)
268 100.0 * cg->pcg_count / 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.sbin/dumpcis/
H A Dreadcis.c254 int total = 0; local
271 total++;
283 total++;
294 total += length;
316 } while (code != CIS_END && total < 1024);
/freebsd-11-stable/usr.sbin/ac/
H A Dac.c279 * print total login time for 24hr period in decimal hours
287 struct timeval diff, total = { 0, 0 }, usec = { 0, 1 }, yesterday; local
294 d_first ? "%e %b total" : "%b %e total",
304 timeradd(&total, &up->time, &total);
308 if (timerisset(&total))
309 (void)printf("%s %11.2f\n", date, (double)total.tv_sec / 3600);
435 * print yesterday's total
489 * print yesterday's total
[all...]
/freebsd-11-stable/sys/net/altq/
H A Daltq_hfsc.h77 u_int64_t total; /* total work in bytes */ member in struct:hfsc_classstats
244 u_int64_t cl_total; /* total work in bytes */
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c1829 * the total latency is less than about 30 msec. These
2252 u_long total; local
2260 total = com->error_counts[errnum] += delta;
2261 log(LOG_ERR, "sio%d: %u more %s%s (total %lu)\n",
2263 delta == 1 ? "" : "s", total);
/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/tools/tools/crypto/
H A Dcryptotest.c441 struct timeval total; local
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c73 table->total = 0;
87 table->total = 0;
292 if (table->total == table->max) {
310 ++table->total;
323 ++dup_table->total;
423 --table->total;
433 --table->total;
606 if (table->total == table->max) {
708 ++table->total;
721 ++dup_table->total;
[all...]
/freebsd-11-stable/sys/amd64/include/
H A Dproc.h83 #define GET_STACK_USAGE(total, used) do { \
85 (total) = td->td_kstack_pages * PAGE_SIZE; \
/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);
H A Dlvm.c293 void luaV_concat (lua_State *L, int total) { argument
294 lua_assert(total >= 2);
312 /* collect total length */
313 for (i = 1; i < total && tostring(L, top-i-1); i++) {
329 total -= n-1; /* got 'n' strings to create 1 new */
331 } while (total > 1); /* repeat until only 1 result left */
511 int total = cast_int(top - 1 - (base + b)); /* yet to concatenate */ local
513 if (total > 1) { /* are there elements to concat? */
515 luaV_concat(L, total); /* concat them (may yield again) */
/freebsd-11-stable/contrib/binutils/bfd/
H A Dihex.c723 size_t total; local
746 total = 9 + count * 2 + 4;
747 if (bfd_bwrite (buf, (bfd_size_type) total, abfd) != total)
/freebsd-11-stable/sys/vm/
H A Dswap_pager.h85 void swap_pager_status(int *total, int *used);
H A Dvm_meter.c110 struct vmtotal total; local
115 bzero(&total, sizeof(total));
131 total.t_sw++;
134 total.t_dw++;
136 total.t_sl++;
139 total.t_pw++;
143 total.t_sw++;
147 total.t_rq++;
190 total
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dmisc.c310 long total, secs, multiplier = 1; local
315 total = 0;
357 if (total >= LONG_MAX - secs)
359 total += secs;
360 if (total < 0)
365 return total;
/freebsd-11-stable/crypto/openssh/regress/
H A Dmodpipe.c86 size_t total; local
106 for (total = 0;;) {
116 if (mods[i].offset < total ||
117 mods[i].offset >= total + s)
121 buf[mods[i].offset - total] ^= mods[i].m1;
124 buf[mods[i].offset - total] &= mods[i].m1;
125 buf[mods[i].offset - total] |= mods[i].m2;
139 total += s;
144 if (mods[i].offset < total)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_errlog.c140 uint64_t total = 0, count; local
146 total += count;
151 total += count;
155 total += avl_numnodes(&spa->spa_errlist_last);
156 total += avl_numnodes(&spa->spa_errlist_scrub);
159 return (total);
/freebsd-11-stable/sys/sparc64/include/
H A Dproc.h68 #define GET_STACK_USAGE(total, used) do { \
70 (total) = td->td_kstack_pages * PAGE_SIZE - sizeof(struct pcb); \
/freebsd-11-stable/sys/powerpc/include/
H A Dproc.h68 #define GET_STACK_USAGE(total, used) do { \
70 (total) = td->td_kstack_pages * PAGE_SIZE - sizeof(struct pcb); \
/freebsd-11-stable/sys/i386/include/
H A Dproc.h73 #define GET_STACK_USAGE(total, used) do { \
75 (total) = td->td_kstack_pages * PAGE_SIZE; \
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dbuffer.c339 b->total = 0;
543 return b->total / b->blksz;
559 return b->total;
575 b->prev_total = b->total;
607 * counter @c snd_dbuf::total is also incremented by @c count bytes.
622 b->total += count;
739 printf(" total: %ju, prev_total: %ju, xrun: %d", (uintmax_t)b->total, (uintmax_t)b->prev_total, b->xrun);

Completed in 320 milliseconds

1234567891011>>