Lines Matching refs:nextprop
1794 scf_simple_prop_t *thisprop, *nextprop; in scf_simple_app_props_get() local
1930 if ((nextprop = fill_prop(prop, 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()
1941 nextprop = thisprop; in scf_simple_app_props_get()
1943 nextprop->pr_pg = nextpg; in scf_simple_app_props_get()
1944 nextprop->pr_next = NULL; in scf_simple_app_props_get()
2061 if ((nextprop = fill_prop(prop, 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()
2074 nextprop = thisprop; in scf_simple_app_props_get()
2076 nextprop->pr_pg = nextpg; in scf_simple_app_props_get()
2077 nextprop->pr_next = NULL; in scf_simple_app_props_get()