Lines Matching refs:SHUTDOWN
1020 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 msg */
1274 if (mp->flags & SHUTDOWN) {
1281 mp->flags = SHUTDOWN;
1285 DPRINT2(3, "logmsg(%u): pending SHUTDOWN %d\n",
1292 if ((mp->flags & SHUTDOWN) || (mp->flags & FLUSHMSG)) {
1295 if ((mp->flags & SHUTDOWN) &&
1301 "arrived SHUTDOWN. pending %d\n",
1326 if (mp->flags & SHUTDOWN) {
1342 * have been freed before SHUTDOWN test below.
1351 if (flags & SHUTDOWN) {
1483 if (mp->flags & SHUTDOWN) {
5022 DPRINT2(3, "reconfigure(%u): %.15s: sending SHUTDOWN\n",