Symbol: stat64_32
usr/src/cmd/truss/stat.c
104
struct stat64_32 statb;
usr/src/lib/libproc/common/pr_stat.c
152
struct stat64_32 statb64_32;
usr/src/lib/libproc/common/pr_stat.c
227
struct stat64_32 statb64_32;
usr/src/lib/libproc/common/pr_stat.c
302
struct stat64_32 statb64_32;
usr/src/lib/libproc/common/pr_stat.c
381
struct stat64_32 statb64_32;
usr/src/lib/libproc/common/pr_stat.c
44
stat64_32_to_n(struct stat64_32 *src, struct stat *dest)
usr/src/lib/libproc/common/pr_stat.c
460
struct stat64_32 statb64_32;
usr/src/lib/libproc/common/pr_stat.c
77
struct stat64_32 statb64_32;
usr/src/uts/common/os/sysent.c
1044
/* 215 */ SYSENT_CI("stat64", stat64_32, 2),
usr/src/uts/common/os/sysent.c
780
extern int fstatat64_32(int, char *, struct stat64_32 *, int);
usr/src/uts/common/os/sysent.c
781
extern int stat64_32(char *, struct stat64_32 *);
usr/src/uts/common/os/sysent.c
782
extern int lstat64_32(char *, struct stat64_32 *);
usr/src/uts/common/os/sysent.c
783
extern int fstat64_32(int, struct stat64_32 *);
usr/src/uts/common/syscall/stat.c
523
static int cstatat64_32(int, char *, struct stat64_32 *, int, int);
usr/src/uts/common/syscall/stat.c
524
static int cstat64_32(vnode_t *, struct stat64_32 *, int, cred_t *);
usr/src/uts/common/syscall/stat.c
527
fstat64_32(int fd, struct stat64_32 *sb)
usr/src/uts/common/syscall/stat.c
533
fstatat64_32(int fd, char *name, struct stat64_32 *sb, int flags)
usr/src/uts/common/syscall/stat.c
550
stat64_32(char *name, struct stat64_32 *sb)
usr/src/uts/common/syscall/stat.c
556
lstat64_32(char *name, struct stat64_32 *sb)
usr/src/uts/common/syscall/stat.c
562
cstat64_32(vnode_t *vp, struct stat64_32 *ubp, int flag, cred_t *cr)
usr/src/uts/common/syscall/stat.c
565
struct stat64_32 lsb;
usr/src/uts/common/syscall/stat.c
606
cstatat64_32(int fd, char *name, struct stat64_32 *sb, int follow, int flags)