Searched refs:MSG_QUEUE (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddebug.c76 typedef struct MSG_QUEUE { struct
84 } MSG_QUEUE; typedef in typeref:struct:MSG_QUEUE
96 static void queueInit (MSG_QUEUE *Q, byte *Buffer, dword sizeBuffer) {
104 static byte *queueAllocMsg (MSG_QUEUE *Q, word size) {
151 static void queueFreeMsg (MSG_QUEUE *Q) {
169 static byte *queuePeekMsg (MSG_QUEUE *Q, word *size) {
188 static MSG_QUEUE* dbg_queue;
240 dbg_queue = (MSG_QUEUE*)base;
241 queueInit (dbg_queue, base + sizeof(MSG_QUEUE), length - sizeof(MSG_QUEUE)
[all...]

Completed in 44 milliseconds