Searched refs:cstat64 (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/syscall/ |
H A D | stat.c | 413 static int cstat64(vnode_t *, struct stat64 *, int, cred_t *); 418 FSTAT_BODY(fd, sb, cstat64) in fstat64() 451 cstat64(vnode_t *vp, struct stat64 *ubp, int flag, cred_t *cr) in cstat64() function 499 error = cstat64(vp, sb, flags, cred); in cstatat64()
|