Home
last modified time | relevance | path

Searched refs:pgthis (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c2198 struct scf_simple_pg *pgthis, *pgnext; in scf_simple_app_props_free() local
2204 for (pgthis = propblock->ap_pglist; pgthis != NULL; pgthis = pgnext) { in scf_simple_app_props_free()
2205 pgnext = pgthis->pg_next; in scf_simple_app_props_free()
2207 propthis = pgthis->pg_proplist; in scf_simple_app_props_free()
2215 free(pgthis->pg_name); in scf_simple_app_props_free()
2216 free(pgthis); in scf_simple_app_props_free()