Searched refs:actCount (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Write.c78 cnt = pb->u.ioParams.reqCount - pb->u.ioParams.actCount;
119 pb->u.ioParams.actCount += cnt; /* Update count field in param blk */
121 if (pb->u.ioParams.actCount == pb->u.ioParams.reqCount) {
146 * <-- actCount actual number of bytes written
170 pb->u.ioParams.actCount = 0; /* Set # of bytes so far to zero */
H A Dadsp_Read.c111 /* 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;
130 pb->u.ioParams.actCount += cnt;
147 if (eom || (pb->u.ioParams.actCount >= pb->u.ioParams.reqCount) ||
165 (" (data) size req=%d\n", pb->u.ioParams.actCount));
167 pb->u.ioParams.reqCount, pb->u.ioParams.actCount);
170 pb->u.ioParams.actCount, sp->delay);
181 pb->u.ioParams.reqCount, pb->u.ioParams.actCount);
187 pb->u.ioParams.actCount
[all...]
H A Dadsp.h363 u_short actCount; /* actual number of bytes */ member in struct:TRioParams

Completed in 74 milliseconds