Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/lib/libzfs/
H A Dmnttab.c170 getmntany(FILE *fd, struct mnttab *mgetp, struct mnttab *mrefp) in getmntany() argument
179 if (mrefp->mnt_special != NULL && in getmntany()
180 strcmp(mrefp->mnt_special, gsfs[i].f_mntfromname) != 0) { in getmntany()
183 if (mrefp->mnt_mountp != NULL && in getmntany()
184 strcmp(mrefp->mnt_mountp, gsfs[i].f_mntonname) != 0) { in getmntany()
187 if (mrefp->mnt_fstype != NULL && in getmntany()
188 strcmp(mrefp->mnt_fstype, gsfs[i].f_fstypename) != 0) { in getmntany()
/netbsd-src/external/cddl/osnet/include/
H A Dmnttab.h60 int getmntany(FILE *fd, struct mnttab *mgetp, struct mnttab *mrefp);