Searched defs:stat64 (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dgross.c66 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
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dstat.c37 fstatat64(int fd, const char *name, struct stat64 *sb, int flags)
42 #pragma weak _stat64 = stat64
44 stat64(const char *name, struct stat64 *sb) function
55 lstat64(const char *name, struct stat64 *sb)
66 fstat64(int fd, struct stat64 *sb)
/illumos-gate/usr/src/uts/common/syscall/
H A Dstat.c412 static int cstatat64(int, char *, struct stat64 *, int, int);
413 static int cstat64(vnode_t *, struct stat64 *, int, cred_t *);
416 fstat64(int fd, struct stat64 *sb)
422 fstatat64(int fd, char *name, struct stat64 *sb, int flags)
439 stat64(char *name, struct stat64 *sb) function
445 lstat64(char *name, struct stat64 *sb)
451 cstat64(vnode_t *vp, struct stat64 *ubp, int flag, cred_t *cr)
454 struct stat64 lsb;
487 cstatat64(int fd, char *name, struct stat64 *s
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h89 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
497 extern int fstat64(int, struct stat64 *);
[all...]
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c354 struct stat64 stat64; local
371 if (fstat64(fd, &stat64) == -1)
374 loffset = offset + stat64.st_size;
/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c74 #define stat64 stat macro
1810 struct stat64 stb;
1818 if (stat64(module_so, &stb) < 0) {
1916 struct stat64 stb;

Completed in 97 milliseconds