Lines Matching refs:vsw
687 struct vfssw *vsw; in vfs_mountdevices() local
710 vsw = vfs_getvfsswbyname("devfs"); in vfs_mountdevices()
711 VFS_INIT(&devices, &vsw->vsw_vfsops, NULL); in vfs_mountdevices()
765 struct vfssw *vsw; in vfs_mountdev1() local
788 vsw = vfs_getvfsswbyname("dev"); in vfs_mountdev1()
789 VFS_INIT(&dev, &vsw->vsw_vfsops, NULL); in vfs_mountdev1()
4640 struct vfssw *vsw; in rootconf() local
4667 vsw = vfs_getvfsswbyname(fstyp); in rootconf()
4669 if (vsw == NULL) { in rootconf()
4673 VFS_INIT(rootvfs, &vsw->vsw_vfsops, 0); in rootconf()
4713 vfs_unrefvfssw(vsw); in rootconf()