Searched refs:vcpp (Results 1 – 1 of 1) sorted by relevance
587 struct vfstable **vcpp; in vfstable_del() local599 for (vcpp = &vfsconf; *vcpp; vcpp = &(*vcpp)->vfc_next) { in vfstable_del()600 if (*vcpp == vtbl) { in vfstable_del()605 if (*vcpp == NULL) { in vfstable_del()608 if ((*vcpp)->vfc_sysctl) { in vfstable_del()609 sysctl_unregister_oid((*vcpp)->vfc_sysctl); in vfstable_del()610 (*vcpp)->vfc_sysctl->oid_name = NULL; in vfstable_del()611 kfree_type(struct sysctl_oid, (*vcpp)->vfc_sysctl); in vfstable_del()615 vcdelp = *vcpp; in vfstable_del()616 *vcpp = (*vcpp)->vfc_next; in vfstable_del()