Home
last modified time | relevance | path

Searched refs:vtab (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/prtvtoc/
H A Dprtvtoc.c253 struct vfstab vtab; in getmntpt() local
307 while (getvfsent(file, &vtab) == 0) { in getmntpt()
308 item = vtab.vfs_special; in getmntpt()
309 if (item == NULL || vtab.vfs_mountp == NULL) in getmntpt()
340 list[parttn(minor(sb.st_rdev))] = SAFE_STRDUP(vtab.vfs_mountp); in getmntpt()
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c1699 struct vfstab vtab; in find_fstype() local
1705 status = getvfsspec(fp, &vtab, special); in find_fstype()
1711 if (F_option && ! EQ(FSType, vtab.vfs_fstype)) in find_fstype()
1713 "warning: %s is of type %s", special, vtab.vfs_fstype); in find_fstype()
1714 return (new_string(vtab.vfs_fstype)); in find_fstype()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c497 struct sdev_vop_table vtab[] = { variable
1428 for (i = 0; vtab[i].vt_name != NULL; i++) { in sdev_filldir_dynamic()
1438 if ((vtab[i].vt_flags & SDEV_PERSIST) || in sdev_filldir_dynamic()
1439 !(vtab[i].vt_flags & SDEV_DYNAMIC)) in sdev_filldir_dynamic()
1441 nm = vtab[i].vt_name; in sdev_filldir_dynamic()
H A Dsdev_plugin.c934 for (vtp = &vtab[0]; vtp->vt_name != NULL; vtp++) in sdev_plugin_init()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h532 extern struct sdev_vop_table vtab[];