Lines Matching defs:vgetp
56 (vrefp->xx != NULL && (vgetp->xx == NULL ||\
57 strcmp(vrefp->xx, vgetp->xx) != 0))
59 (vgetp->xx == NULL || stat64(vgetp->xx, &statb) == -1 ||\
69 getvfsspec(FILE *fd, struct vfstab *vgetp, char *special)
85 while ((ret = getvfsent(fd, vgetp)) == 0 &&
87 (special != NULL && (vgetp->vfs_special == NULL ||
88 strcmp(special, vgetp->vfs_special) != 0))) ||
90 (vgetp->vfs_special == NULL ||
91 stat64(vgetp->vfs_special, &statb) == -1 ||
109 getvfsany(FILE *fd, struct vfstab *vgetp, struct vfstab *vrefp)
118 while ((ret = getvfsent(fd, vgetp)) == 0 &&
154 while ((ret = getvfsent(fd, vgetp)) == 0 &&