Searched refs:thispg (Results 1 – 1 of 1) sorted by relevance
363 scf_simple_pg *thispg, scf_property_t *prop, size_t namelen, in insert_app_props() argument378 thisprop = thispg->pg_proplist; in insert_app_props()379 prevprop = thispg->pg_proplist; in insert_app_props()389 if (thisprop == thispg->pg_proplist) in insert_app_props()390 thispg->pg_proplist = newprop; in insert_app_props()394 newprop->pr_pg = thispg; in insert_app_props()399 if (thisprop != thispg->pg_proplist) in insert_app_props()410 if (thispg->pg_proplist == NULL) in insert_app_props()411 thispg->pg_proplist = newprop; in insert_app_props()415 newprop->pr_pg = thispg; in insert_app_props()[all …]