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

1234567891011>>

/freebsd-9.3-release/usr.sbin/ppp/
H A Dlink.h46 struct pppThroughput total; /* Link throughput statistics */ member in struct:link::__anon11027
H A Dncp.c315 size_t total; local
318 total = mp_FillPhysicalQueues(bundle);
323 for (total = 0, dl = bundle->links; dl; dl = dl->next)
328 total += add;
332 return total + ncp_QueueLen(&bundle->ncp);
/freebsd-9.3-release/usr.sbin/timed/timed/
H A Dmeasure.c74 long idelta, odelta, total; local
202 total = recvtime-sendtime;
203 if (total < 0) /* do not hassle midnight */
234 if (total < MIN_ROUND) {
/freebsd-9.3-release/bin/df/
H A Ddf.c73 int total; member in struct:maxwidths
120 strlcpy(totalbuf.f_mntfromname, "total", MNAMELEN);
420 mwp->total += (mwp->total - 1) / 3;
428 mwp->total = mwp->used = mwp->avail =
432 mwp->total = imax(mwp->total, headerlen);
440 (void)printf(" %*s %*s %*s Capacity", mwp->total, header,
471 mwp->total, fsbtoblk(sfsp->f_blocks,
498 if (strncmp(sfsp->f_mntfromname, "total", MNAMELE
[all...]
/freebsd-9.3-release/lib/libz/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-9.3-release/tools/regression/net80211/wep/
H A Dtest_wep.c296 int i, pass, total; local
303 total = 0;
306 total++;
309 printf("%u of %u 802.11i WEP test vectors passed\n", pass, total);
311 return (pass == total ? 0 : -1);
/freebsd-9.3-release/usr.bin/vmstat/
H A Dvmstat.c568 errx(1, "vm.total size mismatch");
640 struct vmtotal total; local
758 fill_vmtotal(&total);
760 total.t_rq - 1, total.t_dw + total.t_pw, total.t_sw);
765 prthuman(total.t_avm * (u_int64_t)sum.v_page_size, 7);
767 prthuman(total.t_free * (u_int64_t)sum.v_page_size, 6);
770 printf(" %7d ", vmstat_pgtok(total
1081 double lpct, total; local
1103 double lpct, total; local
[all...]
/freebsd-9.3-release/usr.sbin/lpr/common_source/
H A Dmatchjobs.c498 int cnt, matched, total; local
509 total = 0;
521 total++;
550 total++;
567 return (total);
/freebsd-9.3-release/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-9.3-release/sys/dev/drm2/
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-9.3-release/usr.bin/systat/
H A Dvmstat.c100 u_int v_tfree; /* total pages freed */
123 #define total s.Total macro
325 mvprintw(INTSROW + 1, INTSCOL + 6, "total");
482 putint(pgtokb(total.t_arm), MEMROW + 2, MEMCOL + 4, 7);
483 putint(pgtokb(total.t_armshr), MEMROW + 2, MEMCOL + 12, 7);
484 putint(pgtokb(total.t_avm), MEMROW + 2, MEMCOL + 20, 8);
485 putint(pgtokb(total.t_avmshr), MEMROW + 2, MEMCOL + 29, 8);
486 putint(pgtokb(total.t_rm), MEMROW + 3, MEMCOL + 4, 7);
487 putint(pgtokb(total.t_rmshr), MEMROW + 3, MEMCOL + 12, 7);
488 putint(pgtokb(total
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir.c72 xfs_extlen_t total);
87 xfs_extlen_t total);
101 xfs_extlen_t total);
251 xfs_bmap_free_t *flist, xfs_extlen_t total)
272 args.total = total;
288 if (total == 0)
298 if (total == 0)
331 args.total = 0;
360 xfs_bmap_free_t *flist, xfs_extlen_t total)
249 xfs_dir_createname(xfs_trans_t *trans, xfs_inode_t *dp, char *name, int namelen, xfs_ino_t inum, xfs_fsblock_t *firstblock, xfs_bmap_free_t *flist, xfs_extlen_t total) argument
358 xfs_dir_removename(xfs_trans_t *trans, xfs_inode_t *dp, char *name, int namelen, xfs_ino_t ino, xfs_fsblock_t *firstblock, xfs_bmap_free_t *flist, xfs_extlen_t total) argument
492 xfs_dir_replace(xfs_trans_t *trans, xfs_inode_t *dp, char *name, int namelen, xfs_ino_t inum, xfs_fsblock_t *firstblock, xfs_bmap_free_t *flist, xfs_extlen_t total) argument
[all...]
H A Dxfs_bmap.h116 xfs_extlen_t total; /* total blocks needed for xaction */ member in struct:xfs_bmalloca
277 * the first call in "total"; if no allocation group has that many free
289 xfs_extlen_t total, /* total blocks needed */
H A Dxfs_alloc.h63 xfs_extlen_t total; /* total blocks needed in xaction */ member in struct:xfs_alloc_arg
/freebsd-9.3-release/sbin/camcontrol/
H A Dprogress.c65 progress_init(progress_t *prog, const char *prefix, uint64_t total) argument
71 prog->size = total;
108 /* make it look pretty at the end - display done bytes (usually total) */
/freebsd-9.3-release/usr.sbin/uathload/
H A Duathload.c65 uint32_t total; member in struct:uath_fwmsg
185 txmsg.total = htobe32(len);
222 VERBOSE("flags=0x%x total=%d\n",
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dos_unix.c246 unsigned long total = 0; local
248 total += a->len;
259 if (total)
260 wpa_printf(MSG_INFO, "MEMLEAK: total %lu bytes",
261 (unsigned long) total);
341 ; /* determine total src string length */
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dbcache.c78 long total_count; /* total number of strings cached, including dups */
80 long total_size; /* total number of bytes cached, including dups */
81 long structure_size; /* total size of bcache, including infrastructure */
85 total number of hashes can be computed by adding TOTAL_COUNT to
306 print_percentage (int portion, int total)
308 if (total == 0)
311 printf_filtered ("%3d%%\n", portion * 100 / total);
301 print_percentage(int portion, int total) argument
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dsplay_fn_imps.hpp74 const size_type total = local
76 _GLIBCXX_DEBUG_ASSERT(total >= 3);
90 _GLIBCXX_DEBUG_ASSERT(total ==this->recursive_count(p_nd));
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dsearch.c168 size_t total = size; local
182 sep = memchr (motif, '\n', total);
187 total -= (len + 1);
191 len = total;
192 total = 0;
207 } while (sep && total != 0);
245 size_t total = size; local
267 sep = memchr (motif, '\n', total);
272 total -= (len + 1);
276 len = total;
[all...]
/freebsd-9.3-release/sbin/sconfig/
H A Dsconfig.c456 /* Print total statistics. */
458 print_frac (0, st.total.uas, st.totsec);
459 print_frac (1, 60 * st.total.dm, st.totsec);
461 print_frac (0, st.total.bpv, st.totsec);
462 print_frac (1, st.total.fse, st.totsec);
464 print_frac (0, st.total.crce, st.totsec);
465 print_frac (1, st.total.rcrce, st.totsec);
467 print_frac (0, st.total.es, st.totsec);
468 print_frac (1, st.total.les, st.totsec);
470 print_frac (0, st.total
[all...]
/freebsd-9.3-release/sbin/swapon/
H A Dswapon.c252 long long total = 0; local
307 total += tmp_total;
323 sizetobuf(buf, sizeof(buf), hflag, total, hlen, blocksize);
/freebsd-9.3-release/tools/regression/net80211/tkip/
H A Dtest_tkip.c348 int i, pass, total; local
356 total = 0;
359 total++;
362 printf("%u of %u 802.11i TKIP test vectors passed\n", pass, total);
364 return (pass == total ? 0 : -1);
/freebsd-9.3-release/usr.sbin/ac/
H A Dac.c277 * print total login time for 24hr period in decimal hours
285 struct timeval diff, total = { 0, 0 }, usec = { 0, 1 }, yesterday; local
292 d_first ? "%e %b total" : "%b %e total",
302 timeradd(&total, &up->time, &total);
306 if (timerisset(&total))
307 (void)printf("%s %11.2f\n", date, (double)total.tv_sec / 3600);
433 * print yesterday's total
487 * print yesterday's total
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcpu-ia64-opc.c103 int i, bits = 0, total = 0; local
109 & ((((BFD_HOST_U_64_BIT) 1) << bits) - 1)) << total;
110 total += bits;
188 int i, bits = 0, total = 0; local
195 & ((((BFD_HOST_U_64_BIT) 1) << bits) - 1)) << total;
196 total += bits;
199 sign = (BFD_HOST_64_BIT) 1 << (total - 1);

Completed in 507 milliseconds

1234567891011>>