Searched refs:mrefp (Results 1 – 2 of 2) sorted by relevance
170 getmntany(FILE *fd, struct mnttab *mgetp, struct mnttab *mrefp) in getmntany() argument179 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()
60 int getmntany(FILE *fd, struct mnttab *mgetp, struct mnttab *mrefp);