Lines Matching defs:thisprop
363 scf_simple_prop_t *thisprop, *prevprop, *newprop;
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 = thisprop->pr_next;
1794 scf_simple_prop_t *thisprop, *nextprop;
1910 thisprop = NULL;
1929 if (thisprop != NULL) {
1933 thisprop->pr_next = nextprop;
1934 thisprop = nextprop;
1937 if ((thisprop = fill_prop(prop,
1940 nextpg->pg_proplist = thisprop;
1941 nextprop = thisprop;
2036 thisprop = NULL;
2060 if (thisprop != NULL) {
2065 thisprop->pr_next = nextprop;
2066 thisprop = nextprop;
2069 if ((thisprop = fill_prop(prop,
2073 nextpg->pg_proplist = thisprop;
2074 nextprop = thisprop;