Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c414 newprop->pr_pg = thispg; in insert_app_props()
1920 (thispg = malloc(sizeof (*thispg))) == NULL || in scf_simple_app_props_get()
1923 free(thispg); in scf_simple_app_props_get()
1931 thispg->pg_name = NULL; in scf_simple_app_props_get()
1933 thispg->pg_next = NULL; in scf_simple_app_props_get()
1934 ret->ap_pglist = thispg; in scf_simple_app_props_get()
1953 thispg = nextpg; in scf_simple_app_props_get()
1956 nextpg = thispg; in scf_simple_app_props_get()
2054 while ((thispg != NULL) && (thispg->pg_name != NULL)) { in scf_simple_app_props_get()
2062 thispg = thispg->pg_next; in scf_simple_app_props_get()
[all …]