| /onnv/onnv-gate/usr/src/head/ |
| stdio.h | 167 typedef off_t off64_t; typedef 169 typedef __longlong_t off64_t; typedef 352 extern int fseeko64(FILE *, off64_t, int); 353 extern off64_t ftello64(FILE *); 426 extern off64_t ftello64();
|
| /onnv/onnv-gate/usr/src/cmd/filebench/common/ |
| filebench.h | 102 #define UINT64_MAX (((off64_t)1UL<<63UL) - 1UL) 141 #define off64_t off_t macro
|
| fb_localfs.c | 37 * above, automatically changes type of off_t to off64_t. so let 38 * us use only off_t as off64_t is not defined 40 #define off64_t off_t macro 76 static int fb_lfs_freemem(fb_fdesc_t *fd, off64_t size); 78 static int fb_lfs_pread(fb_fdesc_t *, caddr_t, fbint_t, off64_t); 80 static int fb_lfs_pwrite(fb_fdesc_t *, caddr_t, fbint_t, off64_t); 82 static int fb_lfs_lseek(fb_fdesc_t *, off64_t, int); 83 static int fb_lfs_truncate(fb_fdesc_t *, off64_t); 186 fb_lfs_freemem(fb_fdesc_t *fd, off64_t size) 188 off64_t left [all...] |
| fileset.h | 36 * above, automatically changes type of off_t to off64_t. so let 37 * us use only off_t as off64_t is not defined 39 #define off64_t off_t macro 54 #define FILE_ALLOC_BLOCK (off64_t)(1024 * 1024) 83 off64_t fse_size; 141 off64_t fs_bytes; /* Total space consumed by files */
|
| /onnv/onnv-gate/usr/src/ucbhead/sys/ |
| types.h | 196 typedef off_t off64_t; typedef 202 typedef longlong_t off64_t; /* ?<offset> type */ typedef
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| types.h | 148 typedef off_t off64_t; /* offsets within files */ typedef 150 typedef longlong_t off64_t; /* offsets within files */ typedef
|