Lines Matching refs:thisprop

363 	scf_simple_prop_t	*thisprop, *prevprop, *newprop;  in insert_app_props()  local
375 thisprop = thispg->pg_proplist; in insert_app_props()
379 while ((thisprop != NULL) && (!found)) { in insert_app_props()
380 if (strcmp(thisprop->pr_propname, propname) == 0) { in insert_app_props()
386 if (thisprop == thispg->pg_proplist) in insert_app_props()
392 newprop->pr_next = thisprop->pr_next; in insert_app_props()
393 scf_simple_prop_free(thisprop); in insert_app_props()
394 thisprop = NULL; in insert_app_props()
396 if (thisprop != thispg->pg_proplist) in insert_app_props()
398 thisprop = thisprop->pr_next; in insert_app_props()
1794 scf_simple_prop_t *thisprop, *nextprop; in scf_simple_app_props_get() local
1910 thisprop = NULL; in scf_simple_app_props_get()
1929 if (thisprop != NULL) { in scf_simple_app_props_get()
1933 thisprop->pr_next = nextprop; in scf_simple_app_props_get()
1934 thisprop = nextprop; in scf_simple_app_props_get()
1937 if ((thisprop = fill_prop(prop, in scf_simple_app_props_get()
1940 nextpg->pg_proplist = thisprop; in scf_simple_app_props_get()
1941 nextprop = thisprop; in scf_simple_app_props_get()
2036 thisprop = NULL; in scf_simple_app_props_get()
2060 if (thisprop != NULL) { in scf_simple_app_props_get()
2065 thisprop->pr_next = nextprop; in scf_simple_app_props_get()
2066 thisprop = nextprop; in scf_simple_app_props_get()
2069 if ((thisprop = fill_prop(prop, in scf_simple_app_props_get()
2073 nextpg->pg_proplist = thisprop; in scf_simple_app_props_get()
2074 nextprop = thisprop; in scf_simple_app_props_get()