Searched refs:MSG_INCOMPLETE (Results 1 – 1 of 1) sorted by relevance
89 #define MSG_INCOMPLETE 0x8000 /* ored to Size until queueCompleteMsg */ macro92 #define queueCompleteMsg(p) do { ((MSG_HEAD *)p - 1)->Size &= ~MSG_INCOMPLETE; } while (0)142 Msg->Size = size | MSG_INCOMPLETE; in queueAllocMsg()155 word size = ((MSG_HEAD *)Q->Head)->Size & ~MSG_INCOMPLETE; in queueFreeMsg()178 (Msg->Size & MSG_INCOMPLETE)) { in queuePeekMsg()