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

/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c83 static int devfstype; /* fstype */ variable
143 devfstype = fstype;
221 vfsp->vfs_fstype = devfstype;
225 vfs_make_fsid(&vfsp->vfs_fsid, vfsp->vfs_dev, devfstype);
293 (void) strcpy(sbp->f_basetype, vfssw[devfstype].vsw_name);

Completed in 549 milliseconds