KDMSG_STATE_DYING
if ((state->flags & KDMSG_STATE_DYING) == 0) {
state->flags |= KDMSG_STATE_DYING;
if ((state->flags & (KDMSG_STATE_ABORTING | KDMSG_STATE_DYING)) &&
state->flags |= pstate->flags & KDMSG_STATE_DYING;
if (state->flags & KDMSG_STATE_DYING) {
if ((state->flags & KDMSG_STATE_DYING) ||
(state->parent->flags & KDMSG_STATE_DYING)) {