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

/illumos-gate/usr/src/uts/common/syscall/
H A Dstat.c295 fstatat32(int fd, char *name, struct stat32 *sb, int flags) function
314 return (fstatat32(AT_FDCWD, name, sb, 0));
320 return (fstatat32(AT_FDCWD, name, sb, AT_SYMLINK_NOFOLLOW));
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c779 extern int fstatat32(int, char *, struct stat32 *, int);
890 /* 66 */ SYSENT_CI("fstatat", fstatat32, 4),

Completed in 57 milliseconds