Searched refs:stat32 (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/syscall/ |
H A D | stat.c | 285 static int cstatat32(int, char *, struct stat32 *, int, int); 286 static int cstat32(vnode_t *, struct stat32 *, int, cred_t *); 289 fstat32(int fd, struct stat32 *sb) in fstat32() 295 fstatat32(int fd, char *name, struct stat32 *sb, int flags) in fstatat32() 312 stat32(char *name, struct stat32 *sb) in stat32() function 318 lstat32(char *name, struct stat32 *sb) in lstat32() 324 cstat32(vnode_t *vp, struct stat32 *ubp, int flag, struct cred *cr) in cstat32() 327 struct stat32 sb; in cstat32() 379 cstatat32(int fd, char *name, struct stat32 *sb, int follow, int flags) in cstatat32()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sysent.c | 777 extern int stat32(char *, struct stat32 *); 778 extern int fstatat32(int, char *, struct stat32 *, int); 779 extern int lstat32(char *, struct stat32 *); 780 extern int fstat32(int, struct stat32 *); 839 /* 18 */ SYSENT_CI("stat", stat32, 2),
|
/titanic_50/usr/src/cmd/truss/ |
H A D | stat.c | 65 struct stat32 statb; in show_stat32()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | stat.h | 350 struct stat32 { struct
|