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

/netbsd-6-1-5-RELEASE/sbin/umount/
H A Dumount.c67 typedef enum { MNTANY, MNTON, MNTFROM } mntwhat; enumerator in enum:__anon5523
200 what = MNTON;
214 case MNTON:
215 if ((mntpt = getmntname(name, MNTON, &type)) == NULL) {
229 if ((mntpt = getmntname(name, MNTON, &type)) == NULL) {
310 if ((what == MNTON) && !strcmp(mntbuf[i].f_mntfromname, name)) {

Completed in 47 milliseconds