Searched refs:print_stats (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/usr.bin/netstat/
H A Dflowtable.c47 print_stats(struct flowtable_stat *stat) function
80 print_stats(&stat);
86 print_stats(&stat);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zlook/
H A Dzlook.c141 print_stats(struct stat64 *sb) function
404 print_stats(&lk.zl_statbuf);
/freebsd-11-stable/sbin/atm/atmconfig/
H A Ddiag.c203 static const char *const *const print_stats[] = { variable
1109 if (aif->mib.device >= sizeof(print_stats) / sizeof(print_stats[0]) ||
1110 print_stats[aif->mib.device] == NULL)
1113 for (i = 0; print_stats[aif->mib.device][i] != NULL; i++) {
1116 printf("%-22s%u\n", print_stats[aif->mib.device][i], stats[i]);
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-dce.c136 static void print_stats (void);
806 print_stats (void)
930 print_stats ();
795 print_stats (void) function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp162 if (flags()->print_stats && (flags()->atexit || msan_report_count > 0))
H A Dmsan.cpp366 if (__msan::flags()->print_stats)
377 if (__msan::flags()->print_stats)
/freebsd-11-stable/contrib/subversion/subversion/svnfsfs/
H A Dstats-cmd.c376 print_stats(svn_fs_fs__stats_t *stats, function
513 print_stats(output->stats, pool);
/freebsd-11-stable/crypto/openssl/crypto/threads/
H A Dmttest.c145 static void print_stats(BIO *bio, SSL_CTX *ctx) function
322 print_stats(bio_err, c_ctx);
327 print_stats(bio_err, s_ctx);
/freebsd-11-stable/sbin/sconfig/
H A Dsconfig.c305 print_stats (int fd, int need_header) function
1131 print_stats (fd, need_header);
1185 print_stats (fd, 1);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp271 if (flags()->print_stats && (flags()->atexit || hwasan_report_count > 0))
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c677 print_stats(void) function
1000 error |= print_stats();
/freebsd-11-stable/tools/tools/netmap/
H A Dlb.c211 print_stats(void *arg) function
827 if (pthread_create(&stat_thread, NULL, print_stats, NULL) == -1) {
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_server.c218 static void print_stats(BIO *bp, SSL_CTX *ctx);
2080 print_stats(bio_s_out, ctx);
2151 static void print_stats(BIO *bio, SSL_CTX *ssl_ctx) function
2464 print_stats(bio_s_out, SSL_get_SSL_CTX(con));
3022 print_stats(io, SSL_get_SSL_CTX(con));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp148 if (flags()->print_stats)
/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c2085 static int print_stats (char *s, ce_chan_t *c, int need_header) function
2318 l += print_stats (s + l, d->chan, 1);
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c1865 static int print_stats (char *s, cp_chan_t *c, int need_header) function
2098 l += print_stats (s + l, d->chan, 1);
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c2307 static int print_stats (char *s, cx_chan_t *c, int need_header) function
2383 l += print_stats (s + l, d->chan, 1);
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c1795 static int print_stats (char *s, ct_chan_t *c, int need_header) function
2040 l += print_stats (s + l, d->chan, 1);
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c696 print_stats(RES* ssl, const char* nm, struct ub_stats_info* s) function
760 return print_stats(ssl, nm, s);
1108 if(!print_stats(ssl, "total", &total))

Completed in 216 milliseconds