HomeSort by relevance Sort by last modified time
    Searched refs:off64_t (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/
fmd_log.h 54 off64_t log_toc; /* offset of table of contents */
55 off64_t log_beg; /* offset of first data record */
56 off64_t log_off; /* offset at which to append */
57 off64_t log_skip; /* offset to skip to for replay */
fmd_event.h 56 off64_t ev_off; /* event log offset (or zero) */
91 nvlist_t *, void *, struct fmd_log *, off64_t, size_t);
  /onnv/onnv-gate/usr/src/lib/libaio/common/
llib-laio 39 int aioread64(int fd, caddr_t buf, int bufsz, off64_t offset, int whence,
41 int aiowrite64(int fd, caddr_t buf, int bufsz, off64_t offset, int whence,
  /onnv/onnv-gate/usr/src/lib/libc/port/stdio/
ftello.c 60 off64_t
64 off64_t tres;
80 return ((off64_t)EOF);
84 tres += (off64_t)adjust;
_endopen.c 113 if (lseek64(fd, (off64_t)0, SEEK_END) < (off64_t)0) {
fseeko.c 57 fseeko64(FILE *iop, off64_t offset, int ptrname)
59 off64_t p;
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
posix_fadvise.c 77 posix_fadvise64(int fd, off64_t offset, off64_t len, int advice)
seekdir.c 86 seekdir64(DIR *dirp, off64_t loc)
90 off64_t off = 0;
101 dp64->d_off = (off64_t)dp32->d_off;
124 seekdir64(dirp, (off64_t)(uint32_t)loc);
tell.c 52 off64_t
telldir.c 78 off64_t
83 off64_t off = 0;
95 dp64->d_off = (off64_t)dp32->d_off;
108 off64_t off;
getlogin.c 64 off64_t me;
72 if ((me = (off64_t)ttyslot()) < 0)
posix_fallocate.c 83 posix_fallocate64(int fd, off64_t offset, off64_t len)
  /onnv/onnv-gate/usr/src/uts/common/sys/
asynch.h 69 extern int aioread64(int, caddr_t, int, off64_t, int, aio_result_t *);
70 extern int aiowrite64(int, caddr_t, int, off64_t, int, aio_result_t *);
extdirent.h 48 off64_t ed_off; /* offset of disk directory entry */
sendfile.h 61 off64_t sfv_off;
90 off64_t sfv_off;
138 extern ssize_t sendfile64(int, int, off64_t *, size_t);
fcntl.h 234 off64_t l_start;
235 off64_t l_len; /* len == 0 means until end of file */
252 off64_t l_start;
253 off64_t l_len; /* len == 0 means until end of file */
268 off64_t l_start;
269 off64_t l_len; /* len == 0 means until end of file */
aiocb.h 68 off64_t aio_offset; /* file offset */
86 off64_t aio_offset; /* file offset */
  /onnv/onnv-gate/usr/src/lib/libfstyp/common/
libfstyp_module.h 49 int fstyp_mod_init(int fd, off64_t offset, fstyp_mod_handle_t *handle);
  /onnv/onnv-gate/usr/src/ucbhead/sys/
file.h 168 extern off64_t lseek64(int, off64_t, int);
170 extern off64_t llseek64();
  /onnv/onnv-gate/usr/src/ucbhead/
unistd.h 170 extern off64_t lseek64(int, off64_t, int);
172 extern off64_t lseek64();
  /onnv/onnv-gate/usr/src/uts/common/io/mms/dda/
dda.h 117 off64_t dda_offset; /* data file offset */
161 off64_t dda_early_warn; /* early warning */
168 off64_t dda_index_fsize; /* index file size */
169 off64_t dda_index_offset; /* index file offset */
174 off64_t dda_data_fsize; /* data file size */
  /onnv/onnv-gate/usr/src/lib/brand/lx/lx_brand/common/
sendfile.c 74 off64_t off = 0;
75 off64_t *offp = (off64_t *)p3;
  /onnv/onnv-gate/usr/src/head/
fcntl.h 155 extern int posix_fadvise64(int, off64_t, off64_t, int);
156 extern int posix_fallocate64(int, off64_t, off64_t);
  /onnv/onnv-gate/usr/src/lib/fm/libfmd_log/common/
fmd_log.h 81 off64_t rec_off; /* file offset (if requested) */
89 extern int fmd_log_seek(fmd_log_t *, off64_t);
  /onnv/onnv-gate/usr/src/lib/libgen/common/
copylist.c 46 common_copylist(const char *filenm, off64_t size)
81 copylist64(const char *filenm, off64_t *szptr)

Completed in 1230 milliseconds

1 2 3 4 5 6 7