Home
last modified time | relevance | path

Searched refs: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) in getvfsspec() argument
85 while ((ret = getvfsent(fd, vgetp)) == 0 && in getvfsspec()
87 (special != NULL && (vgetp->vfs_special == NULL || in getvfsspec()
88 strcmp(special, vgetp->vfs_special) != 0))) || in getvfsspec()
90 (vgetp->vfs_special == NULL || in getvfsspec()
91 stat64(vgetp->vfs_special, &statb) == -1 || in getvfsspec()
109 getvfsany(FILE *fd, struct vfstab *vgetp, struct vfstab *vrefp) in getvfsany() argument
[all …]