Searched refs:cstat32 (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/syscall/ |
H A D | stat.c | 286 static int cstat32(vnode_t *, struct stat32 *, int, cred_t *); 291 FSTAT_BODY(fd, sb, cstat32) in fstat32() 324 cstat32(vnode_t *vp, struct stat32 *ubp, int flag, struct cred *cr) in cstat32() function 391 error = cstat32(vp, sb, flags, cred); in cstatat32()
|