Searched refs:vfc_next (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_init.c407 if (i) vfsconf[i-1].vfc_next = vfsp;
528 * through ->vfc_next, and the list is NULL terminated.
573 slotp->vfc_next = vfsconf[slot - 1].vfc_next;
574 vfsconf[slot - 1].vfc_next = slotp;
576 slotp->vfc_next = NULL;
617 for( vcpp = &vfsconf; *vcpp; vcpp = &(*vcpp)->vfc_next) {
627 *vcpp = (*vcpp)->vfc_next;
H A Dvfs_subr.c990 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
1044 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) {
2764 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
2792 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
H A Dkpi_vfs.c832 newvfstbl->vfc_next = NULL;
H A Dvfs_syscalls.c579 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dmount_internal.h299 struct vfstable *vfc_next; /* next in list */ member in struct:vfstable
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c492 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vfsops.c1261 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)

Completed in 247 milliseconds