Searched refs:mi_path (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.h43 const char *mi_path; /* Path of manifest file */ member in struct:manifest_info
H A Dmanifest_find.c108 info->mi_path = uu_strdup(fn);
109 if (info->mi_path == NULL) {
303 uu_free((void *) info->mi_path);
/illumos-gate/usr/src/cmd/svc/mfstscan/
H A Dmfstscan.c129 (*entry)->mi_path);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c528 file = info->mi_path;
551 info->mi_path);
554 "import of %s failed.\n"), info->mi_path);
565 semerr(gettext("Import of %s failed.\n"), info->mi_path);
568 "of %s failed.\n"), info->mi_path);
582 "%s\n"), info->mi_path, errstr);
586 info->mi_path);
868 if (lxml_get_bundle_file(b, info->mi_path, SVCCFG_OP_APPLY) != 0) {
878 if (lscf_bundle_apply(b, info->mi_path) != 0) {
890 if (mhash_store_entry(g_hndl, info->mi_prop, info->mi_path,
[all...]
H A Dsvccfg_libscf.c16531 if (lxml_get_bundle_file(b, (*entry)->mi_path,
16548 (*entry)->mi_path);

Completed in 72 milliseconds