Searched refs:mrefp (Results 1 – 4 of 4) sorted by relevance
167 getmntany(FILE *fd __unused, struct mnttab *mgetp, struct mnttab *mrefp) in getmntany() argument177 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()
47 (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
1582 …<parameter type-id='type-id-142' name='mrefp' filepath='os/linux/getmntany.c' line='51' column='1'…
2481 …<parameter type-id='type-id-232' name='mrefp' filepath='os/linux/getmntany.c' line='51' column='1'…