Home
last modified time | relevance | path

Searched refs:loff (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_syscalls.c10537 off_t loff; in getdirentries_common() local
10593 loff = fp->fp_glob->fg_offset; in getdirentries_common()
10594 auio = uio_createwithbuffer(1, loff, spacetype, UIO_READ, &uio_buf[0], sizeof(uio_buf)); in getdirentries_common()
10632 *offset = loff; in getdirentries_common()
10834 off_t loff = 0; in getdirentriesattr() local
10904 loff = fp->fp_glob->fg_offset; in getdirentriesattr()
10905 auio = uio_createwithbuffer(1, loff, spacetype, UIO_READ, &uio_buf[0], sizeof(uio_buf)); in getdirentriesattr()
10976 if ((error = copyout((caddr_t) &loff, uap->basep, sizeof(loff)))) { in getdirentriesattr()