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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c227 off_t bytesread; local
229 bytesread = start_resid - uio_resid(uio);
232 if ((fp->ff_bytesread + bytesread) > 0x00000000ffffffff) {
243 fp->ff_bytesread = bytesread;
247 fp->ff_bytesread += bytesread;
3935 int bytesread; local
3939 bytesread = fp->ff_size;
3941 bytesread = xsize;
3944 if ((fp->ff_bytesread + bytesread) > 0x00000000ffffffff && cp->c_lockowner != current_thread()) {
3955 fp->ff_bytesread = bytesread;
[all...]
/darwin-on-arm/xnu/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);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c6847 int bytesread; local
6876 bytesread = bufsize - uio_resid(auio);
6881 while (error == 0 && (char *)dep < ((char *)bufptr + bytesread)) {
6911 getdirentries_common(int fd, user_addr_t bufp, user_size_t bufsize, ssize_t *bytesread, argument
7001 *bytesread = bufsize - uio_resid(auio);
7012 ssize_t bytesread; local
7016 error = getdirentries_common(uap->fd, uap->buf, uap->count, &bytesread, &offset, 0);
7026 *retval = bytesread;
7035 ssize_t bytesread; local
7039 error = getdirentries_common(uap->fd, uap->buf, uap->bufsize, &bytesread,
[all...]

Completed in 41 milliseconds