Searched refs:bundle_t (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg.h | 160 } bundle_t; typedef 404 void internal_dump(bundle_t *); 408 bundle_t *internal_bundle_new(void); 409 void internal_bundle_free(bundle_t *); 429 int internal_attach_service(bundle_t *, entity_t *); 451 int lscf_bundle_import(bundle_t *, const char *, uint_t); 452 int lscf_bundle_apply(bundle_t *, const char *); 484 int lxml_get_bundle_file(bundle_t *, const char *, svccfg_op_t); 506 tmpl_validate_status_t tmpl_validate_bundle(bundle_t *, tmpl_errors_t **);
|
H A D | svccfg_internal.c | 231 internal_dump(bundle_t *b) in internal_dump() 240 bundle_t * 243 bundle_t *b; in internal_bundle_new() 245 if ((b = uu_zalloc(sizeof (bundle_t))) == NULL) in internal_bundle_new() 259 internal_bundle_free(bundle_t *b) in internal_bundle_free() 636 internal_attach_service(bundle_t *bndl, entity_t *svc) in internal_attach_service()
|
H A D | svccfg_engine.c | 523 bundle_t *b; in import_manifest_file() 859 bundle_t *b = internal_bundle_new(); in apply_profile() 993 bundle_t *b; in engine_restore()
|
H A D | svccfg_xml.c | 3378 lxml_get_service(bundle_t *bundle, xmlNodePtr svc, svccfg_op_t op) in lxml_get_service() 3555 lxml_get_bundle(bundle_t *bundle, bundle_type_t bundle_type, in lxml_get_bundle() 3636 lxml_get_bundle_file(bundle_t *bundle, const char *filename, svccfg_op_t op) in lxml_get_bundle_file() 3757 bundle_t *b; in lxml_inventory()
|
H A D | svccfg_libscf.c | 8188 lscf_bundle_import(bundle_t *bndl, const char *filename, uint_t flags) in lscf_bundle_import() 8680 lscf_bundle_apply(bundle_t *bndl, const char *file) in lscf_bundle_apply() 11443 bundle_t *b = internal_bundle_new(); in lscf_validate_file() 16465 bundle_t *b; in create_manifest_tree() 16681 bundle_t *b; in check_instance_support()
|
H A D | svccfg_tmpl.c | 3999 tmpl_validate_bundle(bundle_t *bndl, tmpl_errors_t **err_list) in tmpl_validate_bundle()
|