Searched refs:fstatat64_32 (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/syscall/ |
H A D | stat.c | 533 fstatat64_32(int fd, char *name, struct stat64_32 *sb, int flags) in fstatat64_32() function 552 return (fstatat64_32(AT_FDCWD, name, sb, 0)); in stat64_32() 558 return (fstatat64_32(AT_FDCWD, name, sb, AT_SYMLINK_NOFOLLOW)); in lstat64_32()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sysent.c | 781 extern int fstatat64_32(int, char *, struct stat64_32 *, int); 890 /* 67 */ SYSENT_CI("fstatat64", fstatat64_32, 4),
|