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