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

/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.h46 } manifest_info_t; typedef in typeref:struct:manifest_info
54 int find_manifests(scf_handle_t *, const char *, manifest_info_t ***, int);
55 void free_manifest_array(manifest_info_t **);
H A Dmanifest_find.c66 manifest_info_t ** tsd_array; /* Array of manifest_info structs */
87 manifest_info_t *info;
88 manifest_info_t **newblock;
223 * This function returns a pointer to an array of manifest_info_t pointers.
224 * There is one manifest_info_t pointer for each service bundle file in the
253 manifest_info_t ***arrayp, int flags)
293 free_manifest_array(manifest_info_t **array)
295 manifest_info_t **entry;
296 manifest_info_t *info;
/illumos-gate/usr/src/cmd/svc/mfstscan/
H A Dmfstscan.c64 manifest_info_t **entry;
65 manifest_info_t **manifests;
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c520 import_manifest_file(manifest_info_t *info, boolean_t validate, FILE *pout,
618 manifest_info_t ***manifest_sets = NULL;
619 manifest_info_t **manifests;
864 apply_profile(manifest_info_t *info, int apply_changes)
908 manifest_info_t **profiles = NULL;
909 manifest_info_t **entry;
910 manifest_info_t *pfile;
H A Dsvccfg_libscf.c16475 manifest_info_t **entry;
16476 manifest_info_t **manifests;

Completed in 97 milliseconds