Home
last modified time | relevance | path

Searched refs:zmgr_resume_xfrs (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/bind9/lib/dns/
Dzone.c753 static void zmgr_resume_xfrs(dns_zonemgr_t *zmgr, isc_boolean_t multi);
11630 zmgr_resume_xfrs(zone->zmgr, ISC_FALSE); in zone_shutdown()
14188 zmgr_resume_xfrs(zone->zmgr, ISC_FALSE); in zone_xfrdone()
15056 zmgr_resume_xfrs(zmgr, ISC_TRUE); in dns_zonemgr_forcemaint()
15067 zmgr_resume_xfrs(zmgr, ISC_TRUE); in dns_zonemgr_resumexfrs()
15260 zmgr_resume_xfrs(dns_zonemgr_t *zmgr, isc_boolean_t multi) { in zmgr_resume_xfrs() function
/freebsd-9-stable/contrib/bind9/
DCHANGES8408 1435. [bug] zmgr_resume_xfrs() was being called read locked
8409 rather than write locked. zmgr_resume_xfrs()