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

/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_list.c150 if (nhp->th_nodearr[i] != NULL)
151 return (nhp->th_nodearr[i]);
177 if (nhp->th_nodearr[i] != NULL) {
178 return (nhp->th_nodearr[i]);
H A Dtopo_node.c82 * | (children)| | th_nodearr (instances)|
153 if (node == nhp->th_nodearr[i]) {
154 nhp->th_nodearr[i] = NULL;
183 assert(nhp->th_nodearr[i] == NULL);
187 topo_mod_free(hmod, nhp->th_nodearr,
286 if (nhp->th_nodearr != NULL) {
287 topo_mod_free(mod, nhp->th_nodearr,
326 if ((nhp->th_nodearr = topo_mod_zalloc(mod,
368 assert(nhp->th_nodearr[i] == NULL);
376 if (nhp->th_nodearr !
[all...]
H A Dtopo_tree.h51 tnode_t **th_nodearr; /* node array */ member in struct:topo_nodehash
H A Dtopo_2xml.c293 if (nhp->th_nodearr[i] != NULL)
307 if (nhp->th_nodearr[i] != NULL)
308 txml_print_node(thp, fp, nhp->th_nodearr[i]);
H A Dtopo_snap.c452 assert(nhp->th_nodearr[i] == NULL);
456 topo_mod_free(mod, nhp->th_nodearr,
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c864 (uintptr_t)(state->hash.th_nodearr+i)) != sizeof (tnode_t *)) {
867 state->hash.th_nodearr+i);

Completed in 102 milliseconds