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

/freebsd-13-stable/contrib/sendmail/include/sendmail/
H A Dmailstats.h23 struct statistics struct
/freebsd-13-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-13-stable/sys/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec_secy.h139 t_FmMacsecSecYStatistics statistics; member in struct:__anon9704
/freebsd-13-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-13-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:__anon3805::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-13-stable/share/dtrace/
H A Dnfsclienttime40 * Press Ctrl-C to exit and display statistics.
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc384 sanitizer_zone_introspection.statistics = &mi_statistics;
/freebsd-13-stable/contrib/sendmail/mailstats/
H A Dmailstats.c67 struct statistics stats;
219 "mailstats: no statistics file located\n");
/freebsd-13-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-13-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-13-stable/sys/dev/bxe/
H A Decore_hsi.h6634 uint8_t statistics_counter_id /* statistics counter id */;
6635 uint8_t statistics_en_flg /* statistics en flg */;
8431 * FCoe statistics request $$KEEP_ENDIANNESS$$
8457 struct fcoe_kwqe_stat statistics; member in union:fcoe_kwqe
8517 * FCoE RX statistics parameters section#0 $$KEEP_ENDIANNESS$$
8527 * FCoE RX statistics parameters section#1 $$KEEP_ENDIANNESS$$
8537 * FCoE RX statistics parameters section#2 $$KEEP_ENDIANNESS$$
8577 * FCoE TX statistics parameters $$KEEP_ENDIANNESS$$
8588 * FCoE statistics parameters $$KEEP_ENDIANNESS$$
8592 struct fcoe_tx_stat_params tx_stat /* FCoE TX statistics parameter
13060 struct xstorm_toe_stats_section statistics[2] /* 0 - ipv4 , 1 - ipv6 */; member in struct:xstorm_toe_stats
13083 struct tstorm_toe_stats_section statistics[2] /* 0 - ipv4 , 1 - ipv6 */; member in struct:tstorm_toe_stats
[all...]
/freebsd-13-stable/contrib/unbound/
H A Dconfigure1551 --enable-alloc-checks enable to memory allocation statistics, for debug

Completed in 199 milliseconds