Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libspl/os/freebsd/
H A Dmnttab.c167 getmntany(FILE *fd __unused, struct mnttab *mgetp, struct mnttab *mrefp) in getmntany() argument
177 if (mrefp->mnt_special != NULL && in getmntany()
178 strcmp(mrefp->mnt_special, gsfs[i].f_mntfromname) != 0) { in getmntany()
181 if (mrefp->mnt_mountp != NULL && in getmntany()
182 strcmp(mrefp->mnt_mountp, gsfs[i].f_mntonname) != 0) { in getmntany()
185 if (mrefp->mnt_fstype != NULL && in getmntany()
186 strcmp(mrefp->mnt_fstype, gsfs[i].f_fstypename) != 0) { in getmntany()
/f-stack/freebsd/contrib/openzfs/lib/libspl/os/linux/
H A Dgetmntany.c47 (mrefp->xx != NULL) && \
48 (mgetp->xx == NULL || strcmp(mrefp->xx, mgetp->xx) != 0))
51 getmntany(FILE *fp, struct mnttab *mgetp, struct mnttab *mrefp) in getmntany() argument
/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Dlibuutil.abi1582 …<parameter type-id='type-id-142' name='mrefp' filepath='os/linux/getmntany.c' line='51' column='1'…
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi2481 …<parameter type-id='type-id-232' name='mrefp' filepath='os/linux/getmntany.c' line='51' column='1'…