Searched defs:cstat64 (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/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) 451 cstat64(vnode_t *vp, struct stat64 *ubp, int flag, cred_t *cr) function 499 error = cstat64(vp, sb, flags, cred);
|
Completed in 45 milliseconds