Home
last modified time | relevance | path

Searched refs:oldnode (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/util/profile/
H A Dprof_tree.c117 struct profile_node *profile_copy_node(struct profile_node *oldnode) in profile_copy_node() argument
121 if (oldnode->magic != PROF_MAGIC_NODE) in profile_copy_node()
126 node->name = strdup(oldnode->name); in profile_copy_node()
129 if (oldnode->value != NULL) { in profile_copy_node()
130 node->value = strdup(oldnode->value); in profile_copy_node()
131 if (oldnode->value == NULL) in profile_copy_node()
134 node->group_level = oldnode->group_level; in profile_copy_node()
135 node->final = oldnode->final; in profile_copy_node()
136 node->deleted = oldnode->deleted; in profile_copy_node()
140 for (p = oldnode->first_child; p != NULL; p = p->next) { in profile_copy_node()
H A Dprof_int.h143 (struct profile_node *oldnode);
/freebsd/sys/contrib/openzfs/module/avl/
H A Davl.c130 avl_walk(avl_tree_t *tree, void *oldnode, int left) in avl_walk() argument
133 avl_node_t *node = AVL_DATA2NODE(oldnode, off); in avl_walk()
/freebsd/sys/netgraph/
H A Dng_base.c1733 node_p node, oldnode; in ng_path2noderef() local
1824 oldnode = node; in ng_path2noderef()
1827 NG_NODE_UNREF(oldnode); /* XXX another race */ in ng_path2noderef()