Home
last modified time | relevance | path

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

/freebsd-11-stable/cddl/compat/opensolaris/include/
HDmnttab.h29 int getmntany(FILE *fd, struct mnttab *mgetp, struct mnttab *mrefp);
/freebsd-11-stable/cddl/compat/opensolaris/misc/
HDmnttab.c167 getmntany(FILE *fd __unused, struct mnttab *mgetp, struct mnttab *mrefp) in getmntany() function
/freebsd-11-stable/contrib/gcc/
HDsys-protos.h461 extern int getmntany(FILE *, struct mnttab *, struct mnttab *);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_dataset.c868 if (getmntany(hdl->libzfs_mnttab, entry, &srch) == 0) in libzfs_mnttab_find()