Home
last modified time | relevance | path

Searched refs:sc_bundle_services (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c236 (void) uu_list_walk(b->sc_bundle_services, internal_service_dump, in internal_dump()
249 b->sc_bundle_services = uu_list_create(entity_pool, b, 0); in internal_bundle_new()
250 if (b->sc_bundle_services == NULL) { in internal_bundle_new()
264 while ((service = uu_list_teardown(b->sc_bundle_services, &cookie)) != in internal_bundle_free()
638 if (uu_list_find(bndl->sc_bundle_services, svc, NULL, NULL) != NULL) { in internal_attach_service()
644 (void) uu_list_append(bndl->sc_bundle_services, svc); in internal_attach_service()
H A Dsvccfg.h156 uu_list_t *sc_bundle_services; member
H A Dsvccfg_libscf.c8257 for (svc = uu_list_first(bndl->sc_bundle_services); in lscf_bundle_import()
8259 svc = uu_list_next(bndl->sc_bundle_services, svc)) { in lscf_bundle_import()
8273 if (uu_list_walk(bndl->sc_bundle_services, lscf_service_import, in lscf_bundle_import()
8284 for (svc = uu_list_first(bndl->sc_bundle_services); in lscf_bundle_import()
8286 svc = uu_list_next(bndl->sc_bundle_services, svc)) { in lscf_bundle_import()
8361 for (svc = uu_list_first(bndl->sc_bundle_services); in lscf_bundle_import()
8363 svc = uu_list_next(bndl->sc_bundle_services, svc)) { in lscf_bundle_import()
8421 for (svc = uu_list_first(bndl->sc_bundle_services); in lscf_bundle_import()
8423 svc = uu_list_next(bndl->sc_bundle_services, svc)) { in lscf_bundle_import()
8726 for (svc = uu_list_first(bndl->sc_bundle_services); in lscf_bundle_apply()
[all …]
H A Dsvccfg_tmpl.c4027 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()
H A Dsvccfg_xml.c3768 svcs = uu_list_walk_start(b->sc_bundle_services, 0); in lxml_inventory()
3789 svcs = uu_list_walk_start(b->sc_bundle_services, 0); in lxml_inventory()