Searched refs:loff (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/bsd/vfs/ |
| H A D | vfs_syscalls.c | 10304 off_t loff; in getdirentries_common() local 10360 loff = fp->fp_glob->fg_offset; in getdirentries_common() 10361 auio = uio_createwithbuffer(1, loff, spacetype, UIO_READ, &uio_buf[0], sizeof(uio_buf)); in getdirentries_common() 10399 *offset = loff; in getdirentries_common() 10601 off_t loff = 0; in getdirentriesattr() local 10671 loff = fp->fp_glob->fg_offset; in getdirentriesattr() 10672 auio = uio_createwithbuffer(1, loff, spacetype, UIO_READ, &uio_buf[0], sizeof(uio_buf)); in getdirentriesattr() 10743 if ((error = copyout((caddr_t) &loff, uap->basep, sizeof(loff)))) { in getdirentriesattr()
|