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

/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel.c361 scf_simple_prop_t *thisprop, *prevprop, *newprop; local
373 thisprop = thispg->pg_proplist;
377 while ((thisprop != NULL) && (!found)) {
378 if (strcmp(thisprop->pr_propname, propname) == 0) {
384 if (thisprop == thispg->pg_proplist)
390 newprop->pr_next = thisprop->pr_next;
391 scf_simple_prop_free(thisprop);
392 thisprop = NULL;
394 if (thisprop != thispg->pg_proplist)
396 thisprop
1808 scf_simple_prop_t *thisprop, *nextprop; local
[all...]

Completed in 22 milliseconds