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

/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c48 for (mp = topo_list_next(&node->tn_methods); mp != NULL;
70 for (mp = topo_list_next(&node->tn_methods); mp != NULL;
112 topo_list_delete(&node->tn_methods, mp);
174 topo_list_append(&node->tn_methods, imp);
193 for (mp = topo_list_next(&node->tn_methods); mp != NULL;
204 topo_list_delete(&node->tn_methods, mp);
221 while ((mp = topo_list_next(&node->tn_methods)) != NULL) {
222 topo_list_delete(&node->tn_methods, mp);
240 for (mp = topo_list_next(&node->tn_methods); mp != NULL;
H A Dtopo_tree.h70 topo_list_t tn_methods; /* Registered method list */ member in struct:topo_node
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c313 mdb_printf("%-12s 0x%-34p %-30s\n", "tn_methods", &(tn.tn_methods),

Completed in 95 milliseconds