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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_readwrite.c157 off_t bytesread; local
159 bytesread = start_resid - uio_resid(uio);
162 if ((fp->ff_bytesread + bytesread) > 0x00000000ffffffff) {
173 fp->ff_bytesread = bytesread;
177 fp->ff_bytesread += bytesread;
2927 int bytesread; local
2934 bytesread = fp->ff_size;
2936 bytesread = ap->a_size;
2939 if ((fp->ff_bytesread + bytesread) > 0x00000000ffffffff && cp->c_lockowner != current_thread()) {
2950 fp->ff_bytesread = bytesread;
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_nbp.c1086 int bytesread=0; /* #bytes read from tuple */ local
1096 while (bytesread < size) { /* for each new zone */
1135 bytesread += (pnew->len+1);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c5559 int bytesread; local
5585 bytesread = bufsize - uio_resid(auio);
5590 while (error == 0 && (char *)dep < ((char *)bufptr + bytesread)) {
5620 getdirentries_common(int fd, user_addr_t bufp, user_size_t bufsize, ssize_t *bytesread, argument
5710 *bytesread = bufsize - uio_resid(auio);
5722 ssize_t bytesread; local
5726 error = getdirentries_common(uap->fd, uap->buf, uap->count, &bytesread, &offset, 0);
5731 *retval = bytesread;
5740 ssize_t bytesread; local
5744 error = getdirentries_common(uap->fd, uap->buf, uap->bufsize, &bytesread,
[all...]

Completed in 62 milliseconds