Searched refs:pgnext (Results 1 – 1 of 1) sorted by relevance
2138 struct scf_simple_pg *pgthis, *pgnext; in scf_simple_app_props_free() local2144 for (pgthis = propblock->ap_pglist; pgthis != NULL; pgthis = pgnext) { in scf_simple_app_props_free()2145 pgnext = pgthis->pg_next; in scf_simple_app_props_free()