off_t 352 kern/dev/lamebus/emu.c emu_getsize(struct emu_softc *sc, uint32_t handle, off_t *retval)
off_t 374 kern/dev/lamebus/emu.c emu_trunc(struct emu_softc *sc, uint32_t handle, off_t len)
off_t 689 kern/dev/lamebus/emu.c emufs_tryseek(struct vnode *v, off_t pos)
off_t 717 kern/dev/lamebus/emu.c emufs_truncate(struct vnode *v, off_t len)
off_t 857 kern/dev/lamebus/emu.c emufs_dir_tryseek(struct vnode *v, off_t pos)
off_t 1064 kern/dev/lamebus/emu.c emufs_truncate_isdir(struct vnode *v, off_t len)
off_t 390 kern/fs/sfs/sfs_vnode.c off_t saveoff;
off_t 391 kern/fs/sfs/sfs_vnode.c off_t diskoff;
off_t 392 kern/fs/sfs/sfs_vnode.c off_t saveres;
off_t 393 kern/fs/sfs/sfs_vnode.c off_t diskres;
off_t 461 kern/fs/sfs/sfs_vnode.c off_t size = sv->sv_i.sfi_size;
off_t 462 kern/fs/sfs/sfs_vnode.c off_t endpos = uio->uio_offset + uio->uio_resid;
off_t 532 kern/fs/sfs/sfs_vnode.c uio->uio_offset > (off_t)sv->sv_i.sfi_size) {
off_t 558 kern/fs/sfs/sfs_vnode.c off_t actualpos;
off_t 592 kern/fs/sfs/sfs_vnode.c off_t actualpos;
off_t 626 kern/fs/sfs/sfs_vnode.c off_t size;
off_t 1082 kern/fs/sfs/sfs_vnode.c sfs_tryseek(struct vnode *v, off_t pos)
off_t 1128 kern/fs/sfs/sfs_vnode.c sfs_truncate(struct vnode *v, off_t len)
off_t 92 kern/include/kern/fcntl.h off_t l_start; /* place in file */
off_t 95 kern/include/kern/fcntl.h off_t l_len; /* length of locked region */
off_t 44 kern/include/kern/stat.h off_t st_size; /* file size in bytes */
off_t 80 kern/include/sfs.h uio_kinit(iov, uio, ptr, SFS_BLOCKSIZE, ((off_t)(block))*SFS_BLOCKSIZE, rw)
off_t 58 kern/include/uio.h off_t uio_offset; /* Desired offset into object */
off_t 120 kern/include/uio.h void *kbuf, size_t len, off_t pos, enum uio_rw rw);
off_t 210 kern/include/vnode.h int (*vop_tryseek)(struct vnode *object, off_t pos);
off_t 213 kern/include/vnode.h int (*vop_truncate)(struct vnode *file, off_t len);
off_t 154 kern/lib/uio.c void *kbuf, size_t len, off_t pos, enum uio_rw rw)
off_t 80 kern/syscall/loadelf.c off_t offset, vaddr_t vaddr,
off_t 221 kern/syscall/loadelf.c off_t offset = eh.e_phoff + i*eh.e_phentsize;
off_t 266 kern/syscall/loadelf.c off_t offset = eh.e_phoff + i*eh.e_phentsize;
off_t 142 kern/test/fstest.c off_t pos=0;
off_t 588 kern/test/fstest.c off_t rpos=0, wpos=0;
off_t 204 kern/vfs/device.c dev_tryseek(struct vnode *v, off_t pos)
off_t 260 kern/vfs/device.c dev_truncate(struct vnode *v, off_t len)
off_t 267 kern/vfs/device.c if (d->d_blocks > 0 && (off_t)(d->d_blocks*d->d_blocksize) == len) {
off_t 139 user/include/unistd.h off_t lseek(int filehandle, off_t pos, int code);
off_t 141 user/include/unistd.h int ftruncate(int filehandle, off_t size);
off_t 191 user/testbin/badcall/bad_lseek.c off_t pos;
off_t 224 user/testbin/badcall/bad_lseek.c if (pos != (off_t) strlen(message)) {
off_t 62 user/testbin/dirseek/dirseek.c off_t pos;
off_t 132 user/testbin/dirseek/dirseek.c off_t pos;
off_t 198 user/testbin/dirseek/dirseek.c off_t pos;
off_t 217 user/testbin/dirseek/dirseek.c off_t pos;
off_t 258 user/testbin/dirseek/dirseek.c off_t pos;
off_t 327 user/testbin/dirseek/dirseek.c off_t pos;
off_t 364 user/testbin/dirseek/dirseek.c off_t pos, pos2, eof;
off_t 72 user/testbin/psort/psort.c static off_t correctsize;
off_t 270 user/testbin/psort/psort.c off_t
off_t 361 user/testbin/psort/psort.c dolseek(const char *name, int fd, off_t offset, int whence)
off_t 469 user/testbin/psort/psort.c off_t offset;
off_t 671 user/testbin/psort/psort.c off_t binsize;
off_t 681 user/testbin/psort/psort.c if (binsize > (off_t) sizeof(workspace)) {
off_t 783 user/testbin/psort/psort.c off_t mypos;
off_t 814 user/testbin/psort/psort.c off_t totsize;
off_t 834 user/testbin/psort/psort.c off_t totsize;
off_t 915 user/testbin/psort/psort.c off_t totvsize, correctvsize;
off_t 918 user/testbin/psort/psort.c correctvsize = (off_t) numprocs*2*sizeof(int);
off_t 1146 user/testbin/psort/psort.c correctsize = (off_t) (numkeys*sizeof(int));
off_t 34 user/testbin/randcall/extern.h off_t randoff(void);
off_t 96 user/testbin/randcall/main.c off_t
off_t 99 user/testbin/randcall/main.c off_t x;
off_t 52 user/testbin/tail/tail.c tail(int file, off_t where, const char *filename)