Searched refs:th_nodearr (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_node.c | 153 if (node == nhp->th_nodearr[i]) { in topo_node_destroy() 154 nhp->th_nodearr[i] = NULL; in topo_node_destroy() 183 assert(nhp->th_nodearr[i] == NULL); in topo_node_destroy() 187 topo_mod_free(hmod, nhp->th_nodearr, in topo_node_destroy() 286 if (nhp->th_nodearr != NULL) { in node_create_seterror() 287 topo_mod_free(mod, nhp->th_nodearr, in node_create_seterror() 326 if ((nhp->th_nodearr = topo_mod_zalloc(mod, in topo_node_range_create() 368 assert(nhp->th_nodearr[i] == NULL); in topo_node_range_destroy() 376 if (nhp->th_nodearr != NULL) { in topo_node_range_destroy() 377 topo_mod_free(mod, nhp->th_nodearr, in topo_node_range_destroy() [all …]
|
H A D | topo_list.c | 150 if (nhp->th_nodearr[i] != NULL) in topo_child_first() 151 return (nhp->th_nodearr[i]); in topo_child_first() 177 if (nhp->th_nodearr[i] != NULL) { in topo_child_next() 178 return (nhp->th_nodearr[i]); in topo_child_next()
|
H A D | topo_2xml.c | 293 if (nhp->th_nodearr[i] != NULL) in txml_print_range() 307 if (nhp->th_nodearr[i] != NULL) in txml_print_range() 308 txml_print_node(thp, fp, nhp->th_nodearr[i]); in txml_print_range()
|
H A D | topo_tree.h | 51 tnode_t **th_nodearr; /* node array */ member
|
H A D | topo_snap.c | 452 assert(nhp->th_nodearr[i] == NULL); in topo_snap_destroy() 456 topo_mod_free(mod, nhp->th_nodearr, in topo_snap_destroy()
|
/titanic_41/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 864 (uintptr_t)(state->hash.th_nodearr+i)) != sizeof (tnode_t *)) { in tnh_walk_step() 867 state->hash.th_nodearr+i); in tnh_walk_step()
|