Searched refs:oldnode (Results 1 – 4 of 4) sorted by relevance
117 struct profile_node *profile_copy_node(struct profile_node *oldnode) in profile_copy_node() argument121 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()
143 (struct profile_node *oldnode);
130 avl_walk(avl_tree_t *tree, void *oldnode, int left) in avl_walk() argument133 avl_node_t *node = AVL_DATA2NODE(oldnode, off); in avl_walk()
1733 node_p node, oldnode; in ng_path2noderef() local1824 oldnode = node; in ng_path2noderef()1827 NG_NODE_UNREF(oldnode); /* XXX another race */ in ng_path2noderef()