Searched refs:fstatat64_32 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dstat.c533 fstatat64_32(int fd, char *name, struct stat64_32 *sb, int flags) function
552 return (fstatat64_32(AT_FDCWD, name, sb, 0));
558 return (fstatat64_32(AT_FDCWD, name, sb, AT_SYMLINK_NOFOLLOW));
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c782 extern int fstatat64_32(int, char *, struct stat64_32 *, int);
891 /* 67 */ SYSENT_CI("fstatat64", fstatat64_32, 4),

Completed in 47 milliseconds