Searched refs:bndl (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_internal.c | 636 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 D | svccfg_tmpl.c | 3999 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 D | svccfg_libscf.c | 8202 lscf_bundle_import(bundle_t *bndl, const char *filename, uint_t flags) in lscf_bundle_import() argument 8271 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() 8287 if (uu_list_walk(bndl->sc_bundle_services, lscf_service_import, 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() [all …]
|