Searched refs:resstats (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/contrib/bind9/lib/dns/ |
| D | view.c | 153 view->resstats = NULL; in dns_view_create() 434 if (view->resstats != NULL) in destroy() 435 isc_stats_detach(&view->resstats); in destroy() 1767 REQUIRE(view->resstats == NULL); in dns_view_setresstats() 1769 isc_stats_attach(stats, &view->resstats); in dns_view_setresstats() 1777 if (view->resstats != NULL) in dns_view_getresstats() 1778 isc_stats_attach(view->resstats, statsp); in dns_view_getresstats()
|
| D | adb.c | 504 if (adb->view->resstats != NULL) in inc_stats() 505 isc_stats_increment(adb->view->resstats, counter); in inc_stats()
|
| D | resolver.c | 574 if (res->view->resstats != NULL) in inc_stats() 575 isc_stats_increment(res->view->resstats, counter); in inc_stats()
|
| /freebsd-9-stable/contrib/bind9/bin/named/ |
| D | statschannel.c | 1122 if (view->resstats != NULL) { in generatexml() 1123 result = dump_counters(view->resstats, in generatexml() 1349 if (view->resstats != NULL) { in generatexml() 1350 result = dump_counters(view->resstats, statsformat_xml, in generatexml() 1980 if (view->resstats == NULL) in ns_stats_dump() 1986 (void) dump_counters(view->resstats, statsformat_file, fp, NULL, in ns_stats_dump()
|
| D | server.c | 2133 isc_stats_t *resstats = NULL; in configure_view() local 2645 dns_view_getresstats(pview, &resstats); in configure_view() 2733 if (resstats == NULL) { in configure_view() 2734 CHECK(isc_stats_create(mctx, &resstats, in configure_view() 2737 dns_view_setresstats(view, resstats); in configure_view() 3535 if (resstats != NULL) in configure_view() 3536 isc_stats_detach(&resstats); in configure_view()
|
| /freebsd-9-stable/contrib/bind9/lib/dns/include/dns/ |
| D | view.h | 112 isc_stats_t * resstats; member
|