Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c636 internal_attach_service(bundle_t *bndl, entity_t *svc) in internal_attach_service() argument
638 if (uu_list_find(bndl->sc_bundle_services, svc, NULL, NULL) != NULL) { in internal_attach_service()
640 "bundle %s.\n"), svc->sc_name, bndl->sc_bundle_name); in internal_attach_service()
644 (void) uu_list_append(bndl->sc_bundle_services, svc); in internal_attach_service()
H A Dsvccfg_tmpl.c3999 tmpl_validate_bundle(bundle_t *bndl, tmpl_errors_t **err_list) in tmpl_validate_bundle() argument
4008 if (bndl->sc_bundle_type != SVCCFG_MANIFEST) { in tmpl_validate_bundle()
4027 for (svc = uu_list_first(bndl->sc_bundle_services); in tmpl_validate_bundle()
4029 svc = uu_list_next(bndl->sc_bundle_services, svc)) { in tmpl_validate_bundle()
4033 bndl->sc_bundle_name, svc->sc_name); in tmpl_validate_bundle()
H A Dsvccfg_libscf.c8271 for (svc = uu_list_first(bndl->sc_bundle_services); in lscf_bundle_import()
8273 svc = uu_list_next(bndl->sc_bundle_services, svc)) { in lscf_bundle_import()
8298 for (svc = uu_list_first(bndl->sc_bundle_services); in lscf_bundle_import()
8300 svc = uu_list_next(bndl->sc_bundle_services, svc)) { in lscf_bundle_import()
8375 for (svc = uu_list_first(bndl->sc_bundle_services); in lscf_bundle_import()
8377 svc = uu_list_next(bndl->sc_bundle_services, svc)) { in lscf_bundle_import()
8435 for (svc = uu_list_first(bndl->sc_bundle_services); in lscf_bundle_import()
8437 svc = uu_list_next(bndl->sc_bundle_services, svc)) { in lscf_bundle_import()
8694 lscf_bundle_apply(bundle_t *bndl, const char *file) in lscf_bundle_apply() argument
8740 for (svc = uu_list_first(bndl->sc_bundle_services); in lscf_bundle_apply()
[all …]