Lines Matching refs:pg_next
1873 thispg->pg_next = NULL; in scf_simple_app_props_get()
1890 nextpg->pg_next = NULL; in scf_simple_app_props_get()
1892 thispg->pg_next = nextpg; in scf_simple_app_props_get()
1999 if (thispg->pg_next == NULL) in scf_simple_app_props_get()
2002 thispg = thispg->pg_next; in scf_simple_app_props_get()
2034 nextpg->pg_next = NULL; in scf_simple_app_props_get()
2048 thispg->pg_next = nextpg; in scf_simple_app_props_get()
2145 pgnext = pgthis->pg_next; in scf_simple_app_props_free()
2191 while ((this->pg_proplist == NULL) && (this->pg_next != NULL)) in scf_simple_app_props_next()
2192 this = this->pg_next; in scf_simple_app_props_next()
2210 if (last->pr_pg->pg_next == NULL) { in scf_simple_app_props_next()
2215 this = last->pr_pg->pg_next; in scf_simple_app_props_next()
2217 while ((this->pg_proplist == NULL) && (this->pg_next != NULL)) in scf_simple_app_props_next()
2218 this = this->pg_next; in scf_simple_app_props_next()
2249 pg = pg->pg_next; in scf_simple_app_props_search()
2252 pg = pg->pg_next; in scf_simple_app_props_search()