Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.h47 topo_list_t tpg_pvals; /* property values */ member
H A Dtopo_prop.c105 for (pvl = topo_list_next(&pg->tpg_pvals); pvl != NULL; in propval_get()
564 topo_list_append(&pg->tpg_pvals, pvl); in prop_create()
1005 topo_list_delete(&pg->tpg_pvals, pvl); in topo_prop_method_unregister()
1120 topo_list_append(&pg->tpg_pvals, pvl); in topo_prop_inherit()
1256 topo_list_delete(&pg->tpg_pvals, pvl); in topo_pgroup_destroy()
1284 while ((pvl = topo_list_next(&pg->tpg_pvals)) != NULL) { in topo_pgroup_destroy_all()
1285 topo_list_delete(&pg->tpg_pvals, pvl); in topo_pgroup_destroy_all()
1448 for (pvl = topo_list_next(&pg->tpg_pvals); pvl != NULL; in topo_prop_getpgrp()
1517 for (pvl = topo_list_next(&pg->tpg_pvals); pvl != NULL; in topo_prop_getprops()
H A Dtopo_2xml.c371 for (plp = topo_list_next(&pg->tpg_pvals); plp != NULL; in txml_print_pgroup()
H A Dtopo_digraph_xml.c625 for (pvl = topo_list_next(&pg->tpg_pvals); pvl != NULL; in serialize_pgroups()
631 for (pvl = topo_list_next(&pg->tpg_pvals); pvl != NULL; in serialize_pgroups()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c779 wsp->walk_addr = (uintptr_t)pg.tpg_pvals.l_next; in tpl_walk_init()