Searched refs:tn_instance (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_snap.c | 535 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 D | topo_builtin.c | 142 rnode->tn_instance, rnode->tn_instance, NULL) < 0) { in topo_builtin_create()
|
H A D | topo_node.c | 247 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 D | topo_tree.h | 61 topo_instance_t tn_instance; /* Node instance */ member
|
H A D | topo_list.c | 174 index = topo_node_hash(node->tn_phash, node->tn_instance) + 1; in topo_child_next()
|
H A D | topo_tree.c | 109 rp->tn_instance = 0; in topo_tree_create()
|
H A D | topo_mod.c | 251 node->tn_instance); in topo_mod_enumerate() 264 (char *)node->tn_name, node->tn_instance); in topo_mod_enumerate()
|
H A D | topo_2xml.c | 265 (void) snprintf(inst, INT32BUFSZ, "%d", node->tn_instance); in txml_print_node()
|
/titanic_50/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 281 mdb_printf("%-12s %-36d %-30s\n", "tn_instance", tn.tn_instance, in topo_node() 476 parent, buf, node.tn_instance); in dump_tnode()
|