Home
last modified time | relevance | path

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

12345678

/titanic_50/usr/src/lib/libc/port/stdio/
H A Dftello.c60 off64_t
64 off64_t tres; in ftello64()
80 return ((off64_t)EOF); in ftello64()
84 tres += (off64_t)adjust; in ftello64()
/titanic_50/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 */
/titanic_50/usr/src/lib/libc/port/gen/
H A Dndbm.c125 off64_t where; in dbm_flushpag()
128 where = (((off64_t)db->dbm_pagbno) * PBLKSIZ); in dbm_flushpag()
143 off64_t where; in dbm_flushdir()
145 where = (((off64_t)db->dbm_dirbno) * DBLKSIZ); in dbm_flushdir()
274 off64_t where; in dbm_delete()
291 where = (((off64_t)db->dbm_blkno) * PBLKSIZ); in dbm_delete()
309 off64_t where; in dbm_store()
334 where = (((off64_t)db->dbm_blkno) * PBLKSIZ); in dbm_store()
377 where = (((off64_t)db->dbm_blkno) * PBLKSIZ); in dbm_store()
384 where = (((off64_t)db->dbm_blkno + db->dbm_hmask + 1) * PBLKSIZ); in dbm_store()
[all …]
H A Dtelldir.c78 off64_t
83 off64_t off = 0; in telldir64()
95 dp64->d_off = (off64_t)dp32->d_off; in telldir64()
108 off64_t off; in telldir()
H A Dseekdir.c86 seekdir64(DIR *dirp, off64_t loc) in seekdir64()
90 off64_t off = 0; in seekdir64()
101 dp64->d_off = (off64_t)dp32->d_off; in seekdir64()
124 seekdir64(dirp, (off64_t)(uint32_t)loc); in seekdir()
H A Dposix_fadvise.c77 posix_fadvise64(int fd, off64_t offset, off64_t len, int advice) in posix_fadvise64()
/titanic_50/usr/src/uts/common/sys/
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 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.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 *);
/titanic_50/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.h586 extern int ftruncate64(int, off64_t);
587 extern off64_t lseek64(int, off64_t, int);
588 extern ssize_t pread64(int, void *, size_t, off64_t);
589 extern ssize_t pwrite64(int, const void *, size_t, off64_t);
590 extern off64_t tell64(int);
591 extern int truncate64(const char *, off64_t);
592 extern int lockf64(int, int, off64_t);
/titanic_50/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);
/titanic_50/usr/src/ucbhead/sys/
H A Dfile.h168 extern off64_t lseek64(int, off64_t, int);
170 extern off64_t llseek64();
/titanic_50/usr/src/ucbhead/
H A Dunistd.h169 extern off64_t lseek64(int, off64_t, int);
171 extern off64_t lseek64();
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io_impl.h43 off64_t (*io_seek)(mdb_io_t *, off64_t, int);
114 extern off64_t no_io_seek(mdb_io_t *, off64_t, int);
H A Dmdb_fdio.c78 static off64_t
79 fdio_seek(mdb_io_t *io, off64_t offset, int whence) in fdio_seek()
183 off64_t off; in fdio_bdev_read()
192 off64_t devoff = off & ~(DEV_BSIZE - 1); in fdio_bdev_read()
224 off64_t off; in fdio_bdev_write()
233 off64_t devoff = off & ~(DEV_BSIZE - 1); in fdio_bdev_write()
H A Dmdb_strio.c64 static off64_t
65 strio_seek(mdb_io_t *io, off64_t offset, int whence) in strio_seek()
91 return ((off64_t)(nptr - sd->str_base)); in strio_seek()
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h287 #define off_t off64_t
291 extern __MANGLE__ int ftruncate64 __PROTO__((int, off64_t));
295 extern __MANGLE__ off64_t lseek64 __PROTO__((int, off64_t, int));
299 extern __MANGLE__ int truncate64 __PROTO__((const char*, off64_t));
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h287 #define off_t off64_t
291 extern __MANGLE__ int ftruncate64 __PROTO__((int, off64_t));
295 extern __MANGLE__ off64_t lseek64 __PROTO__((int, off64_t, int));
299 extern __MANGLE__ int truncate64 __PROTO__((const char*, off64_t));
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h287 #define off_t off64_t
291 extern __MANGLE__ int ftruncate64 __PROTO__((int, off64_t));
295 extern __MANGLE__ off64_t lseek64 __PROTO__((int, off64_t, int));
299 extern __MANGLE__ int truncate64 __PROTO__((const char*, off64_t));
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h287 #define off_t off64_t
291 extern __MANGLE__ int ftruncate64 __PROTO__((int, off64_t));
295 extern __MANGLE__ off64_t lseek64 __PROTO__((int, off64_t, int));
299 extern __MANGLE__ int truncate64 __PROTO__((const char*, off64_t));
/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfat.c46 extern off64_t FirstClusterOffset;
47 extern off64_t PartitionOffset;
59 static off64_t
62 off64_t seekto; in seekFAT()
/titanic_50/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);
/titanic_50/usr/src/lib/libgen/common/
H A Dcopylist.c46 common_copylist(const char *filenm, off64_t size) in common_copylist()
81 copylist64(const char *filenm, off64_t *szptr) in copylist64()
/titanic_50/usr/src/lib/libast/common/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

12345678