Searched refs:lxml_get_bundle_file (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_engine.c | 533 if (lxml_get_bundle_file(b, file, SVCCFG_OP_IMPORT) != 0) { in import_manifest_file() 868 if (lxml_get_bundle_file(b, info->mi_path, SVCCFG_OP_APPLY) != 0) { in apply_profile() 1006 if (lxml_get_bundle_file(b, file, SVCCFG_OP_RESTORE) != 0) { in engine_restore()
|
H A D | svccfg.h | 483 extern int lxml_get_bundle_file(bundle_t *, const char *, svccfg_op_t);
|
H A D | svccfg_xml.c | 3696 lxml_get_bundle_file(bundle_t *bundle, const char *filename, svccfg_op_t op) in lxml_get_bundle_file() function 3821 if (lxml_get_bundle_file(b, filename, SVCCFG_OP_IMPORT) != 0) { in lxml_inventory()
|
H A D | svccfg_libscf.c | 11481 if (lxml_get_bundle_file(b, filename, SVCCFG_OP_IMPORT) == 0) { in lscf_validate_file() 16555 if (lxml_get_bundle_file(b, (*entry)->mi_path, in create_manifest_tree() 16726 if (lxml_get_bundle_file(b, mfstfile, SVCCFG_OP_IMPORT) != 0) { in check_instance_support()
|