Searched defs: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) argument
638 if (uu_list_find(bndl->sc_bundle_services, svc, NULL, NULL) != NULL) {
640 "bundle %s.\n"), svc->sc_name, bndl->sc_bundle_name);
644 (void) uu_list_append(bndl->sc_bundle_services, svc);
H A Dsvccfg_tmpl.c3999 tmpl_validate_bundle(bundle_t *bndl, tmpl_errors_t **err_list) argument
4008 if (bndl->sc_bundle_type != SVCCFG_MANIFEST) {
4027 for (svc = uu_list_first(bndl->sc_bundle_services);
4029 svc = uu_list_next(bndl->sc_bundle_services, svc)) {
4033 bndl->sc_bundle_name, svc->sc_name);
H A Dsvccfg_libscf.c8188 lscf_bundle_import(bundle_t *bndl, const char *filename, uint_t flags) argument
8257 for (svc = uu_list_first(bndl->sc_bundle_services);
8259 svc = uu_list_next(bndl->sc_bundle_services, svc)) {
8273 if (uu_list_walk(bndl->sc_bundle_services, lscf_service_import,
8284 for (svc = uu_list_first(bndl->sc_bundle_services);
8286 svc = uu_list_next(bndl->sc_bundle_services, svc)) {
8361 for (svc = uu_list_first(bndl->sc_bundle_services);
8363 svc = uu_list_next(bndl->sc_bundle_services, svc)) {
8421 for (svc = uu_list_first(bndl->sc_bundle_services);
8423 svc = uu_list_next(bndl
8680 lscf_bundle_apply(bundle_t *bndl, const char *file) argument
[all...]

Completed in 71 milliseconds