Home
last modified time | relevance | path

Searched refs:tn_methods (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c52 for (mp = topo_list_next(&node->tn_methods); mp != NULL; in topo_method_lookup()
74 for (mp = topo_list_next(&node->tn_methods); mp != NULL; in topo_method_supported()
116 topo_list_delete(&node->tn_methods, mp); in set_methregister_error()
178 topo_list_append(&node->tn_methods, imp); in topo_method_register()
197 for (mp = topo_list_next(&node->tn_methods); mp != NULL; in topo_method_unregister()
208 topo_list_delete(&node->tn_methods, mp); in topo_method_unregister()
225 while ((mp = topo_list_next(&node->tn_methods)) != NULL) { in topo_method_unregister_all()
226 topo_list_delete(&node->tn_methods, mp); in topo_method_unregister_all()
244 for (mp = topo_list_next(&node->tn_methods); mp != NULL; in topo_method_call()
H A Dtopo_tree.h73 topo_list_t tn_methods; /* Registered method list */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c314 mdb_printf("%-12s 0x%-34p %-30s\n", "tn_methods", &(tn.tn_methods), in topo_node()