Searched refs:stat64_32 (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/syscall/ |
H A D | stat.c | 523 static int cstatat64_32(int, char *, struct stat64_32 *, int, int); 524 static int cstat64_32(vnode_t *, struct stat64_32 *, int, cred_t *); 527 fstat64_32(int fd, struct stat64_32 *sb) in fstat64_32() 533 fstatat64_32(int fd, char *name, struct stat64_32 *sb, int flags) in fstatat64_32() 550 stat64_32(char *name, struct stat64_32 *sb) in stat64_32() function 556 lstat64_32(char *name, struct stat64_32 *sb) in lstat64_32() 562 cstat64_32(vnode_t *vp, struct stat64_32 *ubp, int flag, cred_t *cr) in cstat64_32() 565 struct stat64_32 lsb; in cstat64_32() 606 cstatat64_32(int fd, char *name, struct stat64_32 *sb, int follow, int flags) in cstatat64_32()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | pr_stat.c | 44 stat64_32_to_n(struct stat64_32 *src, struct stat *dest) in stat64_32_to_n() 77 struct stat64_32 statb64_32; in pr_stat() 152 struct stat64_32 statb64_32; in pr_lstat() 227 struct stat64_32 statb64_32; in pr_fstat() 302 struct stat64_32 statb64_32; in pr_stat64() 381 struct stat64_32 statb64_32; in pr_lstat64() 460 struct stat64_32 statb64_32; in pr_fstat64()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sysent.c | 781 extern int fstatat64_32(int, char *, struct stat64_32 *, int); 782 extern int stat64_32(char *, struct stat64_32 *); 783 extern int lstat64_32(char *, struct stat64_32 *); 784 extern int fstat64_32(int, struct stat64_32 *); 1045 /* 215 */ SYSENT_CI("stat64", stat64_32, 2),
|
/titanic_41/usr/src/cmd/truss/ |
H A D | stat.c | 110 struct stat64_32 statb; in show_stat64_32()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stat.h | 375 struct stat64_32 { struct
|