Searched refs:slotp (Results 1 – 1 of 1) sorted by relevance
485 struct vfstable *slotp, *allocated = NULL; in vfstable_add() local515 slotp = allocated; in vfstable_add()518 slotp = &vfsconf[slot]; in vfstable_add()528 bcopy(nvfsp, slotp, sizeof(struct vfstable)); in vfstable_add()530 slotp->vfc_next = vfsconf[slot - 1].vfc_next; in vfstable_add()531 vfsconf[slot - 1].vfc_next = slotp; in vfstable_add()533 slotp->vfc_next = NULL; in vfstable_add()536 if (slotp != allocated) { in vfstable_add()544 slotp->vfc_sysctl = oidp; in vfstable_add()545 oidp->oid_name = slotp->vfc_name; in vfstable_add()[all …]