Home
last modified time | relevance | path

Searched refs:off64_t (Results 1 – 25 of 158) sorted by relevance

1234567

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c127 off64_t where; in dbm_flushpag()
145 off64_t where; in dbm_flushdir()
276 off64_t where; in dbm_delete()
311 off64_t where; in dbm_store()
499 off64_t where; in dbm_slow_nextkey()
554 off64_t where; in dbm_do_nextkey()
727 off64_t where; in dbm_access()
788 off64_t where; in getbit()
800 where = (((off64_t)b) * DBLKSIZ); in getbit()
813 off64_t where; in setbit()
[all …]
H A Dtelldir.c76 off64_t
81 off64_t off = 0; in telldir64()
93 dp64->d_off = (off64_t)dp32->d_off; in telldir64()
106 off64_t off; in telldir()
H A Dseekdir.c84 seekdir64(DIR *dirp, off64_t loc) in seekdir64()
88 off64_t off = 0; in seekdir64()
99 dp64->d_off = (off64_t)dp32->d_off; in seekdir64()
122 seekdir64(dirp, (off64_t)(uint32_t)loc); in seekdir()
H A Dposix_fadvise.c73 posix_fadvise64(int fd, off64_t offset __unused, off64_t len, int advice) in posix_fadvise64()
/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 */
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h274 off64_t l_start;
275 off64_t l_len; /* len == 0 means until end of file */
292 off64_t l_start;
293 off64_t l_len; /* len == 0 means until end of file */
308 off64_t l_start;
309 off64_t l_len; /* len == 0 means until end of file */
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 Dasynch.h67 extern int aioread64(int, caddr_t, int, off64_t, int, aio_result_t *);
68 extern int aiowrite64(int, caddr_t, int, off64_t, int, aio_result_t *);
/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);
H A Dunistd.h592 extern int ftruncate64(int, off64_t);
593 extern off64_t lseek64(int, off64_t, int);
594 extern ssize_t pread64(int, void *, size_t, off64_t);
595 extern ssize_t pwrite64(int, const void *, size_t, off64_t);
596 extern off64_t tell64(int);
597 extern int truncate64(const char *, off64_t);
598 extern int lockf64(int, int, off64_t);
H A Dstdio.h167 typedef off_t off64_t; typedef
169 typedef __longlong_t off64_t; typedef
361 extern int fseeko64(FILE *, off64_t, int);
362 extern off64_t ftello64(FILE *);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_fsctl_sparse.c163 off64_t off;
164 off64_t len;
173 off64_t cur_off, end_off; in smb2_fsctl_query_alloc_ranges()
239 off64_t data, hole; in smb2_fsctl_query_alloc_ranges()
297 off64_t src_off, off64_t dst_off, uint32_t *residp, in smb2_sparse_copy()
302 off64_t data, hole; in smb2_sparse_copy()
347 off64_t skip = data - src_off; in smb2_sparse_copy()
455 off64_t cur_off, end_off, eof; in smb2_fsctl_query_file_regions()
456 off64_t data, hole; in smb2_fsctl_query_file_regions()
577 off64_t next_data, next_hole; in smb2_fsctl_query_file_regions()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast_std.h281 #define off_t off64_t
285 extern int ftruncate64(int, off64_t);
289 extern off64_t lseek64(int, off64_t, int);
293 extern int truncate64(const char*, off64_t);
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_fsops.h82 off64_t, off64_t);
94 int smb_fsop_next_alloc_range(cred_t *, smb_node_t *, off64_t *, off64_t *);
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dftell.c50 off64_t
54 off64_t tres; in ftell_common()
100 off64_t tres; in ftell()
H A D_endopen.c94 if (_xseek64(iop, (off64_t)0, SEEK_END) < (off64_t)0) { in _endopen()
/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h166 extern off64_t lseek64(int, off64_t, int);
168 extern off64_t llseek64();
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io_impl.h41 off64_t (*io_seek)(mdb_io_t *, off64_t, int);
112 extern off64_t no_io_seek(mdb_io_t *, off64_t, int);
H A Dmdb_fdio.c76 static off64_t
77 fdio_seek(mdb_io_t *io, off64_t offset, int whence) in fdio_seek()
194 off64_t off; in fdio_bdev_read()
205 off64_t devoff = off & ~(blksize - 1); in fdio_bdev_read()
238 off64_t off; in fdio_bdev_write()
249 off64_t devoff = off & ~(blksize - 1); in fdio_bdev_write()
H A Dmdb_strio.c62 static off64_t
63 strio_seek(mdb_io_t *io, off64_t offset, int whence) in strio_seek()
89 return ((off64_t)(nptr - sd->str_base)); in strio_seek()
/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/cmd/fs.d/pcfs/fsck/
H A Dfat.c44 extern off64_t FirstClusterOffset;
45 extern off64_t PartitionOffset;
57 static off64_t
60 off64_t seekto; in seekFAT()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd_client.c91 off64_t where;
107 where = (((off64_t)PAG->pag_u.ok.blkno) * PBLKSIZ);
142 off64_t where;
152 where = (((off64_t)DIR->dir_u.ok.blkno) * DBLKSIZ);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Ddirent5 typ off64_t -D_LARGEFILE64_SOURCE
71 * <dirent.h> for [fl]stat64 and off64_t with sizeof(ino64_t)==4
98 #define off_t off64_t
118 * <dirent.h> for [fl]stat64 and off64_t
139 #define off_t off64_t
/illumos-gate/usr/src/lib/libgen/common/
H A Dcopylist.c44 common_copylist(const char *filenm, off64_t size) in common_copylist()
79 copylist64(const char *filenm, off64_t *szptr) in copylist64()

1234567