vfspp 2096 kern/vfs_subr.c struct vfsconf **vfspp;
vfspp 2105 kern/vfs_subr.c for (vfspp = &vfsconf, vfsp = vfsconf; vfsp;
vfspp 2106 kern/vfs_subr.c vfspp = &vfsp->vfc_next, vfsp = vfsp->vfc_next)
vfspp 2116 kern/vfs_subr.c *vfspp = vfs;
vfspp 2129 kern/vfs_subr.c struct vfsconf **vfspp;
vfspp 2133 kern/vfs_subr.c for (vfspp = &vfsconf, vfsp = vfsconf; vfsp;
vfspp 2134 kern/vfs_subr.c vfspp = &vfsp->vfc_next, vfsp = vfsp->vfc_next) {
vfspp 2146 kern/vfs_subr.c *vfspp = vfsp->vfc_next;
vfspp 121 xfs/xfs_vfsops-openbsd.c struct vfsconf **vfspp;
vfspp 124 xfs/xfs_vfsops-openbsd.c for (vfspp = &vfsconf, vfsp = vfsconf;
vfspp 126 xfs/xfs_vfsops-openbsd.c vfspp = &vfsp->vfc_next, vfsp = vfsp->vfc_next)
vfspp 133 xfs/xfs_vfsops-openbsd.c *vfspp = vfs;
vfspp 150 xfs/xfs_vfsops-openbsd.c struct vfsconf **vfspp;
vfspp 153 xfs/xfs_vfsops-openbsd.c for (vfspp = &vfsconf, vfsp = vfsconf;
vfspp 155 xfs/xfs_vfsops-openbsd.c vfspp = &vfsp->vfc_next, vfsp = vfsp->vfc_next)
vfspp 166 xfs/xfs_vfsops-openbsd.c *vfspp = vfsp->vfc_next;