Searched refs:MSG_QUEUE (Results 1 – 1 of 1) sorted by relevance
77 typedef struct MSG_QUEUE { struct85 } MSG_QUEUE; typedef97 static void queueInit(MSG_QUEUE *Q, byte *Buffer, dword sizeBuffer) { in queueInit()105 static byte *queueAllocMsg(MSG_QUEUE *Q, word size) { in queueAllocMsg()152 static void queueFreeMsg(MSG_QUEUE *Q) { in queueFreeMsg()170 static byte *queuePeekMsg(MSG_QUEUE *Q, word *size) { in queuePeekMsg()189 static MSG_QUEUE *dbg_queue;237 dbg_queue = (MSG_QUEUE *)base; in diva_maint_init()238 queueInit(dbg_queue, base + sizeof(MSG_QUEUE), length - sizeof(MSG_QUEUE) - 512); in diva_maint_init()