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

1234567891011

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/
H A Dxfrout.c28 #include <isc/stats.h>
45 #include <dns/stats.h>
663 dns_zone_t *zone; /* (necessary for stats) */
H A Dzoneconf.c30 #include <isc/stats.h>
46 #include <dns/stats.h>
H A Dclient.c30 #include <isc/stats.h>
48 #include <dns/stats.h>
/netbsd-6-1-5-RELEASE/sys/dev/pci/cxgb/
H A Dcxgb_main.c1608 p->mac.stats.num_toggled++;
1619 p->mac.stats.num_resets++;
/netbsd-6-1-5-RELEASE/sys/net/
H A Dif_ppp.c792 psp = &((struct ifpppstatsreq *) data)->stats;
811 pcp = &((struct ifpppcstatsreq *) data)->stats;
H A Dif_spppsubr.c5299 struct spppauthfailurestats *stats = (struct spppauthfailurestats *)data; local
5300 stats->auth_failures = sp->pp_auth_failures;
5301 stats->max_failures = sp->pp_max_auth_fail;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dzone.c36 #include <isc/stats.h>
80 #include <dns/stats.h>
305 isc_stats_t *stats; member in struct:dns_zone
761 if (zone->stats != NULL)
762 isc_stats_increment(zone->stats, counter);
892 zone->stats = NULL;
998 if (zone->stats != NULL)
999 isc_stats_detach(&zone->stats);
14618 dns_zone_setstats(dns_zone_t *zone, isc_stats_t *stats) { argument
14620 REQUIRE(zone->stats
14629 dns_zone_setrequeststats(dns_zone_t *zone, isc_stats_t *stats) argument
[all...]
H A Ddnssec.c49 #include <dns/stats.h>
H A Dupdate.c27 #include <isc/stats.h>
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_parser.c2825 yyerror("enable/disable stats remote config ignored");
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dfileread.cc199 if (!parameters->options_valid() || parameters->options().stats())
757 // Print statistical information to stderr. This is used for --stats.
H A Doptions.h995 DEFINE_bool(stats, options::TWO_DASHES, '\0', false,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldmain.c548 if (config.stats)
H A Dlexsup.c540 { {"stats", no_argument, NULL, OPTION_STATS},
1244 config.stats = TRUE;
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dusb.c692 *(struct usb_device_stats *)data = sc->sc_bus->stats;
H A Dusbdi.c816 ++pipe->device->bus->stats.uds_requests
/netbsd-6-1-5-RELEASE/sys/netipsec/
H A Dxform_ah.c115 stats, CTLFLAG_RD, &ahstat, ahstat, "");
H A Dxform_esp.c101 stats, CTLFLAG_RD, &espstat, espstat, "");
H A Dipsec.c210 SYSCTL_OID(_net_inet6_ipsec6, IPSECCTL_STATS, stats, CTLFLAG_RD,
/netbsd-6-1-5-RELEASE/sys/dev/pcmcia/
H A Dif_cnw.c1106 memcpy((void *)&(((struct cnwistats *)data)->stats),
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dr600_cp.c79 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE;
104 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE;
/netbsd-6-1-5-RELEASE/dist/ipf/
H A DHISTORY159 1988795 NetBSD doesn't build with kernel malloc stats
330 add hash table bucket stats display to ipnat -s
979 pool stats wrong: ippoolstate used where ipoolstat should be, hash table
1062 add some NAT stats and use def_nat_age rather than DEF_NAT_AGE
1428 fix SIOCZRLST (zero list rule stats) bug with groups
2106 print entire rule entries out for "ipf -z" when zero'ing per-rule stats.
2162 stats aren't zero'd properly with ipf -Z
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/h8300/
H A Dcompile.c85 memset (&cpu->stats, 0, sizeof (cpu->stats));
292 return sd -> stats[idx];
298 sd -> stats[idx] ++;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/dig/
H A Ddighost.c786 looknew->stats = ISC_TRUE;
860 looknew->stats = lookold->stats;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dssl.h840 } stats; member in struct:ssl_ctx_st

Completed in 352 milliseconds

1234567891011