Searched refs:stats (Results 26 - 50 of 264) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/dist/pppd/pppstats/
H A Dpppstats.c9 * -v Show more stats for VJ TCP header compression
158 req.stats_ptr = (caddr_t) &req.stats;
172 *curp = req.stats;
184 creq.stats_ptr = (caddr_t) &creq.stats;
198 perror("couldn't get PPP compression stats");
204 if (creq.stats.c.bytes_out == 0) {
205 creq.stats.c.bytes_out = creq.stats.c.comp_bytes + creq.stats.c.inc_bytes;
206 creq.stats
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/ixgbe/
H A Dixgbe.c680 struct ixgbe_hw_stats *stats = &adapter->stats; local
746 if (i < __arraycount(adapter->stats.mpc)) {
747 evcnt_detach(&adapter->stats.mpc[i]);
749 if (i < __arraycount(adapter->stats.pxontxc)) {
750 evcnt_detach(&adapter->stats.pxontxc[i]);
751 evcnt_detach(&adapter->stats.pxonrxc[i]);
752 evcnt_detach(&adapter->stats.pxofftxc[i]);
753 evcnt_detach(&adapter->stats.pxoffrxc[i]);
754 evcnt_detach(&adapter->stats
4672 ixgbe_rx_checksum(u32 staterr, struct mbuf * mp, u32 ptype, struct ixgbe_hw_stats *stats) argument
5392 struct ixgbe_hw_stats *stats = &adapter->stats; local
[all...]
H A Dixgbe_mbx.c335 hw->mbx.stats.reqs++;
357 hw->mbx.stats.acks++;
380 hw->mbx.stats.rsts++;
440 /* update stats */
441 hw->mbx.stats.msgs_tx++;
480 /* update stats */
481 hw->mbx.stats.msgs_rx++;
512 mbx->stats.msgs_tx = 0;
513 mbx->stats.msgs_rx = 0;
514 mbx->stats
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/isc/
H A Dmemcluster.c88 struct stats { struct
124 static struct stats * stats; variable in typeref:struct:stats
158 stats = malloc((max_size+1) * sizeof (struct stats));
159 if (freelists == NULL || stats == NULL) {
165 memset(stats, 0, (max_size + 1) * sizeof (struct stats));
215 stats[max_size].gets++;
216 stats[max_siz
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/systat/
H A Dsyscall.c35 /* System call stats */
409 getinfo(struct Info *stats, int get_what) argument
417 size = sizeof stats->counts;
419 sysctl(counts_mib, counts_mib_len, &stats->counts, &size,
422 memset(&stats->counts, 0, sizeof stats->counts);
427 size = sizeof stats->times;
429 sysctl(times_mib, times_mib_len, &stats->times, &size,
432 memset(&stats->times, 0, sizeof stats
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dbounce.c11 /* int bounce_append(flags, id, stats, recipient, relay, dsn)
14 /* MSG_STATS *stats;
41 /* stats, recipient, relay, dsn)
49 /* MSG_STATS *stats;
110 /* .IP stats
176 int bounce_append(int flags, const char *id, MSG_STATS *stats, argument
198 status = verify_append(id, stats, rcpt, relay, &my_dsn,
209 status = trace_append(flags, id, stats, rcpt, relay, &my_dsn);
253 || trace_append(flags, id, stats, rcpt, relay,
255 log_adhoc(id, stats, rcp
342 bounce_one(int flags, const char *queue, const char *id, const char *encoding, const char *sender, const char *dsn_envid, int dsn_ret, MSG_STATS *stats, RECIPIENT *rcpt, const char *relay, DSN *dsn) argument
[all...]
H A Dverify.c11 /* int verify_append(queue_id, stats, recipient, relay, dsn,
14 /* MSG_STATS *stats;
30 /* .IP stats
92 int verify_append(const char *queue_id, MSG_STATS *stats, argument
119 log_adhoc(queue_id, stats, recipient, relay, dsn, my_dsn.action);
H A Ddefer.c11 /* int defer_append(flags, id, stats, rcpt, relay, dsn)
14 /* MSG_STATS *stats;
91 /* .IP stats
155 int defer_append(int flags, const char *id, MSG_STATS *stats, argument
177 status = verify_append(id, stats, rcpt, relay, &my_dsn,
188 status = trace_append(flags, id, stats, rcpt, relay, &my_dsn);
214 log_adhoc(id, stats, rcpt, relay, &my_dsn, "deferred");
220 if (trace_append(flags, id, stats, rcpt, relay, &my_dsn) != 0)
H A Dscache.h126 #define scache_size(scache, stats) (scache)->size((scache), (stats))
H A Dtrace.c11 /* int trace_append(flags, id, stats, rcpt, relay, dsn)
14 /* MSG_STATS *stats;
59 /* .IP stats
108 int trace_append(int flags, const char *id, MSG_STATS *stats, argument
136 log_adhoc(id, stats, rcpt, relay, dsn, my_dsn.action);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-cmds.c166 struct mi_cmd_stats stats; variable in typeref:struct:mi_cmd_stats
188 stats.miss++;
193 stats.hit++;
197 stats.rehash++;
223 command->name, stats.rehash - nr_rehash);
226 nr_rehash = stats.rehash;
239 memset (&stats, 0, sizeof (stats));
/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Dvtw.c207 vtw_stats_t stats; local
215 snarf(p, &stats, sizeof(stats));
217 printf("\t\t%" PRIu64 " inserts\n", stats.ins);
218 printf("\t\t%" PRIu64 " deletes\n", stats.del);
219 printf("\t\t%" PRIu64 " assassinations\n", stats.kill);
221 printf("\t\t%" PRIu64 " look\n", stats.look[0]);
222 printf("\t\t%" PRIu64 " hit\n", stats.hit[0]);
223 printf("\t\t%" PRIu64 " miss\n", stats.miss[0]);
224 printf("\t\t%" PRIu64 " probe\n", stats
[all...]
/netbsd-6-1-5-RELEASE/sys/net/
H A Dppp-deflate.c71 struct compstat stats; member in struct:deflate_state
93 static void z_comp_stats(void *state, struct compstat *stats);
181 memset(&state->stats, 0, sizeof(state->stats));
334 state->stats.comp_bytes += olen;
335 state->stats.comp_packets++;
341 state->stats.inc_bytes += orig_len;
342 state->stats.inc_packets++;
345 state->stats.unc_bytes += orig_len;
346 state->stats
352 z_comp_stats(void *arg, struct compstat *stats) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/envstat/
H A Denvstat.c336 sensor_stats_t stats; local
342 SIMPLEQ_FOREACH(stats, &sensor_stats_list, entries)
343 if (strcmp(stats->desc, desc) == 0)
344 return stats;
346 stats = calloc(1, sizeof(*stats));
347 if (stats == NULL)
350 (void)strlcpy(stats->desc, desc, sizeof(stats->desc));
351 stats
472 sensor_stats_t stats = NULL; local
718 sensor_stats_t stats = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dathrate-sample.c176 int tt = sn->stats[size_bin][x].average_tx_time;
178 !sn->stats[size_bin][x].packets_acked)) {
187 if (sn->stats[size_bin][x].successive_failures > 3)
214 current_tt = sn->stats[size_bin][current_ndx].average_tx_time;
224 if (sn->stats[size_bin][ndx].perfect_tx_time > current_tt)
228 if (ticks - sn->stats[size_bin][ndx].last_tx < ((hz * STALE_FAILURE_TIMEOUT_MS)/1000) &&
229 sn->stats[size_bin][ndx].successive_failures > 3)
269 average_tx_time = sn->stats[size_bin][best_ndx].average_tx_time;
304 sn->stats[size_bin][ndx].successive_failures == 0) {
316 } else if (average_tx_time * 2 < sn->stats[size_bi
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/grep/src/
H A Dgrep.c50 struct stats struct
52 struct stats const *parent;
57 static struct stats stats_base;
178 static int grepdir PARAMS ((char const *, struct stats const *));
245 reset (int fd, char const *file, struct stats *stats) argument
260 if (fstat (fd, &stats->stat) != 0)
265 if (directories == SKIP_DIRECTORIES && S_ISDIR (stats->stat.st_mode))
268 if (devices == SKIP_DEVICES && (S_ISCHR(stats->stat.st_mode) || S_ISBLK(stats
305 fillbuf(size_t save, struct stats const *stats) argument
759 grep(int fd, char const *file, struct stats *stats) argument
890 grepfile(char const *file, struct stats *stats) argument
990 grepdir(char const *dir, struct stats const *stats) argument
[all...]
/netbsd-6-1-5-RELEASE/lib/librpcsvc/
H A Drstat.x104 struct stats { /* RSTATVERS_ORIG */
145 stats
/netbsd-6-1-5-RELEASE/sys/dev/pci/cxgb/
H A Dcxgb_vsc7323.c309 rx_ucast = mac->stats.rx_frames - mac->stats.rx_mcast_frames -
310 mac->stats.rx_bcast_frames;
312 tx_ucast = mac->stats.tx_frames - mac->stats.tx_mcast_frames -
313 mac->stats.tx_bcast_frames;
317 mac->stats.name += (u64)((hw_stat) - (u32)(mac->stats.name))
360 mac->stats.rx_frames = rx_ucast + mac->stats
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_defer.c152 MSG_STATS stats; local
158 QMGR_MSG_STATS(&stats, message), recipient,
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_defer.c157 MSG_STATS stats; local
163 QMGR_MSG_STATS(&stats, message), recipient,
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/include_private/
H A Dn8_driver_api.h274 * @param stats RW: Returns assorted Queue Manager stat counters. Also
290 extern N8_Status_t N8_QMgrQueryStatistics( N8_QueueStatistics_t *stats );
326 * @param stats RW: Returns statistics for the drivers memory pool.
341 extern N8_Status_t N8_QueryMemStatistics( MemStats_t *stats );
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dcipher-ctr-mt.c54 /* Collect thread stats and print at cancellation when in debug mode */
68 * Struct to collect thread stats
78 * Debug print the thread stats
130 STATS_STRUCT(stats);
188 STATS_STRUCT(stats);
194 /* Threads stats on cancellation */
195 STATS_INIT(stats);
197 pthread_cleanup_push(thread_loop_stats, &stats);
217 STATS_FILL(stats);
223 STATS_SKIP(stats);
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/libdrm/
H A Dxf86drm.c2136 int drmGetStats(int fd, drmStatsT *stats) argument
2144 stats->count = 0;
2145 memset(stats, 0, sizeof(*stats));
2146 if (s.count > sizeof(stats->data)/sizeof(stats->data[0]))
2150 stats->data[i].long_format = "%-20.20s"; \
2151 stats->data[i].rate_format = "%8.8s"; \
2152 stats->data[i].isvalue = 1; \
2153 stats
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-iprop.in92 > iprop-stats
93 trap "echo 'killing ipropd s + m + kdc'; kill -9 \${ipdm} \${ipds} \${kdcpid} >/dev/null 2>/dev/null; tail messages.log ; tail iprop-stats; exit 1;" EXIT
116 ${EGREP} 'iprop/slave.test.h5l.se@TEST.H5L.SE.*Up' iprop-stats >/dev/null || exit 1
141 > iprop-stats
145 ${EGREP} 'iprop/slave.test.h5l.se@TEST.H5L.SE.*Down' iprop-stats >/dev/null || exit 1
159 > iprop-stats
168 ${EGREP} 'iprop/slave.test.h5l.se@TEST.H5L.SE.*Up' iprop-stats >/dev/null || exit 1
177 > iprop-stats
186 ${EGREP} 'iprop/slave.test.h5l.se@TEST.H5L.SE.*Up' iprop-stats >/dev/null || exit 1
204 #${EGREP} "^master down at " iprop-stats > /de
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dpcap-snf.c36 struct snf_ring_stats stats; local
39 if ((rc = snf_ring_getstats(p->md.snf_ring, &stats))) {
44 ps->ps_recv = stats.ring_pkt_recv + stats.ring_pkt_overflow;
45 ps->ps_drop = stats.ring_pkt_overflow;
46 ps->ps_ifdrop = stats.nic_pkt_overflow + stats.nic_pkt_bad;

Completed in 255 milliseconds

1234567891011