Searched refs:statfn (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/backup/dump/ |
H A D | lftw.c | 137 int (*statfn)(const char *, struct stat64 *)) in lf_xftw() 139 lf_xftw(char *path, int (*fn)(), int depth, int (*statfn)()) in lf_xftw() 154 if ((*statfn)(path, &sb) < 0) in lf_xftw() 183 rc = lf_xftw(".", fn, depth-1, statfn); in lf_xftw() 212 rc = lf_xftw(".", fn, depth-1, statfn); in lf_xftw() 266 rc = lf_xftw(subpath, fn, depth-1, statfn); in lf_xftw()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | stat.c | 137 #define FSTAT_BODY(fd, sb, statfn) \ argument 146 error = statfn(fp->f_vnode, sb, 0, fp->f_cred); \
|