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

/netbsd-current/sbin/umount/
H A Dumount.c70 typedef enum { MNTANY, MNTON, MNTFROM } mntwhat; enumerator in enum:__anon5
209 what = MNTON;
223 case MNTON:
224 if ((mntpt = getmntname(name, MNTON, &type)) == NULL) {
238 if ((mntpt = getmntname(name, MNTON, &type)) == NULL) {
357 if ((what == MNTON) && !strcmp(mntbuf[i].f_mntfromname, name)) {

Completed in 82 milliseconds