Searched refs:off64_t (Results 1 - 25 of 154) sorted by relevance

1234567

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dftello.c60 off64_t
64 off64_t tres;
80 return ((off64_t)EOF);
84 tres += (off64_t)adjust;
H A Dfseeko.c57 fseeko64(FILE *iop, off64_t offset, int ptrname)
59 off64_t p;
H A Dfdopen.c81 (void) lseek64(fd, (off64_t)0, SEEK_END);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_log.h50 off64_t log_toc; /* offset of table of contents */
51 off64_t log_beg; /* offset of first data record */
52 off64_t log_off; /* offset at which to append */
53 off64_t log_skip; /* offset to skip to for replay */
H A Dfmd_event.h56 off64_t ev_off; /* event log offset (or zero) */
91 nvlist_t *, void *, struct fmd_log *, off64_t, size_t);
/illumos-gate/usr/src/lib/libaio/common/
H A Dllib-laio39 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,
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dposix_fadvise.c77 posix_fadvise64(int fd, off64_t offset, off64_t len, int advice)
H A Dseekdir.c86 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);
H A Dtell.c52 off64_t
H A Dtelldir.c78 off64_t
83 off64_t off = 0;
95 dp64->d_off = (off64_t)dp32->d_off;
108 off64_t off;
H A Dposix_fallocate.c83 posix_fallocate64(int fd, off64_t offset, off64_t len)
/illumos-gate/usr/src/uts/common/sys/
H A Dasynch.h69 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 *);
H A Dextdirent.h48 off64_t ed_off; /* offset of disk directory entry */
H A Dsendfile.h61 off64_t sfv_off;
90 off64_t sfv_off;
137 extern ssize_t sendfile64(int, int, off64_t *, size_t);
H A Dfcntl.h268 off64_t l_start;
269 off64_t l_len; /* len == 0 means until end of file */
286 off64_t l_start;
287 off64_t l_len; /* len == 0 means until end of file */
302 off64_t l_start;
303 off64_t l_len; /* len == 0 means until end of file */
H A Daiocb.h60 off64_t aio_offset; /* file offset */
78 off64_t aio_offset; /* file offset */
/illumos-gate/usr/src/lib/libfstyp/common/
H A Dlibfstyp_module.h49 int fstyp_mod_init(int fd, off64_t offset, fstyp_mod_handle_t *handle);
H A Dlibfstyp.h71 int fstyp_init(int fd, off64_t offset, char *module_dir,
/illumos-gate/usr/src/head/
H A Dfcntl.h153 extern int posix_fadvise64(int, off64_t, off64_t, int);
154 extern int posix_fallocate64(int, off64_t, off64_t);
/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h168 extern off64_t lseek64(int, off64_t, int);
170 extern off64_t llseek64();
/illumos-gate/usr/src/ucbhead/
H A Dunistd.h169 extern off64_t lseek64(int, off64_t, int);
171 extern off64_t lseek64();
/illumos-gate/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.h81 off64_t rec_off; /* file offset (if requested) */
89 extern int fmd_log_seek(fmd_log_t *, off64_t);
/illumos-gate/usr/src/lib/libgen/common/
H A Dcopylist.c46 common_copylist(const char *filenm, off64_t size)
81 copylist64(const char *filenm, off64_t *szptr)
/illumos-gate/usr/src/lib/libast/common/include/
H A Dast_std.h273 #define off_t off64_t
277 extern int ftruncate64(int, off64_t);
281 extern off64_t lseek64(int, off64_t, int);
285 extern int truncate64(const char*, off64_t);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_strio.c64 static off64_t
65 strio_seek(mdb_io_t *io, off64_t offset, int whence)
91 return ((off64_t)(nptr - sd->str_base));

Completed in 73 milliseconds

1234567