Searched refs:vrefp (Results 1 – 2 of 2) sorted by relevance
56 (vrefp->xx != NULL && (vgetp->xx == NULL ||\57 strcmp(vrefp->xx, vgetp->xx) != 0))109 getvfsany(FILE *fd, struct vfstab *vgetp, struct vfstab *vrefp) in getvfsany() argument138 if (vrefp->vfs_special && stat64(vrefp->vfs_special, &statb) == 0 && in getvfsany()146 if (vrefp->vfs_fsckdev && stat64(vrefp->vfs_fsckdev, &statb) == 0 && in getvfsany()
204 mygetvfsany(FILE *fp, struct vfstab *vp, struct vfstab *vrefp) in mygetvfsany() argument208 if ((error = getvfsany(fp, vp, vrefp)) != 0) in mygetvfsany()