| /onnv/onnv-gate/usr/src/lib/libast/common/comp/ |
| gross.c | 66 extern int fstat64(int fd, struct stat64* st) 75 extern int lstat64(const char* path, struct stat64* st) 84 extern int stat64(const char* path, struct stat64* st) function
|
| /onnv/onnv-gate/usr/src/cmd/filebench/common/ |
| filebench.h | 143 #define stat64 stat macro
|
| /onnv/onnv-gate/usr/src/uts/common/syscall/ |
| stat.c | 483 static int cstatat64(int, char *, int, struct stat64 *, int, int); 484 static int cstat64(vnode_t *, struct stat64 *, int, cred_t *); 487 stat64(char *fname, struct stat64 *sb) function 493 lstat64(char *fname, struct stat64 *sb) 499 fstat64(int fd, struct stat64 *sb) 505 fstatat64(int fd, char *name, struct stat64 *sb, int flags) 513 cstat64(vnode_t *vp, struct stat64 *ubp, int flag, cred_t *cr) 516 struct stat64 lsb; 549 cstatat64(int fd, char *name, int nmflag, struct stat64 *sb [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| stat.h | 89 struct stat64 { struct 130 struct stat64 { struct 161 #pragma redefine_extname stat stat64 172 #define stat stat64 190 #pragma redefine_extname stat64 stat 200 #define stat64 stat macro 278 struct stat64 { struct 303 struct stat64 { struct 347 * Kernel's view of user ILP32 stat and stat64 structures 499 extern int fstat64(int, struct stat64 *); [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/aio/ |
| aio.c | 354 struct stat64 stat64; local 371 if (fstat64(fd, &stat64) == -1) 374 loffset = offset + stat64.st_size; [all...] |
| /onnv/onnv-gate/usr/src/lib/libpam/ |
| pam_framework.c | 74 #define stat64 stat macro [all...] |