Searched refs:tn_methods (Results 1 – 3 of 3) sorted by relevance
52 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()
73 topo_list_t tn_methods; /* Registered method list */ member
314 mdb_printf("%-12s 0x%-34p %-30s\n", "tn_methods", &(tn.tn_methods), in topo_node()