Searched defs:vrefp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c56 (vrefp->xx != NULL && (vgetp->xx == NULL ||\
57 strcmp(vrefp->xx, vgetp->xx) != 0))
109 getvfsany(FILE *fd, struct vfstab *vgetp, struct vfstab *vrefp) argument
138 if (vrefp->vfs_special && stat64(vrefp->vfs_special, &statb) == 0 &&
146 if (vrefp->vfs_fsckdev && stat64(vrefp->vfs_fsckdev, &statb) == 0 &&
/illumos-gate/usr/src/cmd/fs.d/
H A Dfsck.c204 mygetvfsany(FILE *fp, struct vfstab *vp, struct vfstab *vrefp) argument
208 if ((error = getvfsany(fp, vp, vrefp)) != 0)

Completed in 60 milliseconds