Searched defs:vget (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Dvolcopy.c69 struct vfstab vget, vref; local
196 ii = getvfsany(fd, &vget, &vref);
201 ii = getvfsany(fd, &vget, &vref);
211 fstype = vget.vfs_fstype;
H A Dff.c282 struct vfstab vget, vref; local
290 ret = getvfsany(fd, &vget, &vref);
295 ret = getvfsany(fd, &vget, &vref);
304 fstype = vget.vfs_fstype;
H A Dswitchout.c366 struct vfstab vget, vref; local
375 ret = getvfsany(fd, &vget, &vref);
380 ret = getvfsany(fd, &vget, &vref);
389 fstype = vget.vfs_fstype;
H A Dfsck.c221 struct vfstab vget, vref; local
336 while ((ret = mygetvfsent(fd, &vget)) == 0) {
337 if (strcmp(vget.vfs_fstype, MNTTYPE_UFS) &&
338 numbers(vget.vfs_fsckpass)) {
342 if (numbers(vget.vfs_fsckpass))
343 mnt_passno = atoi(vget.vfs_fsckpass);
349 status = execute(vget.vfs_fsckdev,
354 } else if (preen_addev(vget.vfs_fsckdev) == 0) {
356 dp = newdev(&vget);
367 status = execute(vget
[all...]
H A Dmount.c233 struct vfstab vget, vref; local
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; local
[all...]

Completed in 435 milliseconds