Home
last modified time | relevance | path

Searched refs:statfn (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Dlftw.c133 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()
/illumos-gate/usr/src/uts/common/syscall/
H A Dstat.c137 #define FSTAT_BODY(fd, sb, statfn) \ argument
146 error = statfn(fp->f_vnode, sb, 0, fp->f_cred); \