Searched refs:statistics (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/sendmail/include/sendmail/
H A Dmailstats.h23 struct statistics struct
/freebsd-11-stable/contrib/sendmail/src/
H A DMakefile.m422 # location of sendmail statistics file (usually /etc/mail/ or /var/log)
25 # statistics file name
26 STFILE= ifdef(`confSTFILE', `confSTFILE', `statistics')
29 # full path to installed statistics file (usually ${STDIR}/statistics)
41 bldPUSH_TARGET(`statistics')
43 statistics:
44 ${CP} /dev/null statistics
89 install-st: statistics
91 ${INSTALL} -c -o ${SBINOWN} -g ${UBINGRP} -m ifdef(`confSTMODE', `confSTMODE', `0600') statistics
[all...]
H A Dstats.c20 static struct statistics Stat;
28 ** MARKSTATS -- mark statistics
99 ** CLEARSTATS -- clear statistics structure
119 ** POSTSTATS -- post statistics in the statistics file
122 ** sfile -- the name of the statistics file.
138 struct statistics stats;
170 /* merge current statistics into statfile */
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-tc.c72 typedef VOID (TC_CALLCONV *TcFcnStatisticsDestroy) (TC_STATISTICS statistics);
73 typedef TC_STATUS (TC_CALLCONV *TcFcnStatisticsUpdate) (TC_STATISTICS statistics);
74 typedef TC_STATUS (TC_CALLCONV *TcFcnStatisticsQueryValue) (TC_STATISTICS statistics, ULONG counterId, PULONGLONG pValue);
1047 TC_STATISTICS statistics; local
1052 status = g_TcFunctions.InstanceQueryStatistics(pt->TcInstance, &statistics);
1062 status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_TOTAL_RX_PACKETS, &counter);
1077 status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_RX_DROPPED_PACKETS, &counter);
1129 TC_STATISTICS statistics; local
1135 status = g_TcFunctions.InstanceQueryStatistics(pt->TcInstance, &statistics);
1145 status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_TOTAL_RX_PACKET
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp10 // way to expose various success metrics from passes. These statistics are
43 cl::desc("Enable statistics output from program (available with Asserts)"),
47 cl::desc("Display statistics as json data"),
56 /// called. We print statistics from the destructor.
66 /// Sort statistics by debugtype,name,description.
78 iterator_range<const_iterator> statistics() const { function in class:__anon1995::StatisticInfo
184 // Print out the statistics header...
189 // Print all of the statistics.
206 // Print all of the statistics.
258 for (const auto &Stat : StatInfo->statistics())
[all...]
/freebsd-11-stable/share/dtrace/
H A Dnfsclienttime40 * Press Ctrl-C to exit and display statistics.
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A DMakefile.in213 $(GMSGFMT) --statistics -o $@ $<
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc388 sanitizer_zone_introspection.statistics = &mi_statistics;
/freebsd-11-stable/contrib/sendmail/mailstats/
H A Dmailstats.c67 struct statistics stats;
219 "mailstats: no statistics file located\n");
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch6 ;# process loop filter statistics file and either
7 ;# - show statistics periodically using gnuplot
30 to watch statistics permanently:
172 die("Need window system to monitor statistics\n");
185 '-title', "Ntp loop filter statistics $STATHOST",
449 $doplot = " set title 'NTP loopfilter statistics for $STATHOST " .
1284 print OUT ("# preprocessed NTP statistics file for $STATHOST\n");
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in758 input.h $(REAL_H) statistics.h vec.h
763 input.h statistics.h vec.h treestruct.def $(HASHTAB_H)
4742 $(GMSGFMT) --statistics -o $@ $<
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql576 statistics are calculated for and then for every column in the index the
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dconfigure10750 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
10751 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
10954 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
10955 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmreg.h676 * @IWM_UCODE_TLV_CAPA_RADIO_BEACON_STATS: support radio and beacon statistics
3368 * @stats_interval: interval in TU between statistics notifications to host.
4955 /* How many statistics are gathered for each channel */
4998 * @statistics: statistics gathered for this channel
5006 uint32_t statistics[IWM_SCAN_RESULTS_STATISTICS]; member in struct:iwm_scan_results_notif
/freebsd-11-stable/sys/dev/bxe/
H A Decore_hsi.h6632 uint8_t statistics_counter_id /* statistics counter id */;
6633 uint8_t statistics_en_flg /* statistics en flg */;
8429 * FCoe statistics request $$KEEP_ENDIANNESS$$
8455 struct fcoe_kwqe_stat statistics; member in union:fcoe_kwqe
8515 * FCoE RX statistics parameters section#0 $$KEEP_ENDIANNESS$$
8525 * FCoE RX statistics parameters section#1 $$KEEP_ENDIANNESS$$
8535 * FCoE RX statistics parameters section#2 $$KEEP_ENDIANNESS$$
8575 * FCoE TX statistics parameters $$KEEP_ENDIANNESS$$
8586 * FCoE statistics parameters $$KEEP_ENDIANNESS$$
8590 struct fcoe_tx_stat_params tx_stat /* FCoE TX statistics parameter
13058 struct xstorm_toe_stats_section statistics[2] /* 0 - ipv4 , 1 - ipv6 */; member in struct:xstorm_toe_stats
13081 struct tstorm_toe_stats_section statistics[2] /* 0 - ipv4 , 1 - ipv6 */; member in struct:tstorm_toe_stats
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dconfigure10830 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
10831 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
11034 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
11035 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
/freebsd-11-stable/contrib/binutils/gas/
H A Dconfigure11776 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
11777 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
11980 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
11981 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
/freebsd-11-stable/contrib/binutils/ld/
H A Dconfigure10637 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
10638 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
10841 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
10842 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
/freebsd-11-stable/contrib/binutils/bfd/
H A Dconfigure10878 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
10879 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
11082 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
11083 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
/freebsd-11-stable/contrib/unbound/
H A Dconfigure1551 --enable-alloc-checks enable to memory allocation statistics, for debug

Completed in 621 milliseconds