Home
last modified time | relevance | path

Searched refs:shutting_down (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Dmain.c55 boolean_t shutting_down; variable
154 shutting_down = B_TRUE; in sighandler()
159 if (shutting_down) in sighandler()
209 shutting_down = B_FALSE; in main()
H A Dglobal.h79 extern boolean_t shutting_down;
H A Devents.c604 while (!shutting_down) { in event_loop()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Devents.c671 if (shutting_down && event_msg->nwe_type != NWAM_EVENT_TYPE_SHUTDOWN) { in nwamd_event_send()
702 if (shutting_down && event->event_type != NWAM_EVENT_TYPE_OBJECT_FINI) { in nwamd_event_run_method()
810 if (!shutting_down) { in nwamd_event_handler()
816 if (!shutting_down) in nwamd_event_handler()
820 if (!shutting_down) in nwamd_event_handler()
824 if (!shutting_down) { in nwamd_event_handler()
844 if (!shutting_down && check_conditions) { in nwamd_event_handler()
849 if (!shutting_down && ncu_check) { in nwamd_event_handler()
H A Dmain.c58 boolean_t shutting_down = B_FALSE; variable
138 while (!shutting_down) { in sighandler()
301 shutting_down = B_TRUE; in graceful_shutdown()
H A Dutil.h69 extern boolean_t shutting_down;
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Devents.c100 static boolean_t shutting_down = B_FALSE; variable
118 shutting_down = B_TRUE; in libdiskmgt_fini()
511 if (shutting_down) { in walker()
523 if (shutting_down) { in walker()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.h229 boolean_t shutting_down; /* on the way down ? */ member
H A Dns_connmgmt.c107 if ((cmg)->shutting_down == B_TRUE) \
593 cmg->shutting_down = B_TRUE; in mark_shutdown_or_reloaded()
1243 if (cmg->shutting_down == B_FALSE) in check_and_close_conn()
1251 if (cmg->shutting_down == B_FALSE) in check_and_close_conn()
1834 if (cmg->shutting_down == B_FALSE) in close_conn_mt()
1898 if (cmg->shutting_down == B_FALSE) in __s_api_conn_mt_close()
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c246 static int shutting_down; variable
649 if (shutting_down) { in sys_poll()
772 if (!shutting_down) { in getkmsg()
819 if (shutting_down) { in net_poll()
841 if (!shutting_down) { in net_poll()
848 if (!shutting_down) { in net_poll()
855 if (shutting_down) { in net_poll()
4862 shutting_down = 1; in shutdown_input()