Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h305 #define SCF_PG_DEPENDENTS "dependents" macro
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c10204 export_pg_elts(&pgelts, SCF_PG_DEPENDENTS, scf_group_framework, in export_dependents()
10661 } else if (strcmp(exp_str, SCF_PG_DEPENDENTS) == 0) { in export_instance()
10786 } else if (strcmp(exp_str, SCF_PG_DEPENDENTS) == 0) { in export_service()
12408 if (scf_instance_get_pg(inst, SCF_PG_DEPENDENTS, pg) == 0) in lscf_instance_delete()
12562 if (scf_service_get_pg(svc, SCF_PG_DEPENDENTS, pg) == 0) in lscf_service_delete()