Home
last modified time | relevance | path

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

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