Searched refs:statfn (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | lftw.c | 133 int (*statfn)(const char *, struct stat64 *)) in lf_xftw() 135 lf_xftw(char *path, int (*fn)(), int depth, int (*statfn)()) in lf_xftw() 150 if ((*statfn)(path, &sb) < 0) in lf_xftw() 179 rc = lf_xftw(".", fn, depth-1, statfn); in lf_xftw() 208 rc = lf_xftw(".", fn, depth-1, statfn); in lf_xftw() 262 rc = lf_xftw(subpath, fn, depth-1, statfn); in lf_xftw()
|
/titanic_50/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); \
|