Searched defs:vgetp (Results 1 - 1 of 1) 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))
59 (vgetp->xx == NULL || stat64(vgetp->xx, &statb) == -1 ||\
69 getvfsspec(FILE *fd, struct vfstab *vgetp, char *special) argument
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
109 getvfsany(FILE *fd, struct vfstab *vgetp, struct vfstab *vrefp) argument
[all...]

Completed in 57 milliseconds