Searched defs:CqCharBuff (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dchrqueue.c61 typedef struct CqCharBuff CqCharBuff; typedef in typeref:struct:CqCharBuff
62 struct CqCharBuff { struct
63 CqCharBuff *next; /* The next node in the list of buffers */
73 FreeList *bufmem; /* A free-list of CqCharBuff structures */
75 CqCharBuff *head; /* The head of the list of output buffers */
76 CqCharBuff *tail; /* The tail of the list of output buffers */
120 * Allocate the freelist of CqCharBuff structures.
122 cq->bufmem = _new_FreeList(sizeof(CqCharBuff), 1);
222 CqCharBuff *nod
[all...]

Completed in 274 milliseconds