Lines Matching defs:pend
162 register BytesReadable_t pend;
168 pend = pend_not_register;
174 if (pend < SIZEOF(fsEvent))
175 pend = SIZEOF(fsEvent);
178 if (pend > BUFSIZE)
179 pend = BUFSIZE;
182 pend = (pend / SIZEOF(fsEvent)) * SIZEOF(fsEvent);
184 _FSRead(svr, buf, pend);
187 STARTITERATE(ev, fsEvent, buf, (pend > 0),
188 (pend -= SIZEOF(fsEvent))) {