Searched refs:th_nodearr (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_node.c | 157 if (node == nhp->th_nodearr[i]) { in topo_node_destroy() 158 nhp->th_nodearr[i] = NULL; in topo_node_destroy() 187 assert(nhp->th_nodearr[i] == NULL); in topo_node_destroy() 191 topo_mod_free(hmod, nhp->th_nodearr, in topo_node_destroy() 304 if (nhp->th_nodearr != NULL) { in node_create_seterror() 305 topo_mod_free(mod, nhp->th_nodearr, in node_create_seterror() 344 if ((nhp->th_nodearr = topo_mod_zalloc(mod, in topo_node_range_create() 386 assert(nhp->th_nodearr[i] == NULL); in topo_node_range_destroy() 394 if (nhp->th_nodearr != NULL) { in topo_node_range_destroy() 395 topo_mod_free(mod, nhp->th_nodearr, in topo_node_range_destroy() [all …]
|
H A D | topo_list.c | 153 if (nhp->th_nodearr[i] != NULL) in topo_child_first() 154 return (nhp->th_nodearr[i]); in topo_child_first() 180 if (nhp->th_nodearr[i] != NULL) { in topo_child_next() 181 return (nhp->th_nodearr[i]); in topo_child_next()
|
H A D | topo_2xml.c | 434 if (nhp->th_nodearr[i] != NULL) in txml_print_range() 448 if (nhp->th_nodearr[i] != NULL) in txml_print_range() 449 txml_print_node(thp, fp, nhp->th_nodearr[i]); in txml_print_range()
|
H A D | topo_tree.h | 54 tnode_t **th_nodearr; /* node array */ member
|
H A D | topo_snap.c | 500 assert(nhp->th_nodearr[i] == NULL); in topo_snap_destroy() 504 topo_mod_free(mod, nhp->th_nodearr, in topo_snap_destroy()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 865 (uintptr_t)(state->hash.th_nodearr+i)) != sizeof (tnode_t *)) { in tnh_walk_step() 868 state->hash.th_nodearr+i); in tnh_walk_step()
|