Searched refs:stats (Results 226 - 250 of 405) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/ia64/ia64/
H A Dinterrupt.c314 PCPU_INC(md.stats.pcs_nstrays);
360 PCPU_INC(md.stats.pcs_nhwints);
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dsocket.c53 #include <isc/stats.h>
364 isc_stats_t *stats; member in struct:isc__socketmgr
797 inc_stats(isc_stats_t *stats, isc_statscounter_t counterid) { argument
800 if (stats != NULL)
801 isc_stats_increment(stats, counterid);
1678 inc_stats(sock->manager->stats, \
1687 inc_stats(sock->manager->stats, \
1712 inc_stats(sock->manager->stats,
1859 inc_stats(sock->manager->stats, \
1868 inc_stats(sock->manager->stats, \
4343 isc__socketmgr_setstats(isc_socketmgr_t *manager0, isc_stats_t *stats) argument
[all...]
/freebsd-9.3-release/sbin/atm/atmconfig/
H A Ddiag.c63 { "stats", NULL, diag_phy_stats },
72 { "stats", NULL, diag_stats },
819 errx(1, "need device name for 'diag phy stats'");
837 errx(1, "bad phy stats length %zu (expecting %zu)",
842 errx(1, "unknown phy stats version %u", stats1.version);
1072 uint32_t *stats; local
1085 errx(1, "need one arg for 'diag stats'");
1101 stats = malloc(len);
1102 if (stats == NULL)
1105 if (sysctlbyname(str, stats,
[all...]
/freebsd-9.3-release/sys/boot/pc98/libpc98/
H A Dbiosdisk.c312 char stats[80]; local
320 sprintf(stats, " %s (%d - %d)", display_size(size),
323 stats[0] = '\0';
332 sprintf(line, "%s: FAT-12%s\n", prefix, stats);
340 sprintf(line, "%s: FAT-16%s\n", prefix, stats);
344 stats);
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c380 ar5212UpdateMibCounters(struct ath_hal *ah, HAL_MIB_STATS* stats) argument
382 stats->ackrcv_bad += OS_REG_READ(ah, AR_ACK_FAIL);
383 stats->rts_bad += OS_REG_READ(ah, AR_RTS_FAIL);
384 stats->fcs_bad += OS_REG_READ(ah, AR_FCS_FAIL);
385 stats->rts_good += OS_REG_READ(ah, AR_RTS_OK);
386 stats->beacons += OS_REG_READ(ah, AR_BEACON_CNT);
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_ioc32.c267 struct drm_stats stats; local
270 err = drm_getstats(dev, (void *)&stats, file_priv);
274 s32->count = stats.count;
275 for (i = 0; i < stats.count; i++) {
276 s32->data[i].value = stats.data[i].value;
277 s32->data[i].type = stats.data[i].type;
/freebsd-9.3-release/sys/dev/iscsi/initiator/
H A Disc_soc.c179 sp->stats.nsent++;
180 getbintime(&sp->stats.t_sent);
281 sp->stats.nsent++;
282 getbintime(&sp->stats.t_sent);
581 sp->stats.nrecv++;
582 getbintime(&sp->stats.t_recv);
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_upgt.c427 struct upgt_lmac_stats *stats; local
444 stats = (struct upgt_lmac_stats *)(mem + 1);
446 stats->header1.flags = 0;
447 stats->header1.type = UPGT_H1_TYPE_CTRL;
448 stats->header1.len = htole16(
451 stats->header2.reqid = htole32(sc->sc_memaddr_frame_start);
452 stats->header2.type = htole16(UPGT_H2_TYPE_STATS);
453 stats->header2.flags = 0;
455 data_cmd->buflen = sizeof(*mem) + sizeof(*stats);
457 mem->chksum = upgt_chksum_le((uint32_t *)stats,
2125 struct upgt_stat *stats; local
[all...]
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_lib.c1082 return (ctx->stats.sess_connect);
1084 return (ctx->stats.sess_connect_good);
1086 return (ctx->stats.sess_connect_renegotiate);
1088 return (ctx->stats.sess_accept);
1090 return (ctx->stats.sess_accept_good);
1092 return (ctx->stats.sess_accept_renegotiate);
1094 return (ctx->stats.sess_hit);
1096 return (ctx->stats.sess_cb_hit);
1098 return (ctx->stats.sess_miss);
1100 return (ctx->stats
[all...]
H A Dssl_sess.c425 s->ctx->stats.sess_miss++;
430 s->ctx->stats.sess_cb_hit++;
521 s->ctx->stats.sess_timeout++;
527 s->ctx->stats.sess_hit++;
612 ctx->stats.sess_cache_full++;
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c207 } stats; variable in typeref:struct:constraint_stats
892 stats.num_implicit_edges++;
933 stats.num_edges++;
1217 stats.unified_vars_dynamic++;
1219 stats.unified_vars_static++;
1251 if (stats.iterations > 0)
1838 stats.nonpointer_vars++;
2061 stats.iterations++;
3896 stats.total_vars++;
3937 stats
[all...]
/freebsd-9.3-release/tools/tools/ath/athstats/
H A Dathstats.c412 HAL_MIB_STATS ast_mibstats; /* MIB counter stats */
413 HAL_NODE_STATS ast_nodestats; /* latest rssi stats */
459 ath_collect(struct athstatfoo_p *wf, struct _athstats *stats) argument
461 wf->ifr.ifr_data = (caddr_t) &stats->ath;
467 wf->atd.ad_out_data = (caddr_t) &stats->ani_state;
468 wf->atd.ad_out_size = sizeof(stats->ani_state);
474 wf->atd.ad_out_data = (caddr_t) &stats->ani_stats;
475 wf->atd.ad_out_size = sizeof(stats->ani_stats);
970 f = &sf->stats[i];
/freebsd-9.3-release/sys/dev/patm/
H A Dif_patm_rx.c439 sc->stats.raw_cells++;
456 sc->stats.raw_no_vcc++;
463 sc->stats.raw_no_buf++;
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddig.c211 " +[no]stats (Control display of statistics)\n"
256 if (query->lookup->stats && !short_form) {
789 lookup->stats = state;
951 lookup->stats = ISC_FALSE;
1045 lookup->stats = ISC_FALSE;
1097 case 't': /* stats */
1098 FULLCHECK("stats");
1099 lookup->stats = state;
1142 lookup->stats = ISC_FALSE;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1758 UninitVariablesAnalysisStats stats; local
1759 std::memset(&stats, 0, sizeof(UninitVariablesAnalysisStats));
1761 reporter, stats); local
1763 if (S.CollectStats && stats.NumVariablesAnalyzed > 0) {
1765 NumUninitAnalysisVariables += stats.NumVariablesAnalyzed;
1766 NumUninitAnalysisBlockVisits += stats.NumBlockVisits;
1769 stats.NumVariablesAnalyzed);
1772 stats.NumBlockVisits);
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dmain.c1016 pthread_cond_signal(&osm.stats.cond);
1018 cl_event_signal(&osm.stats.event);
H A Dosm_sminfo_rcv.c102 p_smi->act_count = cl_hton32(sm->p_subn->p_osm->stats.qp0_mads_sent);
196 p_smi->act_count = cl_hton32(sm->p_subn->p_osm->stats.qp0_mads_sent);
/freebsd-9.3-release/lib/bind/dns/
H A DMakefile35 stats.c tcpmsg.c time.c timer.c tkey.c \
108 ${SRCDIR}/include/dns/stats.h \
/freebsd-9.3-release/lib/bind/isc/
H A DMakefile45 serial.c sha1.c sha2.c sockaddr.c stats.c string.c strtoul.c \
124 ${SRCDIR}/include/isc/stats.h \
/freebsd-9.3-release/sys/contrib/rdma/krping/
H A Dkrping.c272 cb->stats.send_bytes += cb->send_sgl.length;
273 cb->stats.send_msgs++;
278 cb->stats.write_bytes += cb->rdma_sq_wr.sg_list->length;
279 cb->stats.write_msgs++;
286 cb->stats.read_bytes += cb->rdma_sq_wr.sg_list->length;
287 cb->stats.read_msgs++;
294 cb->stats.recv_bytes += sizeof(cb->recv_buf);
295 cb->stats.recv_msgs++;
/freebsd-9.3-release/sys/dev/tws/
H A Dtws_hdm.c203 sc->stats.reqs_out++;
349 sc->stats.reqs_in++;
/freebsd-9.3-release/tools/tools/vxge/
H A Dvxge_log.c434 vxge_print_stats(void *stats, vxge_query_device_info_e stat_type) argument
454 VXGE_PRINT(fdAll, "%s", stats);
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_hfsc.c304 struct hfsc_classstats stats; local
313 if (*nbytes < sizeof(stats))
316 get_class_stats(&stats, cl);
318 if ((error = copyout((caddr_t)&stats, ubuf, sizeof(stats))) != 0)
320 *nbytes = sizeof(stats);
2221 struct hfsc_classstats stats, *usp; local
2242 usp = ap->stats;
2245 get_class_stats(&stats, cl);
2247 if ((error = copyout((caddr_t)&stats, (caddr_
[all...]
/freebsd-9.3-release/contrib/bind9/bin/dig/include/dig/
H A Ddig.h122 stats, member in struct:dig_lookup
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DUninitializedValues.cpp811 UninitVariablesAnalysisStats &stats) {
817 stats.NumVariablesAnalyzed = vals.getNumEntries();
845 ++stats.NumBlockVisits;
859 ++stats.NumBlockVisits;
806 runUninitializedVariablesAnalysis( const DeclContext &dc, const CFG &cfg, AnalysisDeclContext &ac, UninitVariablesHandler &handler, UninitVariablesAnalysisStats &stats) argument

Completed in 502 milliseconds

1234567891011>>