Searched refs:slotp (Results 1 – 1 of 1) sorted by relevance
497 struct vfstable *slotp, *allocated = NULL; in vfstable_add() local527 slotp = allocated; in vfstable_add()530 slotp = &vfsconf[slot]; in vfstable_add()540 bcopy(nvfsp, slotp, sizeof(struct vfstable)); in vfstable_add()542 slotp->vfc_next = vfsconf[slot - 1].vfc_next; in vfstable_add()543 vfsconf[slot - 1].vfc_next = slotp; in vfstable_add()545 slotp->vfc_next = NULL; in vfstable_add()548 if (slotp != allocated) { in vfstable_add()556 slotp->vfc_sysctl = oidp; in vfstable_add()557 oidp->oid_name = slotp->vfc_name; in vfstable_add()[all …]