Searched defs:manifests (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svc/mfstscan/
H A Dmfstscan.c48 * mfstscan walks the given filesystem hierarchies, and reports those manifests
65 manifest_info_t **manifests; local
117 status = find_manifests(hndl, argv[i], &manifests,
124 if (manifests != NULL) {
125 for (entry = manifests;
131 free_manifest_array(manifests);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c596 * 1 No manifests need to be imported.
619 manifest_info_t **manifests; local
702 /* Determine which manifests must be imported. */
727 /* Get list of manifests that we should import for this path. */
728 if ((count = find_manifests(g_hndl, file, &manifests,
737 free_manifest_array(manifests);
741 manifest_sets[i] = manifests;
745 /* No manifests to process. */
756 * the manifests.
769 manifests
[all...]
H A Dsvccfg_libscf.c87 * Directory locations for manifests
103 * or instance elements in XML manifests.
166 * to create a list of service to manifest linkages from the manifests
3885 * Used to add the manifests to the list of currently supported manifests.
3921 * path, and the fact that the manifests pg is a service
3929 /* Fetch the "manifests" property group */
3967 /* Fetch the new manifests property group */
7510 * in different manifests, so all snaplevels of the service in all of
16464 * Walk each of the manifests currentl
16476 manifest_info_t **manifests; local
[all...]

Completed in 70 milliseconds