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

12

/illumos-gate/usr/src/head/
H A Dpkginfo.h41 struct pkginfo { struct
55 extern int pkginfo(struct pkginfo *, char *, ...),
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A DMakefile27 PROG= pkginfo
29 OBJS= pkginfo.o
/illumos-gate/usr/src/lib/libefi/common/
H A Dllib-lefi31 #include <pkginfo.h>
/illumos-gate/usr/src/lib/libuuid/common/
H A Dllib-luuid32 #include <pkginfo.h>
/illumos-gate/usr/src/cmd/logins/
H A DMakefile27 PKGINFO= pkginfo
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgops.c39 #include <pkginfo.h>
52 #define PKGINFO_CMD "/usr/bin/pkginfo"
65 static void _pkginfoInit(struct pkginfo *a_info);
66 static struct pkginfo *_pkginfoFactory(void);
78 * Description: free pkginfo structure returned from various functions
79 * Arguments: r_info - pointer to pointer to pkginfo structure to free
84 pkginfoFree(struct pkginfo **r_info)
86 struct pkginfo *pinfo;
90 assert(r_info != (struct pkginfo **)NULL);
98 *r_info = (struct pkginfo *)NUL
[all...]
H A Dunpack_package_from_stream.c50 #include <pkginfo.h>
H A Ddockdeps.c39 #include <pkginfo.h>
54 static struct pkginfo info;
154 if (inst && (pkginfo(&info, inst, NULL, NULL) == 0)) {
H A Ddryrun.c367 struct pinfo *pkginfo; local
450 pkginfo = extptr[n]->cf_ent.pinfo;
453 if (write(fd_drb, pkginfo,
458 pkginfo = pkginfo->next; /* May be several */
459 } while (pkginfo);
H A Deptstat.c40 #include <pkginfo.h>
H A Dpkgdbmerg.c41 #include <pkginfo.h>
306 struct pinfo *pkginfo; local
309 pkginfo = cf_ent->pinfo;
312 while (pkginfo) {
314 next = pkginfo->next;
315 free(pkginfo);
316 pkginfo = next;
450 * We could trust the prior pkginfo entry, but things
H A Dopen_package_datastream.c46 #include <pkginfo.h>
286 * packages pkginfo and pkgmap files
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dgetinst.c38 #include <pkginfo.h>
52 static char *prompt(struct pkginfo *info, int npkgs);
63 getinst(int *updatingExisting, struct pkginfo *info, int npkgs,
215 struct pkginfo info;
222 while (pkginfo(&info, newinst, NULL, NULL) == 0) {
230 prompt(struct pkginfo *info, int npkgs)
H A Dpkginstall.h93 extern char *getinst __P((int *updatingExisting, struct pkginfo *info,
/illumos-gate/usr/src/cmd/svr4pkg/
H A DMakefile33 pkginfo \
/illumos-gate/usr/src/cmd/sgs/packages/
H A DMakefile.com33 FILES= $(DATAFILES) pkginfo
/illumos-gate/usr/src/lib/libadm/inc/
H A Dlibadm.h37 #include <pkginfo.h>
95 extern int fpkginfo(struct pkginfo *, char *);
/illumos-gate/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)) {
156 } while (pkginfo(&info, "all", NULL, NULL) == 0);
157 /* clear memory usage by pkginfo */
158 (void) pkginfo(&info, NULL, NULL, NULL);
188 /* clear memory usage by pkginfo */
189 (void) pkginfo(
[all...]
H A Dpkgmount.c38 #include <pkginfo.h>
H A Dsecurity.c43 #include <pkginfo.h>
/illumos-gate/usr/src/lib/libadm/common/
H A Dpkginfo.c45 #include <pkginfo.h>
51 static void initpkg(struct pkginfo *);
52 static int rdconfig(struct pkginfo *, char *, char *);
62 * resides, i.e. the pkginfo file is located in a subdirectory
66 * this will be free'd upon the next call to pkginfo with this
84 pkginfo(struct pkginfo *info, char *pkginst, ...) function
137 fpkginfo(struct pkginfo *info, char *pkginst)
164 initpkg(struct pkginfo *info)
191 rdconfig(struct pkginfo *inf
[all...]
/illumos-gate/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)
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibadm.h36 #include <pkginfo.h>
244 * pkginfo.c
246 extern int pkginfo __P((struct pkginfo *info, char *pkginst, ...));
247 extern int fpkginfo __P((struct pkginfo *info, char *pkginst));
/illumos-gate/usr/src/lib/libadm/
H A DMakefile.com32 getinput.o getvol.o listdev.o listdgrp.o pkginfo.o \
/illumos-gate/usr/src/cmd/svr4pkg/pkgparam/
H A Dpkgparam.c39 #include <pkginfo.h>

Completed in 581 milliseconds

12