Searched refs:reqCount (Results 1 - 3 of 3) 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);
86 if (pb->u.ioParams.reqCount == 0) {
111 /* Get the first (reqCount-actCount) bytes and tack them onto
115 if (cnt > (unsigned short)(pb->u.ioParams.reqCount - pb->u.ioParams.actCount)) {
116 cnt = pb->u.ioParams.reqCount - pb->u.ioParams.actCount;
147 if (eom || (pb->u.ioParams.actCount >= pb->u.ioParams.reqCount) ||
167 pb->u.ioParams.reqCount, pb->u.ioParams.actCount);
178 (" pb=0x%p, ioc=0x%p, reqCount
[all...]
H A Dadsp_Write.c78 cnt = pb->u.ioParams.reqCount - pb->u.ioParams.actCount;
121 if (pb->u.ioParams.actCount == pb->u.ioParams.reqCount) {
141 * --> reqCount requested number of bytes to write
H A Dadsp.h362 u_short reqCount; /* requested number of bytes */ member in struct:TRioParams

Completed in 19 milliseconds