Lines Matching refs:vsw
659 struct vfssw *vsw; in vfs_mountdevices() local
682 vsw = vfs_getvfsswbyname("devfs"); in vfs_mountdevices()
683 VFS_INIT(&devices, &vsw->vsw_vfsops, NULL); in vfs_mountdevices()
737 struct vfssw *vsw; in vfs_mountdev1() local
760 vsw = vfs_getvfsswbyname("dev"); in vfs_mountdev1()
761 VFS_INIT(&dev, &vsw->vsw_vfsops, NULL); in vfs_mountdev1()
4515 struct vfssw *vsw; in rootconf() local
4542 vsw = vfs_getvfsswbyname(fstyp); in rootconf()
4544 if (vsw == NULL) { in rootconf()
4548 VFS_INIT(rootvfs, &vsw->vsw_vfsops, 0); in rootconf()
4588 vfs_unrefvfssw(vsw); in rootconf()