Searched refs:mnts (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/umount/
H A Dumount.c91 int mnts; local
156 if ((mnts = getmntinfo(&mntbuf, ST_NOWAIT)) == 0) {
160 for (errs = 0, mnts--; mnts > 0; mnts--) {
161 if (checkvfsname(mntbuf[mnts].f_fstypename, typelist))
163 if (umountfs(mntbuf[mnts].f_mntonname, typelist,

Completed in 68 milliseconds