Searched refs:shutting_down (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dlwresd.h40 isc_boolean_t shutting_down; member in struct:ns_lwresd
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dmain.c20 int shutting_down; variable
620 if (NULL == xmt_q || shutting_down)
747 shutting_down = TRUE;
928 shutting_down = TRUE;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddispatch.c246 unsigned int shutting_down : 1, member in struct:dns_dispatch
700 if (disp->shutting_down == 0)
1292 if (disp->shutting_down) {
1603 disp->shutting_down = 1;
1711 if (disp->shutting_down == 1)
1773 disp->shutting_down = 1;
1787 disp->shutting_down = 1;
2478 if ((disp->shutting_down == 0)
2612 disp->shutting_down = 0;
3213 disp->shutting_down
[all...]
H A Dacache.c198 isc_boolean_t shutting_down; member in struct:dns_acache
302 INSIST(acache->shutting_down);
344 INSIST(acache->shutting_down);
1078 acache->shutting_down = ISC_FALSE;
1209 if (!acache->shutting_down) {
1215 acache->shutting_down = ISC_TRUE;
H A Dadb.c161 isc_boolean_t shutting_down; member in struct:dns_adb
1498 if (adb->shutting_down) {
2440 adb->shutting_down = ISC_FALSE;
2701 INSIST(adb->shutting_down);
2728 if (adb->shutting_down && zeroirefcnt &&
2756 if (!adb->shutting_down) {
2757 adb->shutting_down = ISC_TRUE;
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dlistener.c99 unsigned shutting_down : 1; member in struct:evconnlistener_iocp
768 if (! lev_iocp->shutting_down) {
769 lev_iocp->shutting_down = 1;
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlwresd.c320 lwresd->shutting_down = ISC_FALSE;

Completed in 190 milliseconds