Searched defs:manifest (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | deathrow.c | 45 * r.manifest and i.manifest update the file /etc/svc/deathrow in the alternate 52 * Than manifest-import service will actually, as first task, delete the 54 * manifest hash entry from the repository. 101 char *manifest; local 135 * <fmri>< ><manifest path>< ><package name><\n> 145 manifest = NULL; 153 manifest = strchr(line, ' '); 154 if (manifest != NULL) { 156 *manifest [all...] |
/illumos-gate/usr/src/tools/scripts/ |
H A D | validate_pkg.py | 40 from pkg import manifest namespace 81 object (RealFileInfo) or an IPS manifest action (ActionInfo). 181 # Because the manifest may legitimately translate a relative 287 """Object to track information about manifest actions. 557 ActionError. We raise this, instead, to tell us which manifest 566 return "unable to parse manifest %s: %s" % (self.mfile, self.error) 579 manifest, and extends the ManifestTree dictionary with entries 582 mfest = manifest.Manifest() 586 raise IOError("cannot read manifest: %s" % str(exc)) 591 # Make sure the manifest i [all...] |
/illumos-gate/usr/src/tools/findunref/ |
H A D | findunref.c | 56 * Data associated with the current SCM manifest. 59 pnset_t *manifest; member in struct:scmdata 192 * Load and return a pnset for the manifest for the Mercurial repo at `hgroot'. 205 asprintf(&hgcmd, "hg manifest -R %s", hgroot) == -1) 225 warn("cannot load hg manifest at %s", hgroot); 234 * Load and return a pnset for the manifest for the Git repo at `gitroot'. 267 warn("cannot load git manifest at %s", gitroot); 276 * If necessary, change our active manifest to be appropriate for `path'. 289 * Change our active manifest if any one of the following is true: 291 * 1. No manifest i [all...] |
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 89 #define VARSVC_DIR "/var/svc/manifest" 90 #define LIBSVC_DIR "/lib/svc/manifest" 166 * to create a list of service to manifest linkages from the manifests 178 * Structure to track the manifest file property group 179 * and the manifest file associated with that property 2888 * Since pg1 should be from the manifest, any properties in pg2 which 3552 * the old manifest. For each, call upgrade_dependent(), 3886 * We can modify the existing manifest list removing entries if the files 3894 * Commit the list of manifest file names. 4002 * If the manifest i 13785 lscf_delhash(char *manifest, int deathrow) argument [all...] |
Completed in 58 milliseconds