Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c2196 scf_simple_app_props_free(scf_simple_app_props_t *propblock) in scf_simple_app_props_free() argument
2201 if ((propblock == NULL) || (propblock->ap_pglist == NULL)) in scf_simple_app_props_free()
2204 for (pgthis = propblock->ap_pglist; pgthis != NULL; pgthis = pgnext) { in scf_simple_app_props_free()
2219 free(propblock->ap_fmri); in scf_simple_app_props_free()
2220 free(propblock); in scf_simple_app_props_free()
2224 scf_simple_app_props_next(const scf_simple_app_props_t *propblock, in scf_simple_app_props_next() argument
2229 if (propblock == NULL) { in scf_simple_app_props_next()
2234 this = propblock->ap_pglist; in scf_simple_app_props_next()
2289 scf_simple_app_props_search(const scf_simple_app_props_t *propblock, in scf_simple_app_props_search() argument
2295 if ((propblock == NULL) || (propname == NULL)) { in scf_simple_app_props_search()
[all …]