Searched refs:MSG_QUEUE (Results 1 – 1 of 1) sorted by relevance
76 typedef struct MSG_QUEUE { struct84 } MSG_QUEUE; argument96 static void queueInit(MSG_QUEUE *Q, byte *Buffer, dword sizeBuffer) { in queueInit()104 static byte *queueAllocMsg(MSG_QUEUE *Q, word size) { in queueAllocMsg()151 static void queueFreeMsg(MSG_QUEUE *Q) { in queueFreeMsg()169 static byte *queuePeekMsg(MSG_QUEUE *Q, word *size) { in queuePeekMsg()188 static MSG_QUEUE *dbg_queue;240 dbg_queue = (MSG_QUEUE *)base; in diva_maint_init()241 queueInit(dbg_queue, base + sizeof(MSG_QUEUE), length - sizeof(MSG_QUEUE) - 512); in diva_maint_init()