Searched defs:stat64_32 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dstat.c523 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)
533 fstatat64_32(int fd, char *name, struct stat64_32 *sb, int flags)
550 stat64_32(char *name, struct stat64_32 *sb) function
556 lstat64_32(char *name, struct stat64_32 *sb)
562 cstat64_32(vnode_t *vp, struct stat64_32 *ubp, int flag, cred_t *cr)
565 struct stat64_32 lsb;
606 cstatat64_32(int fd, char *name, struct stat64_32 *s
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h375 struct stat64_32 { struct

Completed in 45 milliseconds