Home
last modified time | relevance | path

Searched refs:DMSGF_REVCIRC (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
HDdmsg.h265 #define DMSGF_REVCIRC 0x04000000U /* opposite direction circuit */ macro
/dragonfly/sys/kern/
HDkern_dmsg.c871 if (msg->any.head.cmd & DMSGF_REVCIRC) { in kdmsg_state_msgrx()
1397 msg->any.head.cmd ^= (DMSGF_REVTRANS | DMSGF_REVCIRC); in kdmsg_state_abort()
1829 cmd |= DMSGF_REVCIRC; in kdmsg_msg_alloc()
/dragonfly/lib/libdmsg/
HDmsg.c365 cmd |= DMSGF_REVCIRC; in dmsg_msg_alloc_locked()
1781 msg->any.head.cmd ^= (DMSGF_REVTRANS | DMSGF_REVCIRC);
2116 if (msg->any.head.cmd & DMSGF_REVCIRC) {