Lines Matching refs:pr_next
150 ret->pr_next = NULL; in fill_prop()
389 prevprop->pr_next = newprop; in insert_app_props()
392 newprop->pr_next = thisprop->pr_next; in insert_app_props()
397 prevprop = prevprop->pr_next; in insert_app_props()
398 thisprop = thisprop->pr_next; in insert_app_props()
410 prevprop->pr_next = newprop; in insert_app_props()
1933 thisprop->pr_next = nextprop; in scf_simple_app_props_get()
1944 nextprop->pr_next = NULL; in scf_simple_app_props_get()
2065 thisprop->pr_next = nextprop; in scf_simple_app_props_get()
2077 nextprop->pr_next = NULL; in scf_simple_app_props_get()
2150 propnext = propthis->pr_next; in scf_simple_app_props_free()
2207 if (last->pr_next != NULL) in scf_simple_app_props_next()
2208 return (last->pr_next); in scf_simple_app_props_next()
2263 prop = prop->pr_next; in scf_simple_app_props_search()