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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_init.c536 struct vfstable *slotp, *allocated = NULL; local
557 slotp = allocated;
561 slotp = &vfsconf[slot];
571 bcopy(nvfsp, slotp, sizeof(struct vfstable));
573 slotp->vfc_next = vfsconf[slot - 1].vfc_next;
574 vfsconf[slot - 1].vfc_next = slotp;
576 slotp->vfc_next = NULL;
586 return(slotp);

Completed in 23 milliseconds