Searched refs:thispg (Results 1 – 1 of 1) sorted by relevance
360 scf_simple_pg *thispg, scf_property_t *prop, size_t namelen, in insert_app_props() argument375 thisprop = thispg->pg_proplist; in insert_app_props()376 prevprop = thispg->pg_proplist; in insert_app_props()386 if (thisprop == thispg->pg_proplist) in insert_app_props()387 thispg->pg_proplist = newprop; in insert_app_props()391 newprop->pr_pg = thispg; in insert_app_props()396 if (thisprop != thispg->pg_proplist) in insert_app_props()407 if (thispg->pg_proplist == NULL) in insert_app_props()408 thispg->pg_proplist = newprop; in insert_app_props()412 newprop->pr_pg = thispg; in insert_app_props()[all …]