Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c203 topo_mod_strfree(mod, node->tn_name); in topo_node_destroy()
253 return (node->tn_name); in topo_node_name()
454 "%s\n", (node->tn_name != NULL ? node->tn_name : "unknown"), in node_bind_seterror()
504 node->tn_name = nhp->th_name; in topo_node_bind()
525 topo_node_instance(pnode), node->tn_name, node->tn_instance); in topo_node_bind()
605 node->tn_name = nhp->th_name; in topo_node_facbind()
657 "facility node bound %s=%s\n", type, node->tn_name); in topo_node_facbind()
783 "node unbound %s=%d refs = %d\n", node->tn_name, in topo_node_unbind()
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_tree.h63 char *tn_name; /* Node name */ member
H A Dtopo_builtin.c159 rnode->tn_name, rnode->tn_instance, rnode->tn_instance, in topo_builtin_create()
H A Dtopo_tree.c108 rp->tn_name = tp->tt_scheme; in topo_tree_create()
H A Dtopo_digraph.c192 tn->tn_name = (char *)scheme; in topo_digraph_new()
274 if ((tn->tn_name = topo_mod_strdup(mod, name)) == NULL) { in topo_vertex_new()
308 topo_mod_strfree(mod, tn->tn_name); in topo_vertex_new()
H A Dtopo_mod.c256 "node %s=%d\n", (char *)mod->tm_name, (char *)node->tn_name, in topo_mod_enumerate()
270 (char *)node->tn_name, node->tn_instance); in topo_mod_enumerate()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c265 if (mdb_readstr(name, sizeof (name), (uintptr_t)tn.tn_name) < 0) { in topo_node()
266 (void) mdb_snprintf(name, sizeof (name), "<%p>", tn.tn_name); in topo_node()
467 if (mdb_readstr(buf, sizeof (buf), (uintptr_t)node.tn_name) < 0) { in dump_tnode()
469 node.tn_name); in dump_tnode()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c44 const char *tn_name; /* query string to lookup */ member
217 (id = ctf_lookup_by_name(fp, tnp->tn_name)) != CTF_ERR) { in obj_lookup()
278 arg.tn_name = name; in name_to_type()