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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_CLListen.c95 if (qAddToEnd((struct qlink **)&sp->opb, (struct qlink *)clpb)) /* Add to list of listeners */
H A Dadsp_misc.c48 * These function replace the Mk68 assembly routines found in qAddToEnd.s and
56 * void qAddToEnd(void *qhead, void *qelem)
67 int qAddToEnd(qhead, qelem) function
97 DPRINTF("%s: qhead=%x added elem=%x\n","qAddToEnd", qhead, qelem);
H A Dadsp_Init.c86 qAddToEnd((struct qlink **)AT_ADSP_STREAMS, (struct qlink *)sp); /* Put on linked list of connections */
H A Dadsp_attention.c124 qAddToEnd((struct qlink **)&sp->sapb, (struct qlink *)pb); /* Just add to end of queue */
H A Dadsp_reset.c229 qAddToEnd((struct qlink **)&sp->frpb, (struct qlink *)rpb);
H A Dadsp_Read.c346 qAddToEnd((struct qlink **)&sp->rpb, (struct qlink *)pb); /* deliver data to user directly */
360 qAddToEnd((struct qlink **)&sp->rpb, (struct qlink *)pb); /* and queue it for later */
H A Dadsp_internal.h319 int qAddToEnd(struct qlink **qhead, struct qlink *qelem);
364 int qAddToEnd(struct qlink **, struct qlink *);
H A Dadsp_Close.c459 qAddToEnd((struct qlink **)&sp->opb, (struct qlink *)pb); /* and save it */

Completed in 27 milliseconds