Searched refs:vtab (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/prtvtoc/
H A Dprtvtoc.c245 struct vfstab vtab; local
297 while (getvfsent(file, &vtab) == 0) {
298 item = vtab.vfs_special;
299 if ((item == NULL) || (vtab.vfs_mountp == NULL))
328 list[parttn(minor(sb.st_rdev))] = safe_strdup(vtab.vfs_mountp);
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postdaisy/
H A Dpostdaisy.c200 static void vtab(void);
620 vtab();
844 vtab(void) function
871 } /* End of vtab */
/opensolaris-onvv-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c392 vn_setops(vp, sdev_get_vop(dv)); /* from internal vtab */
531 static struct sdev_vop_table vtab[] = variable in typeref:struct:sdev_vop_table
576 for (i = 0; vtab[i].vt_name; i++) {
577 if (strcmp(vtab[i].vt_name, dv->sdev_name) == 0)
578 return (&vtab[i]);
579 if (vtab[i].vt_flags & SDEV_SUBDIR) {
584 vlen = strlen(vtab[i].vt_name);
585 if ((strncmp(vtab[i].vt_name, ptr,
587 return (&vtab[i]);
595 * sets a directory's vnodeops if the directory is in the vtab;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/
H A Ddf.c1754 struct vfstab vtab; local
1760 status = getvfsspec(fp, &vtab, special);
1766 if (F_option && ! EQ(FSType, vtab.vfs_fstype))
1768 "warning: %s is of type %s", special, vtab.vfs_fstype);
1769 return (new_string(vtab.vfs_fstype));

Completed in 197 milliseconds