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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_misc.c68 struct qlink **qhead;
69 struct qlink *qelem;
75 register struct qlink *q;
94 qelem->qlinkp = (struct qlink *) 0;
H A Dadsp_CLListen.c95 if (qAddToEnd((struct qlink **)&sp->opb, (struct qlink *)clpb)) /* Add to list of listeners */
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_internal.h319 int qAddToEnd(struct qlink **qhead, struct qlink *qelem);
360 struct qlink { struct
361 struct qlink *qlinkp;
364 int qAddToEnd(struct qlink **, struct qlink *);
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_Close.c459 qAddToEnd((struct qlink **)&sp->opb, (struct qlink *)pb); /* and save it */
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c329 queue_head_t qlink;
336 queue_head_t qlink;
345 down the qlink onto the hashed entries. Code that is looking up a specific pv entry first
352 queue_head_t qlink; member in struct:pv_rooted_entry
362 queue_head_t qlink; member in struct:pv_hashed_entry
410 pv_hashed_free_list = (pv_hashed_entry_t)pvh_e->qlink.next; \
421 pvh_et->qlink.next = (queue_entry_t)pv_hashed_free_list; \
430 pv_hashed_kern_free_list = (pv_hashed_entry_t)pvh_e->qlink.next; \
441 pvh_et->qlink.next = (queue_entry_t)pv_hashed_kern_free_list; \
1460 queue_init(&pv_e->qlink);
[all...]

Completed in 45 milliseconds