Home
last modified time | relevance | path

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

/dragonfly/sbin/umount/
H A Dumount.c57 typedef enum { MNTON, MNTFROM, NOTHING } mntwhat; enumerator
160 NULL, MNTFROM, &type, NAME), NULL, in main()
164 NULL, MNTFROM, &type, NAME); in main()
371 NULL, MNTON, &type, NAME), NULL, MNTFROM, &type, NAME))) == NULL) in checkname()
578 if (fromname != NULL && what == MNTFROM && in getmntname()
698 *fromname = getmntname(name, NULL, MNTFROM, type, NAME); in checkmntlist()