Home
last modified time | relevance | path

Searched refs:tn_instance (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c535 cnp->tn_name, cnp->tn_instance); in step_child()
541 cnp->tn_name, cnp->tn_instance, nnp->tn_name, nnp->tn_instance); in step_child()
564 cnp->tn_name, cnp->tn_instance); in step_sibling()
570 cnp->tn_name, cnp->tn_instance, nnp->tn_name, nnp->tn_instance); in step_sibling()
720 cnp->tn_name, cnp->tn_instance); in topo_walk_bottomup()
H A Dtopo_builtin.c142 rnode->tn_instance, rnode->tn_instance, NULL) < 0) { in topo_builtin_create()
H A Dtopo_node.c247 return (node->tn_instance); in topo_node_instance()
437 node->tn_instance, topo_strerror(err)); in node_bind_seterror()
487 node->tn_instance = inst; in topo_node_bind()
507 topo_node_instance(pnode), node->tn_name, node->tn_instance); in topo_node_bind()
588 node->tn_instance = inst; in topo_node_facbind()
768 node->tn_instance, node->tn_refs); in topo_node_unbind()
H A Dtopo_tree.h61 topo_instance_t tn_instance; /* Node instance */ member
H A Dtopo_list.c174 index = topo_node_hash(node->tn_phash, node->tn_instance) + 1; in topo_child_next()
H A Dtopo_tree.c109 rp->tn_instance = 0; in topo_tree_create()
H A Dtopo_mod.c251 node->tn_instance); in topo_mod_enumerate()
264 (char *)node->tn_name, node->tn_instance); in topo_mod_enumerate()
H A Dtopo_2xml.c265 (void) snprintf(inst, INT32BUFSZ, "%d", node->tn_instance); in txml_print_node()
/titanic_50/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c281 mdb_printf("%-12s %-36d %-30s\n", "tn_instance", tn.tn_instance, in topo_node()
476 parent, buf, node.tn_instance); in dump_tnode()