Searched refs:tn_methods (Results 1 – 3 of 3) sorted by relevance
48 for (mp = topo_list_next(&node->tn_methods); mp != NULL; in topo_method_lookup()70 for (mp = topo_list_next(&node->tn_methods); mp != NULL; in topo_method_supported()112 topo_list_delete(&node->tn_methods, mp); in set_methregister_error()174 topo_list_append(&node->tn_methods, imp); in topo_method_register()193 for (mp = topo_list_next(&node->tn_methods); mp != NULL; in topo_method_unregister()204 topo_list_delete(&node->tn_methods, mp); in topo_method_unregister()221 while ((mp = topo_list_next(&node->tn_methods)) != NULL) { in topo_method_unregister_all()222 topo_list_delete(&node->tn_methods, mp); in topo_method_unregister_all()240 for (mp = topo_list_next(&node->tn_methods); mp != NULL; in topo_method_call()
70 topo_list_t tn_methods; /* Registered method list */ member
313 mdb_printf("%-12s 0x%-34p %-30s\n", "tn_methods", &(tn.tn_methods), in topo_node()