Searched refs:pkginfo (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libadm/inc/
H A Dlibadm.h35 #include <pkginfo.h>
93 extern int fpkginfo(struct pkginfo *, char *);
/osnet-11/usr/src/lib/libpkg/common/
H A Dgpkglist.c39 #include "pkginfo.h"
53 extern int fpkginfo(struct pkginfo *info, char *pkginst);
110 * in a spooled or installed pkginfo file.
116 struct pkginfo info;
127 if (pkginfo(&info, "all", NULL, NULL)) {
155 } while (pkginfo(&info, "all", NULL, NULL) == 0);
156 /* clear memory usage by pkginfo */
157 (void) pkginfo(&info, NULL, NULL, NULL);
187 /* clear memory usage by pkginfo */
188 (void) pkginfo(
[all...]
H A Dpkgmount.c38 #include <pkginfo.h>
H A Dsecurity.c43 #include <pkginfo.h>
H A Dpkgtrans.c54 #include "pkginfo.h"
69 extern int fpkginfo(struct pkginfo *info, char *pkginst);
86 #define PKGINFO "pkginfo"
811 * totsize contains number of blocks used by the pkginfo files
977 * which should contain the pkginfo & pkgmap files
996 * Copy pkginfo and pkgmap filenames into the
1080 * Copy pkginfo and pkgmap filenames into the
1198 struct pkginfo info;
1219 * the pkginfo and pkgmap files are available in 'src'
1329 * transfer pkginfo
[all...]
/osnet-11/usr/src/lib/libadm/common/
H A Dpkginfo.c41 #include <pkginfo.h>
47 static void initpkg(struct pkginfo *);
49 static int rdconfig(struct pkginfo *, char *, char *);
50 static int svr4info(struct pkginfo *, char *, char *);
60 * resides, i.e. the pkginfo file is located in a subdirectory
64 * this will be free'd upon the next call to pkginfo with this
82 pkginfo(struct pkginfo *info, char *pkginst, ...) function
135 fpkginfo(struct pkginfo *info, char *pkginst)
162 initpkg(struct pkginfo *inf
[all...]
H A Dpkgparam.c37 #include <pkginfo.h>
62 * happening. If this pkginfo is being openned in a script during a pkgadd
63 * which is updating an existing package, the original pkginfo file is in a
66 * in the OLD pkginfo data because the new pkginfo data is already in our
69 * if an appropriate pkginfo file was found. It returns a 0 if no type of
70 * pkginfo was located.
77 /* Construct the temporary pkginfo file name. */
78 len = snprintf(path, PATH_MAX, "%s/.save.%s/pkginfo", pkg_dir,
87 len = snprintf(path, PATH_MAX, "%s/%s/pkginfo", pkg_di
[all...]
/osnet-11/usr/src/lib/brand/solaris10/s10_support/
H A Ds10_support.c141 * Read an entry from a pkginfo file. Some of these lines can
196 * Read the SUNWcakr pkginfo file and get the PATCHLIST for the pkg.
201 char pkginfo[MAXPATHLEN]; local
206 if (snprintf(pkginfo, sizeof (pkginfo),
207 "%s/root/var/sadm/pkg/SUNWcakr/pkginfo", zonepath)
208 >= sizeof (pkginfo))
211 if ((fp = fopen(pkginfo, "r")) == NULL)
/osnet-11/usr/src/lib/libadm/
H A DMakefile.com31 devattr.o getinput.o getvol.o pkginfo.o \
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Dcommon.ksh132 if [[ ! -d $i || ! -f $i/pkginfo ]]; then
142 for i in $dir/var/sadm/pkg/SUNWcakr*/pkginfo
H A Dp2v.ksh294 $ZONEROOT/var/sadm/pkg/$pkg/pkginfo || continue
614 grep 'SUNW_PKG_HOLLOW=true' $pkg_name/pkginfo >/dev/null 2>&1 && \

Completed in 54 milliseconds