Searched refs:vrefp (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/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)) 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 &&
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | fsck.c | 204 mygetvfsany(FILE *fp, struct vfstab *vp, struct vfstab *vrefp) argument 208 if ((error = getvfsany(fp, vp, vrefp)) != 0)
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | llib-lc | 594 int getvfsany(FILE *fd, struct vfstab *vgetp, struct vfstab *vrefp);
|
Completed in 70 milliseconds