HomeSort by: relevance | last modified time | path
    Searched refs:mf_mounted (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/am-utils/dist/amd/
amfs_nfsx.c 339 mf_mounted(n->n_mnt, FALSE); /* FALSE => don't free the n_mnt->am_opts */
386 mf_mounted(m, FALSE); /* FALSE => don't free the m->am_opts */
autil.c 194 mf_mounted(mntfs *mf, bool_t call_free_opts) function
248 * we're passing TRUE here to tell mf_mounted to actually free the
249 * am_opts. See a related comment in mf_mounted().
251 mf_mounted(mf, TRUE);
amd.h 576 extern void mf_mounted(mntfs *mf, bool_t call_free_opts);

Completed in 29 milliseconds