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

/osnet-11/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 &&

Completed in 16 milliseconds