Searched defs:shutting_down (Results 1 - 4 of 4) 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;
159 if (shutting_down)
209 shutting_down = B_FALSE;
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dmain.c58 boolean_t shutting_down = B_FALSE; variable
138 while (!shutting_down) {
301 shutting_down = B_TRUE;
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.h230 boolean_t shutting_down; /* on the way down ? */ member in struct:ns_conn_mgmt
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c248 static int shutting_down; variable
651 if (shutting_down) {
774 if (!shutting_down) {
823 if (shutting_down) {
845 if (!shutting_down) {
852 if (!shutting_down) {
859 if (shutting_down) {
4877 shutting_down = 1;

Completed in 57 milliseconds