Searched refs:DMSG_STATE_ROOT (Results 1 – 2 of 2) sorted by relevance
140 iocom->state0.flags = DMSG_STATE_ROOT; in dmsg_iocom_init()1446 if ((msg->state->flags & DMSG_STATE_ROOT) == 0) { in dmsg_iocom_flush2()1590 if ((state->flags & DMSG_STATE_ROOT) == 0) {1858 if ((state->flags & DMSG_STATE_ROOT) == 0) {1875 if ((state->flags & DMSG_STATE_ROOT) == 0) {1912 if ((state->flags & DMSG_STATE_ROOT) == 0) {1923 if ((state->flags & DMSG_STATE_ROOT) == 0) {1956 if ((state->flags & DMSG_STATE_ROOT) == 0) {1988 if ((state->flags & DMSG_STATE_ROOT) == 0) {2401 if ((msg->state->flags & DMSG_STATE_ROOT) == 0) {[all …]
202 #define DMSG_STATE_ROOT 0x8000 /* iocom->state0 */ macro