Symbol: off32_t
usr/src/uts/common/fs/proc/prioctl.c
3523
mp->pr_off = (off32_t)SEGOP_GETOFFSET(seg, saddr);
usr/src/uts/common/os/grow.c
893
smmap32(caddr32_t addr, size32_t len, int prot, int flags, int fd, off32_t pos)
usr/src/uts/common/os/sysent.c
100
off32_t lseek32(int32_t, off32_t, int32_t);
usr/src/uts/common/os/sysent.c
199
caddr_t smmap32(caddr32_t, size32_t, int, int, int, off32_t);
usr/src/uts/common/os/sysent.c
768
extern ssize_t pread32(int32_t, caddr32_t, size32_t, off32_t);
usr/src/uts/common/os/sysent.c
769
extern ssize_t pwrite32(int32_t, caddr32_t, size32_t, off32_t);
usr/src/uts/common/sys/dirent.h
57
off32_t d_off; /* offset of disk directory entry */
usr/src/uts/common/sys/fcntl.h
264
off32_t l_start;
usr/src/uts/common/sys/fcntl.h
265
off32_t l_len; /* len == 0 means until end of file */
usr/src/uts/common/sys/procfs.h
924
off32_t pio_offset; /* virtual address in target process */
usr/src/uts/common/sys/sendfile.h
73
off32_t sfv_off;
usr/src/uts/common/sys/stat.h
360
off32_t st_size;
usr/src/uts/common/sys/swap.h
90
off32_t sr_start; /* starting offset of the swapping resource */
usr/src/uts/common/sys/swap.h
91
off32_t sr_length; /* length of the swap area */
usr/src/uts/common/sys/swap.h
96
off32_t ste_start; /* starting block for swapping */
usr/src/uts/common/sys/swap.h
97
off32_t ste_length; /* length of swap area */
usr/src/uts/common/syscall/fcntl.c
519
sbf32.l_start = (off32_t)bf.l_start;
usr/src/uts/common/syscall/fcntl.c
520
sbf32.l_len = (off32_t)bf.l_len;
usr/src/uts/common/syscall/getdents.c
152
op->d_off = (off32_t)dp->d_off;
usr/src/uts/common/syscall/lseek.c
203
off32_t
usr/src/uts/common/syscall/lseek.c
204
lseek32(int32_t fdes, off32_t off, int32_t stype)
usr/src/uts/common/syscall/lseek.c
211
return ((off32_t)set_errno(EBADF));
usr/src/uts/common/syscall/lseek.c
234
return ((off32_t)retoff);
usr/src/uts/common/syscall/lseek.c
235
return ((off32_t)set_errno(error));
usr/src/uts/common/syscall/rw.c
1702
pread32(int32_t fdes, caddr32_t cbuf, size32_t count, off32_t offset)
usr/src/uts/common/syscall/rw.c
1710
pwrite32(int32_t fdes, caddr32_t cbuf, size32_t count, off32_t offset)
usr/src/uts/common/syscall/stat.c
362
sb.st_size = (off32_t)vattr.va_size;
usr/src/uts/intel/sys/old_procfs.h
571
off32_t pr_off; /* Offset into mapped object, if any */
usr/src/uts/intel/sys/old_procfs.h
619
off32_t pr_off; /* offset into mapped object, if any */
usr/src/uts/sparc/sys/old_procfs.h
570
off32_t pr_off; /* Offset into mapped object, if any */
usr/src/uts/sparc/sys/old_procfs.h
618
off32_t pr_off; /* offset into mapped object, if any */