Searched defs:pw_pg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c112 scf_propertygroup_t *pw_pg; member in struct:pg_tmpl_walk
1157 * populated p->pw_pg with the matching property group.
1196 assert(p->pw_pg != NULL);
1197 tg = _scf_read_single_astring_from_pg(p->pw_pg,
1204 scf_pg_destroy(p->pw_pg);
1205 p->pw_pg = NULL;
1234 assert(p->pw_pg != NULL);
1235 tg = _scf_read_single_astring_from_pg(p->pw_pg,
1239 scf_pg_destroy(p->pw_pg);
1240 p->pw_pg
[all...]

Completed in 50 milliseconds