kern_subr.c | 276 struct vfsops *vops; local in function:setroot_nfs 279 vops = vfs_getopsbyname(MOUNT_NFS); 280 if (vops != NULL && strcmp(rootfstype, MOUNT_NFS) == 0 && 298 if (vops != NULL) 299 vfs_delref(vops); 326 struct vfsops *vops; local in function:setroot_ask 402 for (vops = LIST_FIRST(&vfs_list); vops != NULL; 403 vops = LIST_NEXT(vops, vfs_list)) [all...] |