Lines Matching refs:vsw
679 struct vfssw *vsw; in vfs_mountdevices() local
702 vsw = vfs_getvfsswbyname("devfs"); in vfs_mountdevices()
703 VFS_INIT(&devices, &vsw->vsw_vfsops, NULL); in vfs_mountdevices()
757 struct vfssw *vsw; in vfs_mountdev1() local
780 vsw = vfs_getvfsswbyname("dev"); in vfs_mountdev1()
781 VFS_INIT(&dev, &vsw->vsw_vfsops, NULL); in vfs_mountdev1()
4652 struct vfssw *vsw; in rootconf() local
4679 vsw = vfs_getvfsswbyname(fstyp); in rootconf()
4681 if (vsw == NULL) { in rootconf()
4685 VFS_INIT(rootvfs, &vsw->vsw_vfsops, 0); in rootconf()
4725 vfs_unrefvfssw(vsw); in rootconf()