Searched refs:pg_proplist (Results 1 – 2 of 2) sorted by relevance
375 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()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()1872 thispg->pg_proplist = NULL; in scf_simple_app_props_get()1891 nextpg->pg_proplist = NULL; in scf_simple_app_props_get()1940 nextpg->pg_proplist = thisprop; in scf_simple_app_props_get()[all …]
66 scf_simple_prop_t *pg_proplist; member