HomeSort by: relevance | last modified time | path
    Searched defs:umountfs (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/umount/
umount.c 92 static int umountfs(const char *, const char **, int);
175 if (umountfs(mntbuf[mnts].f_mntonname, typelist,
185 if (umountfs(mntfromname, typelist, raw) != 0)
192 umountfs(const char *name, const char **typelist, int raw) function in typeref:typename:int

Completed in 29 milliseconds