Home
last modified time | relevance | path

Searched defs:stats (Results 1 – 25 of 275) sorted by relevance

1234567891011

/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dstats.c53 isc_stats_t *stats; create_stats() local
75 isc_stats_attach(isc_stats_t * stats,isc_stats_t ** statsp) isc_stats_attach() argument
85 isc_stats_t *stats; isc_stats_detach() local
102 isc_stats_ncounters(isc_stats_t * stats) isc_stats_ncounters() argument
116 isc_stats_increment(isc_stats_t * stats,isc_statscounter_t counter) isc_stats_increment() argument
124 isc_stats_decrement(isc_stats_t * stats,isc_statscounter_t counter) isc_stats_decrement() argument
131 isc_stats_dump(isc_stats_t * stats,isc_stats_dumper_t dump_fn,void * arg,unsigned int options) isc_stats_dump() argument
148 isc_stats_set(isc_stats_t * stats,uint64_t val,isc_statscounter_t counter) isc_stats_set() argument
156 isc_stats_update_if_greater(isc_stats_t * stats,isc_statscounter_t counter,isc_statscounter_t value) isc_stats_update_if_greater() argument
172 isc_stats_get_counter(isc_stats_t * stats,isc_statscounter_t counter) isc_stats_get_counter() argument
181 isc_stats_t *stats; isc_stats_resize() local
[all...]
H A Dfile.c84 file_stats(const char * file,struct stat * stats) file_stats() argument
98 fd_stats(int fd,struct stat * stats) fd_stats() argument
113 struct stat stats; isc_file_getsizefd() local
129 struct stat stats; isc_file_mode() local
144 struct stat stats; isc_file_getmodtime() local
165 struct stat stats; isc_file_getsize() local
436 struct stat stats; isc_file_exists() local
[all...]
/netbsd-src/external/mpl/bind/dist/lib/ns/
H A Dstats.c38 ns_stats_attach(ns_stats_t *stats, ns_stats_t **statsp) { in ns_stats_attach() argument
49 ns_stats_t *stats; in ns_stats_detach() local
65 ns_stats_t *stats; ns_stats_create() local
97 ns_stats_increment(ns_stats_t * stats,isc_statscounter_t counter) ns_stats_increment() argument
104 ns_stats_decrement(ns_stats_t * stats,isc_statscounter_t counter) ns_stats_decrement() argument
111 ns_stats_get(ns_stats_t * stats) ns_stats_get() argument
118 ns_stats_update_if_greater(ns_stats_t * stats,isc_statscounter_t counter,isc_statscounter_t value) ns_stats_update_if_greater() argument
126 ns_stats_get_counter(ns_stats_t * stats,isc_statscounter_t counter) ns_stats_get_counter() argument
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dstats.c50 isc_stats_t *stats; in create_stats() local
72 isc_stats_attach(isc_stats_t *stats, isc_stats_t **statsp) { in isc_stats_attach()
82 isc_stats_t *stats; in isc_stats_detach() local
99 isc_stats_ncounters(isc_stats_t *stats) { in isc_stats_ncounters()
113 isc_stats_increment(isc_stats_t *stats, isc_statscounter_t counter) { in isc_stats_increment()
121 isc_stats_decrement(isc_stats_t *stats, isc_statscounter_t counter) { in isc_stats_decrement()
128 isc_stats_dump(isc_stats_t *stats, isc_stats_dumper_t dump_fn, void *arg, in isc_stats_dump()
144 isc_stats_set(isc_stats_t *stats, uint64_t val, isc_statscounter_t counter) { in isc_stats_set()
152 isc_stats_update_if_greater(isc_stats_t *stats, isc_statscounter_t counter, in isc_stats_update_if_greater()
168 isc_stats_get_counter(isc_stats_t *stats, isc_statscounter_t counter) { in isc_stats_get_counter()
[all …]
/netbsd-src/lib/librpcsvc/
H A Drstat.x104 struct stats { /* RSTATVERS_ORIG */ struct
125 statstime argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_stats.cc58 void AsanStats::MergeFrom(const AsanStats *stats) { in MergeFrom()
82 static void GetAccumulatedStats(AsanStats *stats) { in GetAccumulatedStats()
102 void FlushToDeadThreadStats(AsanStats *stats) { in FlushToDeadThreadStats()
109 AsanStats stats; in FillMallocStatistics() local
123 AsanStats stats; in PrintAccumulatedStats() local
140 AsanStats stats; in __sanitizer_get_current_allocated_bytes() local
150 AsanStats stats; in __sanitizer_get_heap_size() local
156 AsanStats stats; in __sanitizer_get_free_bytes() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_stats.cc56 void AsanStats::MergeFrom(const AsanStats *stats) { in MergeFrom()
80 static void GetAccumulatedStats(AsanStats *stats) { in GetAccumulatedStats()
100 void FlushToDeadThreadStats(AsanStats *stats) { in FlushToDeadThreadStats()
107 AsanStats stats; in FillMallocStatistics() local
121 AsanStats stats; in PrintAccumulatedStats() local
138 AsanStats stats; in __sanitizer_get_current_allocated_bytes() local
148 AsanStats stats; in __sanitizer_get_heap_size() local
154 AsanStats stats; in __sanitizer_get_free_bytes() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_stats.cpp57 void AsanStats::MergeFrom(const AsanStats *stats) { in MergeFrom()
81 static void GetAccumulatedStats(AsanStats *stats) { in GetAccumulatedStats()
101 void FlushToDeadThreadStats(AsanStats *stats) { in FlushToDeadThreadStats()
108 AsanStats stats; in FillMallocStatistics() local
122 AsanStats stats; in PrintAccumulatedStats() local
139 AsanStats stats; in __sanitizer_get_current_allocated_bytes() local
149 AsanStats stats; in __sanitizer_get_heap_size() local
155 AsanStats stats; in __sanitizer_get_free_bytes() local
/netbsd-src/sys/kern/
H A Dsubr_iostat.c140 struct io_stats *stats; in iostat_alloc() local
167 iostat_free(struct io_stats *stats) in iostat_free()
186 iostat_rename(struct io_stats *stats, const char *name) in iostat_rename()
217 iostat_wait(struct io_stats *stats) in iostat_wait()
246 iostat_busy(struct io_stats *stats) in iostat_busy()
278 iostat_unbusy(struct io_stats *stats, long bcount, int read) in iostat_unbusy()
310 iostat_isbusy(struct io_stats *stats) in iostat_isbusy()
321 iostat_seek(struct io_stats *stats) in iostat_seek()
347 struct io_stats *stats; in iostati_getnames() local
403 struct io_stats *stats; in sysctl_hw_iostats() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dstats.c143 dns_stats_attach(dns_stats_t *stats, dns_stats_t **statsp) { in dns_stats_attach()
154 dns_stats_t *stats; in dns_stats_detach() local
174 dns_stats_t *stats; in create_stats() local
260 dns_generalstats_increment(dns_stats_t *stats, isc_statscounter_t counter) { in dns_generalstats_increment()
275 dns_rdatatypestats_increment(dns_stats_t *stats, dns_rdatatype_t type) { in dns_rdatatypestats_increment()
285 update_rdatasetstats(dns_stats_t *stats, dns_rdatastatstype_t rrsettype, in update_rdatasetstats()
335 dns_rdatasetstats_increment(dns_stats_t *stats, in dns_rdatasetstats_increment()
344 dns_rdatasetstats_decrement(dns_stats_t *stats, in dns_rdatasetstats_decrement()
353 dns_opcodestats_increment(dns_stats_t *stats, dns_opcode_t code) { in dns_opcodestats_increment()
360 dns_rcodestats_increment(dns_stats_t *stats, dns_rcode_t code) { in dns_rcodestats_increment()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dstats.c143 dns_stats_attach(dns_stats_t * stats,dns_stats_t ** statsp) dns_stats_attach() argument
154 dns_stats_t *stats; dns_stats_detach() local
174 dns_stats_t *stats; create_stats() local
260 dns_generalstats_increment(dns_stats_t * stats,isc_statscounter_t counter) dns_generalstats_increment() argument
275 dns_rdatatypestats_increment(dns_stats_t * stats,dns_rdatatype_t type) dns_rdatatypestats_increment() argument
285 update_rdatasetstats(dns_stats_t * stats,dns_rdatastatstype_t rrsettype,bool increment) update_rdatasetstats() argument
335 dns_rdatasetstats_increment(dns_stats_t * stats,dns_rdatastatstype_t rrsettype) dns_rdatasetstats_increment() argument
344 dns_rdatasetstats_decrement(dns_stats_t * stats,dns_rdatastatstype_t rrsettype) dns_rdatasetstats_decrement() argument
353 dns_opcodestats_increment(dns_stats_t * stats,dns_opcode_t code) dns_opcodestats_increment() argument
360 dns_rcodestats_increment(dns_stats_t * stats,dns_rcode_t code) dns_rcodestats_increment() argument
369 dns_dnssecsignstats_increment(dns_stats_t * stats,dns_keytag_t id,uint8_t alg,dnssecsignstats_type_t operation) dns_dnssecsignstats_increment() argument
418 dns_dnssecsignstats_clear(dns_stats_t * stats,dns_keytag_t id,uint8_t alg) dns_dnssecsignstats_clear() argument
449 dns_generalstats_dump(dns_stats_t * stats,dns_generalstats_dumper_t dump_fn,void * arg,unsigned int options) dns_generalstats_dump() argument
481 dns_rdatatypestats_dump(dns_stats_t * stats,dns_rdatatypestats_dumper_t dump_fn,void * arg0,unsigned int options) dns_rdatatypestats_dump() argument
532 dns_rdatasetstats_dump(dns_stats_t * stats,dns_rdatatypestats_dumper_t dump_fn,void * arg0,unsigned int options) dns_rdatasetstats_dump() argument
552 dnssec_statsdump(isc_stats_t * stats,dnssecsignstats_type_t operation,isc_stats_dumper_t dump_fn,void * arg,unsigned int options) dnssec_statsdump() argument
579 dns_dnssecsignstats_dump(dns_stats_t * stats,dnssecsignstats_type_t operation,dns_dnssecsignstats_dumper_t dump_fn,void * arg0,unsigned int options) dns_dnssecsignstats_dump() argument
608 dns_opcodestats_dump(dns_stats_t * stats,dns_opcodestats_dumper_t dump_fn,void * arg0,unsigned int options) dns_opcodestats_dump() argument
620 dns_rcodestats_dump(dns_stats_t * stats,dns_rcodestats_dumper_t dump_fn,void * arg0,unsigned int options) dns_rcodestats_dump() argument
[all...]
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dstats.c90 void server_stats_init(struct ub_server_stats* stats, struct config_file* cfg) in server_stats_init()
96 void server_stats_querymiss(struct ub_server_stats* stats, struct worker* worker) in server_stats_querymiss()
104 void server_stats_prefetch(struct ub_server_stats* stats, struct worker* worker) in server_stats_prefetch()
113 void server_stats_log(struct ub_server_stats* stats, struct worker* worker, in server_stats_log()
516 void server_stats_insquery(struct ub_server_stats* stats, struct comm_point* c, in server_stats_insquery()
565 void server_stats_insrcode(struct ub_server_stats* stats, sldns_buffer* buf) in server_stats_insrcode()
575 void server_stats_downstream_cookie(struct ub_server_stats* stats, in server_stats_downstream_cookie()
/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Drdatasetstats_test.c37 set_typestats(dns_stats_t * stats,dns_rdatatype_t type) set_typestats() argument
51 set_nxdomainstats(dns_stats_t * stats) set_nxdomainstats() argument
61 mark_stale(dns_stats_t * stats,dns_rdatatype_t type,int from,int to) mark_stale() argument
83 mark_nxdomain_stale(dns_stats_t * stats,int from,int to) mark_nxdomain_stale() argument
197 dns_stats_t *stats = NULL; rdatasetstats() local
[all...]
/netbsd-src/external/bsd/libbind/dist/isc/
H A Dmemcluster.c88 struct stats { struct
89 u_long gets;
90 u_long totalgets;
91 u_long blocks;
92 u_long freefrags;
124 static struct stats * stats; variable
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dbounce.c229 int bounce_append(int flags, const char *id, MSG_STATS *stats, in bounce_append()
259 int bounce_append_intern(int flags, const char *id, MSG_STATS *stats, in bounce_append_intern()
425 int dsn_ret, MSG_STATS *stats, RECIPIENT *rcpt, in bounce_one()
457 int dsn_ret, MSG_STATS *stats, in bounce_one_intern()
H A Ddefer.c194 int defer_append(int flags, const char *id, MSG_STATS *stats, in defer_append()
223 int defer_append_intern(int flags, const char *id, MSG_STATS *stats, in defer_append_intern()
359 int dsn_ret, MSG_STATS *stats, RECIPIENT *rcpt, in defer_one()
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_out_recipient.c100 MSG_STATS stats; in cleanup_trace_append() local
120 MSG_STATS stats; in cleanup_verify_append() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dfile.c85 file_stats(const char *file, struct stat *stats) { in file_stats()
99 fd_stats(int fd, struct stat *stats) { in fd_stats()
114 struct stat stats; in isc_file_getsizefd() local
130 struct stat stats; in isc_file_mode() local
145 struct stat stats; in isc_file_getmodtime() local
166 struct stat stats; in isc_file_getsize() local
437 struct stat stats; in isc_file_exists() local
/netbsd-src/external/zlib/pigz/dist/zopfli/
H A Dsqueeze.c42 static void InitStats(SymbolStats* stats) { in InitStats()
98 static void RandomizeStatFreqs(RanState* state, SymbolStats* stats) { in RandomizeStatFreqs()
104 static void ClearStatFreqs(SymbolStats* stats) { in ClearStatFreqs()
142 SymbolStats* stats = (SymbolStats*)context; in GetCostStat() local
393 static void CalculateStatistics(SymbolStats* stats) { in CalculateStatistics()
399 static void GetStatistics(const ZopfliLZ77Store* store, SymbolStats* stats) { in GetStatistics()
457 SymbolStats stats, beststats, laststats; in ZopfliLZ77Optimal() local
/netbsd-src/usr.bin/nfsstat/
H A Dnfsstat.c391 struct stats { in sidewaysintpr() struct
392 int client[NSHORTPROC]; in sidewaysintpr()
393 int server[NSHORTPROC]; in sidewaysintpr()
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.gc/
H A Dnocollect.d7 auto stats = GC.profileStats(); in main() local
/netbsd-src/external/gpl2/grep/dist/src/
H A Dgrep.c50 struct stats struct
52 struct stats const *parent; argument
64 static struct stats stats_base; argument
252 reset (int fd, char const *file, struct stats *stats) in reset()
316 fillbuf (size_t save, struct stats const *stats) in fillbuf()
770 grep (int fd, char const *file, struct stats *stats) in grep()
901 grepfile (char const *file, struct stats *stats) in grepfile()
1004 grepdir (char const *dir, struct stats const *stats) in grepdir()
/netbsd-src/external/gpl2/grep/dist/lib/
H A Disdir.c41 struct stat stats; in isdir() local
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_bounce.c62 MSG_STATS stats; in qmgr_bounce_recipient() local
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_bounce.c62 MSG_STATS stats; in qmgr_bounce_recipient() local

1234567891011