Searched refs:tn_pgroups (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.h69 topo_list_t tn_pgroups; /* Property group list */ member in struct:topo_node
H A Dtopo_prop.c82 for (pg = topo_list_next(&node->tn_pgroups); pg != NULL;
986 for (pg = topo_list_next(&node->tn_pgroups); pg != NULL;
1134 for (pg = topo_list_next(&node->tn_pgroups); pg != NULL;
1196 for (pg = topo_list_next(&node->tn_pgroups); pg != NULL;
1225 topo_list_append(&node->tn_pgroups, pg);
1240 for (pg = topo_list_next(&node->tn_pgroups); pg != NULL;
1258 topo_list_delete(&node->tn_pgroups, pg);
1280 while ((pg = topo_list_next(&node->tn_pgroups)) != NULL) {
1287 topo_list_delete(&node->tn_pgroups, pg);
1431 for (pg = topo_list_next(&node->tn_pgroups); p
[all...]
H A Dtopo_2xml.c267 for (pg = topo_list_next(&node->tn_pgroups); pg != NULL;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c311 mdb_printf("%-12s 0x%-34p %-30s\n", "tn_pgroups", &(tn.tn_pgroups),
722 wsp->walk_addr = (uintptr_t)node.tn_pgroups.l_next;

Completed in 178 milliseconds