Home
last modified time | relevance | path

Searched refs:checkfstab (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sbin/fsck/
H A Dfsutil.h50 int checkfstab(int, int, void *(*)(struct fstab *),
H A Dpreen.c94 checkfstab(int flags, int maxrun, void *(*docheck)(struct fstab *), in checkfstab() function
H A Dfsck.c191 return checkfstab(flags, maxrun, isok, checkfs); in main()
/netbsd-src/usr.sbin/quotacheck/
H A Dquotacheck.c248 exit(checkfstab(flags, maxrun, needchk, chkquota)); in main()