Lines Matching defs:vget
233 struct vfstab vget, vref;
450 while ((ret = getvfsany(fd, &vget, &vref)) > 0)
451 vfserror(ret, vget.vfs_special);
461 while ((ret = getvfsany(fd, &vget, &vref)) > 0)
469 fstype = vget.vfs_fstype;
471 special = vget.vfs_special;
473 mountp = vget.vfs_mountp;
474 if (oflg == 0 && vget.vfs_mntopts) {
476 specific_opts = vget.vfs_mntopts;
1008 struct vfstab vget;
1020 while ((ret = getvfsent(fp, &vget)) != -1) {
1024 vfserror(ret, vget.vfs_mountp);
1033 (vget.vfs_automnt == NULL ||
1034 strcmp(vget.vfs_automnt, "yes")))
1037 if (fstype && vget.vfs_fstype &&
1038 strcmp(fstype, vget.vfs_fstype))
1041 if (vget.vfs_mountp == NULL ||
1042 (vget.vfs_fstype && (strcmp(vget.vfs_fstype, "swap") == 0)))
1045 if (check_fields(vget.vfs_fstype, vget.vfs_mountp)) {
1050 vp = new_vfsent(&vget, cnt); /* create new vfs entry */