Searched refs:MSG_HEAD (Results 1 – 1 of 1) sorted by relevance
87 typedef struct MSG_HEAD { struct90 } MSG_HEAD; typedef92 #define queueCompleteMsg(p) do { ((MSG_HEAD *)p - 1)->Size &= ~MSG_INCOMPLETE; } while (0)95 ((sizeof(MSG_HEAD) + size + sizeof(dword) - 1) & ~(sizeof(dword) - 1))114 MSG_HEAD *Msg; in queueAllocMsg()140 Msg = (MSG_HEAD *)Q->Tail; in queueAllocMsg()155 word size = ((MSG_HEAD *)Q->Head)->Size & ~MSG_INCOMPLETE; in queueFreeMsg()175 MSG_HEAD *Msg = (MSG_HEAD *)Q->Head; in queuePeekMsg()