Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_digraph_xml.c925 add_props(topo_hdl_t *thp, topo_vertex_t *vtx, nvlist_t *pgroups) in add_props() argument
932 if (nvlist_lookup_nvlist_array(pgroups, TDG_XML_PGROUPS, &pgs, in add_props()
971 nvlist_print(stdout, pgroups); in add_props()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c3900 uu_avl_t *pgroups; in tmpl_validate_entity_pgs() local
3907 pgroups = e->sc_u.sc_instance.sc_composed; in tmpl_validate_entity_pgs()
3908 for (cpg = uu_avl_first(pgroups); in tmpl_validate_entity_pgs()
3910 cpg = uu_avl_next(pgroups, cpg)) { in tmpl_validate_entity_pgs()