Lines Matching refs:vsw
681 struct vfssw *vsw; in vfs_mountdevices() local
704 vsw = vfs_getvfsswbyname("devfs"); in vfs_mountdevices()
705 VFS_INIT(&devices, &vsw->vsw_vfsops, NULL); in vfs_mountdevices()
759 struct vfssw *vsw; in vfs_mountdev1() local
782 vsw = vfs_getvfsswbyname("dev"); in vfs_mountdev1()
783 VFS_INIT(&dev, &vsw->vsw_vfsops, NULL); in vfs_mountdev1()
4628 struct vfssw *vsw; in rootconf() local
4655 vsw = vfs_getvfsswbyname(fstyp); in rootconf()
4657 if (vsw == NULL) { in rootconf()
4661 VFS_INIT(rootvfs, &vsw->vsw_vfsops, 0); in rootconf()
4701 vfs_unrefvfssw(vsw); in rootconf()