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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Read.c83 (" pb=0x%p, gref=0x%p, ioc=0x%p, reqCount=%d (have data)\n",
84 pb, pb->gref, pb->ioc, pb->u.ioParams.reqCount));
85 KERNEL_DEBUG(DBG_ADSP_READ, 1, pb, pb->gref, pb->ioc, pb->u.ioParams.reqCount);
89 if (pb->ioc) {
90 KERNEL_DEBUG(DBG_ADSP_READ, 2, pb, pb->gref, pb->ioc, 0);
91 adspioc_ack(0, (gbuf_t *)pb->ioc, pb->gref);
155 if (pb->ioc) { /* data to be delivered at the time of the */
159 adspioc_ack(0, (gbuf_t *)pb->ioc, pb->gref);
160 dPrintf(D_M_ADSP, D_L_TRACE, (" (pb->ioc) mp=%p\n", mp));
166 KERNEL_DEBUG(DBG_ADSP_READ, 0x0B, pb, pb->ioc,
[all...]
H A Dadsp_CLListen.c91 adspioc_ack(0, (gbuf_t *)pb->ioc, pb->gref); /* release user ioctl block */
93 clpb->ioc = 0;
H A Dadsp_reset.c107 pb->ioc = 0;
224 adspioc_ack(0, (gbuf_t *)pb->ioc, pb->gref); /* release user */
226 rpb->ioc = 0; /* unlink copy */
234 adspioc_ack(0, (gbuf_t *)pb->ioc, pb->gref);
H A Dadsp_Close.c182 if (pb->ioc) /* is this a current or queued request */
183 adspioc_ack(0, (gbuf_t *)pb->ioc, pb->gref); /* current */
415 adspioc_ack(0, (gbuf_t *)pb->ioc, pb->gref);
421 adspioc_ack(0, (gbuf_t *)pb->ioc, pb->gref);
455 adspioc_ack(0, (gbuf_t *)pb->ioc, pb->gref); /* release user */
457 pb->ioc = 0;
462 adspioc_ack(0, (gbuf_t *)pb->ioc, pb->gref); /* release user, and keep no copy
501 pb->ioc = 0;
H A Dadsp_NewCID.c87 adspioc_ack(0, (gbuf_t *)pb->ioc, pb->gref);
H A Dadsp_CLDeny.c96 adspioc_ack(0, (gbuf_t *)pb->ioc, pb->gref);
H A Dadsp_Options.c100 adspioc_ack(0, (gbuf_t *)pb->ioc, pb->gref);
H A Dadsp_Status.c152 adspioc_ack(0, (gbuf_t *)pb->ioc, pb->gref);
H A Dadsp_Open.c267 adspioc_ack(0, (gbuf_t *)pb->ioc, pb->gref);
279 adspioc_ack(0, (gbuf_t *)pb->ioc, pb->gref); /* release user */
281 sp->opb->ioc = 0; /* unlink saved pb from ioctl block */
H A Dsys_glue.c452 ioc_t *ioc; local
467 /* copy in ioc command info */
492 /* allocate a buffer to create an ioc command
493 first mbuf contains ioc command */
499 /* create the ioc command
519 ioc = (ioc_t *) gbuf_rptr(m);
520 ioc->ioc_cmd = user_ioccmd.ic_cmd;
521 ioc->ioc_count = user_ioccmd.ic_len;
522 ioc->ioc_error = 0;
523 ioc
[all...]
H A Dadsp.c141 ap->ioc = 0;
168 ap->ioc = (caddr_t) mp;
H A Dadsp_RxData.c340 if ((sp->rpb)->ioc == (caddr_t)mp) {
342 ("RXData: (pb->ioc == mp) no stored data\n"));
H A Dadsp.h441 caddr_t ioc; member in struct:adspcmd

Completed in 40 milliseconds