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

/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c363 scf_simple_prop_t *thisprop, *prevprop, *newprop; local
375 thisprop = thispg->pg_proplist;
379 while ((thisprop != NULL) && (!found)) {
380 if (strcmp(thisprop->pr_propname, propname) == 0) {
386 if (thisprop == thispg->pg_proplist)
392 newprop->pr_next = thisprop->pr_next;
393 scf_simple_prop_free(thisprop);
394 thisprop = NULL;
396 if (thisprop != thispg->pg_proplist)
398 thisprop
1794 scf_simple_prop_t *thisprop, *nextprop; local
[all...]
/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 76 milliseconds