Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c605 cnp->tn_name, cnp->tn_instance); in step_child()
611 cnp->tn_name, cnp->tn_instance, nnp->tn_name, nnp->tn_instance); in step_child()
634 cnp->tn_name, cnp->tn_instance); in step_sibling()
640 cnp->tn_name, cnp->tn_instance, nnp->tn_name, nnp->tn_instance); in step_sibling()
790 cnp->tn_name, cnp->tn_instance); in topo_walk_bottomup()
H A Dtopo_builtin.c159 rnode->tn_name, rnode->tn_instance, rnode->tn_instance, in topo_builtin_create()
H A Dtopo_node.c259 return (node->tn_instance); in topo_node_instance()
455 node->tn_instance, topo_strerror(err)); in node_bind_seterror()
505 node->tn_instance = inst; in topo_node_bind()
525 topo_node_instance(pnode), node->tn_name, node->tn_instance); in topo_node_bind()
606 node->tn_instance = inst; in topo_node_facbind()
784 node->tn_instance, node->tn_refs); in topo_node_unbind()
H A Dtopo_tree.h64 topo_instance_t tn_instance; /* Node instance */ member
H A Dtopo_tree.c109 rp->tn_instance = 0; in topo_tree_create()
H A Dtopo_list.c177 index = topo_node_hash(node->tn_phash, node->tn_instance) + 1; in topo_child_next()
H A Dtopo_digraph.c193 tn->tn_instance = 0; in topo_digraph_new()
281 tn->tn_instance = inst; in topo_vertex_new()
H A Dtopo_mod.c257 node->tn_instance); in topo_mod_enumerate()
270 (char *)node->tn_name, node->tn_instance); in topo_mod_enumerate()
H A Dtopo_2xml.c394 (void) snprintf(inst, INT32BUFSZ, "%d", node->tn_instance); in txml_print_node()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c282 mdb_printf("%-12s %-36d %-30s\n", "tn_instance", tn.tn_instance, in topo_node()
477 parent, buf, node.tn_instance); in dump_tnode()