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

/macosx-10.10.1/diskdev_cmds-576/umount.tproj/
H A Dumount.c88 typedef enum { MNTON, MNTFROM } mntwhat; enumerator in enum:__anon8071
290 if ((mntpt = getmntname(tname, MNTON, &type)) == NULL) {
356 /* we could just try MNTON and MNTFROM on name and again (if
357 * name is not the passed in param) MNTON and MNTFROM on
362 * the same as the MNTON in another entry.
369 if ((mntpt = getmntname(name, MNTON, &type)))
376 if ((mntpt = getmntname(name, MNTON, &type)))
393 if ((mntpt = getmntname(name, MNTON, &type)))
535 if ((what == MNTON) && !strcmp(mntbuf[i].f_mntfromname, name)) {

Completed in 164 milliseconds