Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDdmsg.h264 #define DMSGF_REVTRANS 0x08000000U /* opposite direction msgid */ macro
/dragonfly/sys/kern/
HDkern_dmsg.c810 if (msg->any.head.cmd & DMSGF_REVTRANS) { in kdmsg_state_msgrx()
1397 msg->any.head.cmd ^= (DMSGF_REVTRANS | DMSGF_REVCIRC); in kdmsg_state_abort()
1827 cmd |= DMSGF_REVTRANS; in kdmsg_msg_alloc()
/dragonfly/lib/libdmsg/
HDmsg.c363 cmd |= DMSGF_REVTRANS; in dmsg_msg_alloc_locked()
1781 msg->any.head.cmd ^= (DMSGF_REVTRANS | DMSGF_REVCIRC);
2163 if (msg->any.head.cmd & DMSGF_REVTRANS) {