Searched defs:installed (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgdbmerg.c88 int files_installed(void); /* return number of files installed. */
92 static int installed; /* # of files, already properly installed. */ variable
126 installed = changed = 0;
250 * installed.
284 * Merge a new entry with an installed package object of the same name and
378 * information from the installed file over the new entry, so the
393 * currently installed object.
512 * were different in odd ways, count this as installed.
516 installed
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c68 " -p #select partially installed packages\n" \
69 " -i #select completely installed packages\n" \
127 long installed; member in struct:cfstat
336 if (dp->installed < 0)
349 choice->installed = (-1);
368 choice->installed = (-1);
373 /* don't include partially installed packages */
376 choice->installed = (-1);
381 /* don't include completely installed packages */
382 choice->installed
[all...]

Completed in 206 milliseconds