Home
last modified time | relevance | path

Searched refs:th_nodearr (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c157 if (node == nhp->th_nodearr[i]) { in topo_node_destroy()
158 nhp->th_nodearr[i] = NULL; in topo_node_destroy()
304 if (nhp->th_nodearr != NULL) { in node_create_seterror()
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()
425 node = nhp->th_nodearr[h]; in topo_node_lookup()
482 if (nhp->th_nodearr[h] != NULL) in topo_node_bind()
530 nhp->th_nodearr[h] = node; in topo_node_bind()
578 if (nhp->th_nodearr[h] != NULL) { in topo_node_facbind()
[all …]
H A Dtopo_list.c153 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 Dtopo_2xml.c434 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 Dtopo_tree.h54 tnode_t **th_nodearr; /* node array */ member
H A Dtopo_snap.c500 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 Dlibtopo.c865 (uintptr_t)(state->hash.th_nodearr+i)) != sizeof (tnode_t *)) { in tnh_walk_step()
868 state->hash.th_nodearr+i); in tnh_walk_step()