Lines Matching defs:vp
71 static int add_use_record(struct vfstab *vp);
285 struct vfstab vp;
290 (void) memset(&vp, 0, sizeof (struct vfstab));
291 while (getvfsent(fp, &vp) == 0) {
292 status = add_use_record(&vp);
297 (void) memset(&vp, 0, sizeof (struct vfstab));
307 add_use_record(struct vfstab *vp)
316 vfsp->special = strdup(vp->vfs_special);
322 if (vp->vfs_mountp != NULL) {
323 vfsp->mountp = strdup(vp->vfs_mountp);