Home
last modified time | relevance | path

Searched refs:tmp_node (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_repos/
H A Dnode_tree.c73 svn_repos_node_t *tmp_node; in create_sibling_node() local
80 tmp_node = elder; in create_sibling_node()
81 while (tmp_node->sibling) in create_sibling_node()
82 tmp_node = tmp_node->sibling; in create_sibling_node()
85 return (tmp_node->sibling = create_node(name, elder->parent, pool)); in create_sibling_node()
112 svn_repos_node_t *tmp_node; in find_child_by_name() local
119 tmp_node = parent->child; in find_child_by_name()
122 if (! strcmp(tmp_node->name, name)) in find_child_by_name()
124 return tmp_node; in find_child_by_name()
128 if (tmp_node->sibling) in find_child_by_name()
[all …]
/freebsd-12.1/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c499 svn_repos_node_t *tmp_node; in print_dirs_changed_tree() local
518 tmp_node = node->child; in print_dirs_changed_tree()
519 while (tmp_node && (! print_me)) in print_dirs_changed_tree()
521 if ((tmp_node->kind == svn_node_file) in print_dirs_changed_tree()
522 || (tmp_node->action == 'A') in print_dirs_changed_tree()
523 || (tmp_node->action == 'D')) in print_dirs_changed_tree()
527 tmp_node = tmp_node->sibling; in print_dirs_changed_tree()
537 tmp_node = node->child; in print_dirs_changed_tree()
538 if (! tmp_node) in print_dirs_changed_tree()
543 while (tmp_node) in print_dirs_changed_tree()
[all …]
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_fabric.c131 ocs_node_t *tmp_node; in ocs_fabric_notify_topology() local
137 ocs_list_foreach_safe(&node->sport->node_list, tmp_node, next) { in ocs_fabric_notify_topology()
138 if (tmp_node != node) { in ocs_fabric_notify_topology()
139 ocs_node_post_event(tmp_node, OCS_EVT_SPORT_TOPOLOGY_NOTIFY, (void *)topology); in ocs_fabric_notify_topology()
/freebsd-12.1/contrib/ofed/opensm/opensm/
H A Dosm_ucast_cache.c787 osm_node_t *tmp_node = p_node_1; in osm_ucast_cache_check_new_link() local
791 p_node_2 = tmp_node; in osm_ucast_cache_check_new_link()
H A Dosm_ucast_dfsssp.c196 vertex_t *tmp_node = NULL; in heap_exchange() local
203 tmp_node = heap->nodes[i]; in heap_exchange()
205 heap->nodes[j] = tmp_node; in heap_exchange()