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

/osnet-11/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;
560 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);
1445 for (pvl = topo_list_next(&pg->tpg_pvals); pvl != NULL;
1515 for (pvl = topo_list_next(&pg->tpg_pvals); pvl != NULL;

Completed in 25 milliseconds