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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dnode_tree.c75 svn_repos_node_t *tmp_node;
82 tmp_node = elder;
83 while (tmp_node->sibling)
84 tmp_node = tmp_node->sibling;
87 return (tmp_node->sibling = create_node(name, elder->parent, pool));
114 svn_repos_node_t *tmp_node;
121 tmp_node = parent->child;
124 if (! strcmp(tmp_node->name, name))
126 return tmp_node;
73 svn_repos_node_t *tmp_node; local
112 svn_repos_node_t *tmp_node; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c538 svn_repos_node_t *tmp_node;
557 tmp_node = node->child;
558 while (tmp_node && (! print_me))
560 if ((tmp_node->kind == svn_node_file)
561 || (tmp_node->action == 'A')
562 || (tmp_node->action == 'D'))
566 tmp_node = tmp_node->sibling;
576 tmp_node = node->child;
577 if (! tmp_node)
533 svn_repos_node_t *tmp_node; local
[all...]
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_fabric.c131 ocs_node_t *tmp_node; local
137 ocs_list_foreach_safe(&node->sport->node_list, tmp_node, next) {
138 if (tmp_node != node) {
139 ocs_node_post_event(tmp_node, OCS_EVT_SPORT_TOPOLOGY_NOTIFY, (void *)topology);
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_cache.c787 osm_node_t *tmp_node = p_node_1; local
791 p_node_2 = tmp_node;
H A Dosm_ucast_dfsssp.c196 vertex_t *tmp_node = NULL; local
203 tmp_node = heap->nodes[i];
205 heap->nodes[j] = tmp_node;

Completed in 172 milliseconds