Home
last modified time | relevance | path

Searched refs:lxml_get_bundle_file (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c533 if (lxml_get_bundle_file(b, file, SVCCFG_OP_IMPORT) != 0) { in import_manifest_file()
861 if (lxml_get_bundle_file(b, info->mi_path, SVCCFG_OP_APPLY) != 0) { in apply_profile()
999 if (lxml_get_bundle_file(b, file, SVCCFG_OP_RESTORE) != 0) { in engine_restore()
H A Dsvccfg.h484 int lxml_get_bundle_file(bundle_t *, const char *, svccfg_op_t);
H A Dsvccfg_xml.c3636 lxml_get_bundle_file(bundle_t *bundle, const char *filename, svccfg_op_t op) in lxml_get_bundle_file() function
3763 if (lxml_get_bundle_file(b, filename, SVCCFG_OP_IMPORT) != 0) { in lxml_inventory()
H A Dsvccfg_libscf.c11444 if (lxml_get_bundle_file(b, filename, SVCCFG_OP_IMPORT) == 0) { in lscf_validate_file()
16518 if (lxml_get_bundle_file(b, (*entry)->mi_path, in create_manifest_tree()
16689 if (lxml_get_bundle_file(b, mfstfile, SVCCFG_OP_IMPORT) != 0) { in check_instance_support()