Searched refs:vcpp (Results 1 – 1 of 1) sorted by relevance
575 struct vfstable **vcpp; in vfstable_del() local587 for (vcpp = &vfsconf; *vcpp; vcpp = &(*vcpp)->vfc_next) { in vfstable_del()588 if (*vcpp == vtbl) { in vfstable_del()593 if (*vcpp == NULL) { in vfstable_del()596 if ((*vcpp)->vfc_sysctl) { in vfstable_del()597 sysctl_unregister_oid((*vcpp)->vfc_sysctl); in vfstable_del()598 (*vcpp)->vfc_sysctl->oid_name = NULL; in vfstable_del()599 kfree_type(struct sysctl_oid, (*vcpp)->vfc_sysctl); in vfstable_del()603 vcdelp = *vcpp; in vfstable_del()604 *vcpp = (*vcpp)->vfc_next; in vfstable_del()