Searched refs:thisprop (Results 1 – 1 of 1) sorted by relevance
363 scf_simple_prop_t *thisprop, *prevprop, *newprop; in insert_app_props() local375 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()[all …]