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

/illumos-gate/usr/src/uts/common/syscall/
H A Dstat.c285 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)
295 fstatat32(int fd, char *name, struct stat32 *sb, int flags)
312 stat32(char *name, struct stat32 *sb) function
318 lstat32(char *name, struct stat32 *sb)
324 cstat32(vnode_t *vp, struct stat32 *ubp, int flag, struct cred *cr)
327 struct stat32 sb;
379 cstatat32(int fd, char *name, struct stat32 *s
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h350 struct stat32 { struct

Completed in 86 milliseconds