Lines Matching refs:thisprop
361 scf_simple_prop_t *thisprop, *prevprop, *newprop;
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 = thisprop->pr_next;
1808 scf_simple_prop_t *thisprop, *nextprop;
1920 thisprop = NULL;
1939 if (thisprop != NULL) {
1943 thisprop->pr_next = nextprop;
1944 thisprop = nextprop;
1947 if ((thisprop = fill_prop(prop,
1950 nextpg->pg_proplist = thisprop;
1951 nextprop = thisprop;
2046 thisprop = NULL;
2070 if (thisprop != NULL) {
2075 thisprop->pr_next = nextprop;
2076 thisprop = nextprop;
2079 if ((thisprop = fill_prop(prop,
2083 nextpg->pg_proplist = thisprop;
2084 nextprop = thisprop;