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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c5628 off_t loff; local
5667 loff = fp->f_fglob->fg_offset;
5668 auio = uio_createwithbuffer(1, loff, spacetype, UIO_READ, &uio_buf[0], sizeof(uio_buf));
5707 *offset = loff;
5721 long loff; local
5729 loff = (long)offset;
5730 error = copyout((caddr_t)&loff, uap->basep, sizeof(long));
5930 uint32_t loff; local
5984 loff = fp->f_fglob->fg_offset;
5985 auio = uio_createwithbuffer(1, loff, spacetyp
[all...]

Completed in 20 milliseconds