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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.h49 topo_list_t tpg_pvals; /* property values */ member in struct:topo_pgroup
H A Dtopo_prop.c100 for (pvl = topo_list_next(&pg->tpg_pvals); pvl != NULL;
558 topo_list_append(&pg->tpg_pvals, pvl);
999 topo_list_delete(&pg->tpg_pvals, pvl);
1114 topo_list_append(&pg->tpg_pvals, pvl);
1250 topo_list_delete(&pg->tpg_pvals, pvl);
1278 while ((pvl = topo_list_next(&pg->tpg_pvals)) != NULL) {
1279 topo_list_delete(&pg->tpg_pvals, pvl);
1442 for (pvl = topo_list_next(&pg->tpg_pvals); pvl != NULL;
1511 for (pvl = topo_list_next(&pg->tpg_pvals); pvl != NULL;
H A Dtopo_2xml.c242 for (plp = topo_list_next(&pg->tpg_pvals); plp != NULL;
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c778 wsp->walk_addr = (uintptr_t)pg.tpg_pvals.l_next;

Completed in 76 milliseconds