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

/opensolaris-onvv-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c362 scf_simple_prop_t *thisprop, *prevprop, *newprop; local
374 thisprop = thispg->pg_proplist;
378 while ((thisprop != NULL) && (!found)) {
379 if (strcmp(thisprop->pr_propname, propname) == 0) {
385 if (thisprop == thispg->pg_proplist)
391 newprop->pr_next = thisprop->pr_next;
392 scf_simple_prop_free(thisprop);
393 thisprop = NULL;
395 if (thisprop != thispg->pg_proplist)
397 thisprop
1793 scf_simple_prop_t *thisprop, *nextprop; local
[all...]

Completed in 102 milliseconds