Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mtree.c66 p_mtn->child_array[i] = NULL; in osm_mtree_node_new()
79 if ((p_mtn->child_array[i] != NULL) && in osm_mtree_destroy()
80 (p_mtn->child_array[i] != OSM_MTREE_LEAF)) in osm_mtree_destroy()
81 osm_mtree_destroy(p_mtn->child_array[i]); in osm_mtree_destroy()
97 if (p_mtn->child_array != NULL) {
100 if ((p_mtn->child_array[i] != NULL)
101 && (p_mtn->child_array[i] != OSM_MTREE_LEAF))
102 mtree_dump(p_mtn->child_array[i]);
H A Dosm_mcast_mgr.c708 p_mtn->child_array[i] = in mcast_mgr_branch()
720 p_mtn->child_array[i] = OSM_MTREE_LEAF; in mcast_mgr_branch()
H A Dosm_torus.c8748 mtn->child_array[p] = in mcast_stree_branch()
8751 if (!mtn->child_array[p]) in mcast_stree_branch()
8781 mtn->child_array[port->port] = OSM_MTREE_LEAF; in mcast_stree_branch()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_mtree.h104 struct osm_mtree_node *child_array[1]; member
222 return (p_mtn->child_array[child]); in osm_mtree_node_get_child()