Searched refs:SHUTDOWN (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/zoneadm/
H A Dsvc-zones107 SHUTDOWN=0
114 SHUTDOWN=1
117 [ $SHUTDOWN -eq 1 ] && echo "."
/illumos-gate/usr/src/cmd/power/
H A Dsys-suspend.c98 #define SHUTDOWN 0x008 macro
619 flags |= SHUTDOWN;
666 if ((flags & SHUTDOWN) && (flags & FORCE))
681 if ((flags & (FORCE|SHUTDOWN)) &&
687 if (!(flags & SHUTDOWN) &&
698 if (flags & SHUTDOWN) {
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h145 #define SHUTDOWN 0x200 /* internal shutdown message */ macro
H A Dsyslogd.c1020 mp->flags = SHUTDOWN;
1228 * SHUTDOWN, use that message before picking from the
1243 * up when it receives the SHUTDOWN msg, and will sleep until
1245 * long, logmsg() may not receive SHUTDOWN before reconfigure()
1249 * logmsg() needs to respond to the SHUTDOWN message within
1258 * SHUTDOWN message, and dispatch it to the various logit
1260 * ignore the real SHUTDOWN which will arrive later, we keep a
1261 * counter (skip_shutdown) and decrement it when the SHUTDOWN
1265 (mp->flags & SHUTDOWN) == 0) {
1271 /* create a fake SHUTDOWN ms
[all...]

Completed in 100 milliseconds