Searched refs:vgetp (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | getvfsent.c | 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) 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 …]
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | llib-lc | 593 int getvfsany(FILE *fd, struct vfstab *vgetp, struct vfstab *vrefp);
|