Home
last modified time | relevance | path

Searched refs:tn_pgroups (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.c87 for (pg = topo_list_next(&node->tn_pgroups); pg != NULL; in pgroup_get()
989 for (pg = topo_list_next(&node->tn_pgroups); pg != NULL; in topo_prop_method_unregister()
1137 for (pg = topo_list_next(&node->tn_pgroups); pg != NULL; in topo_pgroup_info()
1199 for (pg = topo_list_next(&node->tn_pgroups); pg != NULL; in topo_pgroup_create()
1228 topo_list_append(&node->tn_pgroups, pg); in topo_pgroup_create()
1243 for (pg = topo_list_next(&node->tn_pgroups); pg != NULL; in topo_pgroup_destroy()
1261 topo_list_delete(&node->tn_pgroups, pg); in topo_pgroup_destroy()
1283 while ((pg = topo_list_next(&node->tn_pgroups)) != NULL) { in topo_pgroup_destroy_all()
1290 topo_list_delete(&node->tn_pgroups, pg); in topo_pgroup_destroy_all()
1431 for (pg = topo_list_next(&node->tn_pgroups); pg != NULL; in topo_prop_getpgrp()
[all …]
H A Dtopo_tree.h72 topo_list_t tn_pgroups; /* Property group list */ member
H A Dtopo_2xml.c408 for (pg = topo_list_next(&node->tn_pgroups); pg != NULL; in txml_print_node()
H A Dtopo_digraph_xml.c607 for (pg = topo_list_next(&tn->tn_pgroups); pg != NULL; in serialize_pgroups()
615 for (pg = topo_list_next(&tn->tn_pgroups); pg != NULL; in serialize_pgroups()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c312 mdb_printf("%-12s 0x%-34p %-30s\n", "tn_pgroups", &(tn.tn_pgroups), in topo_node()
723 wsp->walk_addr = (uintptr_t)node.tn_pgroups.l_next; in tpg_walk_init()