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

/netbsd-current/sys/sys/
H A Dkernel.h57 extern int shutting_down; /* system is shutting down */
/netbsd-current/sys/kern/
H A Dkern_reboot.c67 shutting_down = 1;
H A Dkern_todr.c334 if (shutting_down) {
H A Dinit_main.c245 int shutting_down __read_mostly; /* system is shutting down */
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddispatch.c216 unsigned int shutting_down : 1, shutdown_out : 1, connected : 1, member in struct:dns_dispatch
508 if (disp->shutting_down == 0) {
1081 if (disp->shutting_down) {
1398 disp->shutting_down = 1;
1507 if (disp->shutting_down == 1) {
1571 disp->shutting_down = 1;
1585 disp->shutting_down = 1;
2091 if ((disp->shutting_down == 0) &&
2202 disp->shutting_down = 0;
2419 if ((disp->shutting_down
[all...]
H A Dadb.c152 bool shutting_down; member in struct:dns_adb
1609 if (adb->shutting_down) {
2595 adb->shutting_down = false;
2810 INSIST(adb->shutting_down);
2837 if (adb->shutting_down && zeroirefcnt &&
2866 INSIST(adb->shutting_down);
2886 if (!adb->shutting_down) {
2887 adb->shutting_down = true;
/netbsd-current/external/bsd/ntp/dist/sntp/
H A Dmain.c26 int shutting_down; variable
628 if (NULL == xmt_q || shutting_down)
755 shutting_down = TRUE;
936 shutting_down = TRUE;
/netbsd-current/sys/rump/librump/rumpkern/
H A Demul.c69 int shutting_down; variable
/netbsd-current/sys/dev/i2c/
H A Di2c_exec.c62 return flags | ((cold || shutting_down) ? I2C_F_POLL : 0);
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dlistener.c101 unsigned shutting_down : 1; member in struct:evconnlistener_iocp
770 if (! lev_iocp->shutting_down) {
771 lev_iocp->shutting_down = 1;
/netbsd-current/external/bsd/libevent/dist/
H A Dlistener.c103 unsigned shutting_down : 1; member in struct:evconnlistener_iocp
781 if (! lev_iocp->shutting_down) {
782 lev_iocp->shutting_down = 1;
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dadb.c153 atomic_bool shutting_down; member in struct:dns_adb
1595 if (atomic_load(&adb->shutting_down)) {
2585 atomic_init(&adb->shutting_down, false);
2805 INSIST(atomic_load(&adb->shutting_down));
2832 if (atomic_load(&adb->shutting_down) && zeroirefcnt &&
2861 INSIST(atomic_load(&adb->shutting_down));
2881 if (atomic_compare_exchange_strong(&adb->shutting_down,
2934 if (atomic_load(&adb->shutting_down)) {

Completed in 302 milliseconds