Searched refs:pkginfo (Results 26 - 44 of 44) sorted by relevance

12

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dputparam.c42 #include <pkginfo.h>
H A Dmntinfo.c49 #include <pkginfo.h>
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c44 #include <pkginfo.h>
84 #define ERR_BADINFO "pkginfo file is corrupt or missing"
134 static struct pkginfo info;
292 * the pkginfo file in the spooled pkg. We have a spooled pkg if
306 * the pkginfo file in the spooled pkg so we skip any Reg 4 DB
348 if (pkginfo(&info, choice->pkginst, ckarch, ckvers)) {
354 * Confirm that the pkginfo file contains the
419 (void) pkginfo(&info, NULL); /* free up all memory and open fds */
574 return (1); /* no category specified in pkginfo is a bug */
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dcommon.ksh130 if [[ ! -d $i || ! -f $i/pkginfo ]]; then
140 for i in $dir/var/sadm/pkg/SUNWcakr*/pkginfo
H A Dp2v.ksh262 $ZONEROOT/var/sadm/pkg/$pkg/pkginfo || continue
625 grep 'SUNW_PKG_HOLLOW=true' $pkg_name/pkginfo >/dev/null 2>&1 && \
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmain.c47 #include <pkginfo.h>
267 struct pkginfo *prvinfo;
884 * Initialize pkginfo PKGSAV entry, just in case we dryrun to
1181 /* Read the environment (from pkginfo or '-e') ... */
1190 * This tests the pkginfo and pkgmap files for validity and
1191 * puts all delivered pkginfo variables (except for PATH) into
1192 * our environment. This is where a delivered pkginfo BASEDIR
1232 /* Read the environment (from pkginfo or '-o') ... */
1235 /* Read the environment (from pkginfo or '-y') ... */
1328 prvinfo = (struct pkginfo *)callo
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h39 #include <pkginfo.h>
395 extern void pkginfoFree(struct pkginfo **r_info);
396 extern boolean_t pkginfoIsPkgInstalled(struct pkginfo **r_pinfo,
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dmain.c39 #include <pkginfo.h>
/illumos-gate/usr/src/lib/libadm/common/
H A Dpkgparam.c44 #include <pkginfo.h>
68 * happening. If this pkginfo is being openned in a script during a pkgadd
69 * which is updating an existing package, the original pkginfo file is in a
72 * in the OLD pkginfo data because the new pkginfo data is already in our
75 * if an appropriate pkginfo file was found. It returns a 0 if no type of
76 * pkginfo was located.
83 /* Construct the temporary pkginfo file name. */
84 len = snprintf(path, PATH_MAX, "%s/.save.%s/pkginfo", pkg_dir,
93 len = snprintf(path, PATH_MAX, "%s/%s/pkginfo", pkg_di
[all...]
/illumos-gate/usr/src/man/man4/
H A DMakefile147 pkginfo.4 \
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dmain.c39 #include <pkginfo.h>
473 "%s/pkginfo", pkgspool);
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c44 #include <pkginfo.h>
476 * pkginfo file
852 struct pkginfo *pinfo = (struct pkginfo *)NULL;
2740 if (pkginfoIsPkgInstalled((struct pkginfo **)NULL, a_pkgInst) !=
2764 "%s/pkginfo", pkgpath);
2766 progerr(ERR_CREATE_PATH_2, pkgpath, "pkginfo");
2771 * gather information from this packages pkginfo file
2787 /* close pkginfo file */
/illumos-gate/usr/src/man/man1/
H A DMakefile275 pkginfo.1 \
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmkpkgmap.c39 #include <pkginfo.h>
H A Dmain.c49 #include <pkginfo.h>
81 #define MSG_PKGINFO "## Processing pkginfo file.\n"
100 #define ERR_NOPKGINFO "required pkginfo file is not specified in prototype " \
102 #define ERR_RDPKGINFO "unable to process pkginfo file <%s>"
113 #define ERR_NO_PKG_INFOFILE "unable to open pkginfo file <%s>: %s"
127 "parameters in pkginfo file"
389 /* Validate the zone attributes in pkginfo, before creation */
401 if (strcmp(eptlist[i]->path, "pkginfo") == 0)
411 * process all parameters from the pkginfo file
503 * not appear in CLASSES variable in pkginfo fil
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dmain.c41 #include <pkginfo.h>
620 * Process all parameters from the pkginfo file
624 /* Add DB retreival of the pkginfo parameters here */
625 (void) snprintf(path, sizeof (path), "%s/pkginfo", pkgloc);
654 * read the pkginfo file and fix any PKGSAV path - the correct
715 /* Read the environment provided by the pkginfo file */
725 * If pkginfo says it's not compliant then set non_abi_scripts.
733 * not from the resident pkginfo file read above.
801 * Check ulimit requirement (provided in pkginfo). The purpose of
/illumos-gate/usr/src/head/
H A DMakefile139 pkginfo.h \
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgtrans.c55 #include "pkginfo.h"
70 extern int fpkginfo(struct pkginfo *info, char *pkginst);
87 #define PKGINFO "pkginfo"
813 * totsize contains number of blocks used by the pkginfo files
971 * which should contain the pkginfo & pkgmap files
990 * Copy pkginfo and pkgmap filenames into the
1077 * Copy pkginfo and pkgmap filenames into the
1186 struct pkginfo info;
1207 * the pkginfo and pkgmap files are available in 'src'
1322 * transfer pkginfo
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c53 #include <pkginfo.h>
800 * pkginfo(4) file. All packages on the source medium
2561 char pkginfoPath[PATH_MAX]; /* pkg 2 install pkginfo file */
2605 /* path to pkginfo file within the package to be installed */
2607 len = snprintf(pkginfoPath, sizeof (pkginfoPath), "%s/pkginfo",
2610 progerr(ERR_CREATE_PATH_2, pkgpath, "pkginfo");
2620 * gather information from this package's pkginfo file
2646 /* close pkginfo file */
2722 pkg_installed = pkginfoIsPkgInstalled((struct pkginfo **)NULL,

Completed in 99 milliseconds

12