Home
last modified time | relevance | path

Searched refs:pkginfo (Results 1 – 25 of 40) sorted by relevance

12

/titanic_50/usr/src/cmd/svr4pkg/libinst/
H A Dpkgops.c65 static void _pkginfoInit(struct pkginfo *a_info);
66 static struct pkginfo *_pkginfoFactory(void);
84 pkginfoFree(struct pkginfo **r_info) in pkginfoFree()
86 struct pkginfo *pinfo; in pkginfoFree()
90 assert(r_info != (struct pkginfo **)NULL); in pkginfoFree()
98 *r_info = (struct pkginfo *)NULL; in pkginfoFree()
100 assert(pinfo != (struct pkginfo *)NULL); in pkginfoFree()
135 pkginfoIsPkgInstalled(struct pkginfo **r_pinfo, char *a_pkgInst) in pkginfoIsPkgInstalled()
138 struct pkginfo *pinf; in pkginfoIsPkgInstalled()
147 if (r_pinfo != (struct pkginfo **)NULL) { in pkginfoIsPkgInstalled()
[all …]
H A Ddryrun.c367 struct pinfo *pkginfo; in write_dryrun_bin() local
450 pkginfo = extptr[n]->cf_ent.pinfo; in write_dryrun_bin()
453 if (write(fd_drb, pkginfo, in write_dryrun_bin()
458 pkginfo = pkginfo->next; /* May be several */ in write_dryrun_bin()
459 } while (pkginfo); in write_dryrun_bin()
H A Dpkgdbmerg.c306 struct pinfo *pkginfo; in do_like_ent() local
309 pkginfo = cf_ent->pinfo; in do_like_ent()
312 while (pkginfo) { in do_like_ent()
314 next = pkginfo->next; in do_like_ent()
315 free(pkginfo); in do_like_ent()
316 pkginfo = next; in do_like_ent()
H A Ddockdeps.c54 static struct pkginfo info;
154 if (inst && (pkginfo(&info, inst, NULL, NULL) == 0)) { in dockdeps()
/titanic_50/usr/src/head/
H A Dpkginfo.h41 struct pkginfo { struct
55 extern int pkginfo(struct pkginfo *, char *, ...), argument
/titanic_50/usr/src/lib/libpkg/common/
H A Dgpkglist.c53 extern int fpkginfo(struct pkginfo *info, char *pkginst);
116 struct pkginfo info; in gpkglist()
127 if (pkginfo(&info, "all", NULL, NULL)) { in gpkglist()
156 } while (pkginfo(&info, "all", NULL, NULL) == 0); in gpkglist()
158 (void) pkginfo(&info, NULL, NULL, NULL); in gpkglist()
189 (void) pkginfo(&info, NULL, NULL, NULL); in gpkglist()
221 pkginfo(&info, inst, NULL, NULL); in gpkglist()
/titanic_50/usr/src/cmd/svr4pkg/pkginstall/
H A Dgetinst.c52 static char *prompt(struct pkginfo *info, int npkgs);
63 getinst(int *updatingExisting, struct pkginfo *info, int npkgs, in getinst()
215 struct pkginfo info; in nextinst()
222 while (pkginfo(&info, newinst, NULL, NULL) == 0) { in nextinst()
230 prompt(struct pkginfo *info, int npkgs) in prompt()
H A Dpkginstall.h93 extern char *getinst __P((int *updatingExisting, struct pkginfo *info,
H A Dmain.c267 struct pkginfo *prvinfo; in main()
1328 prvinfo = (struct pkginfo *)calloc(MALSIZ, sizeof (struct pkginfo)); in main()
1336 if (pkginfo(&prvinfo[npkgs], pkgwild, NULL, NULL)) { in main()
1345 prvinfo = (struct pkginfo *)realloc(prvinfo, in main()
1346 (npkgs+MALSIZ) * sizeof (struct pkginfo)); in main()
/titanic_50/usr/src/lib/libadm/common/
H A Dpkginfo.c51 static void initpkg(struct pkginfo *);
52 static int rdconfig(struct pkginfo *, char *, char *);
84 pkginfo(struct pkginfo *info, char *pkginst, ...) in pkginfo() function
137 fpkginfo(struct pkginfo *info, char *pkginst) in fpkginfo()
164 initpkg(struct pkginfo *info) in initpkg()
191 rdconfig(struct pkginfo *info, char *pkginst, char *ckvers) in rdconfig()
/titanic_50/usr/src/cmd/sgs/packages/common/
H A Ddepend31 # <pkg.abbr> see pkginfo(4), PKG parameter
32 # <name> see pkginfo(4), NAME parameter
33 # <version> see pkginfo(4), VERSION parameter
34 # <arch> see pkginfo(4), ARCH parameter
/titanic_50/usr/src/cmd/svr4pkg/pkginfo/
H A DMakefile27 PROG= pkginfo
29 OBJS= pkginfo.o
H A Dpkginfo.c134 static struct pkginfo info;
348 if (pkginfo(&info, choice->pkginst, ckarch, ckvers)) { in report()
419 (void) pkginfo(&info, NULL); /* free up all memory and open fds */ in report()
/titanic_50/usr/src/lib/brand/solaris10/s10_support/
H A Ds10_support.c201 char pkginfo[MAXPATHLEN]; in get_ku_patchlist() local
206 if (snprintf(pkginfo, sizeof (pkginfo), in get_ku_patchlist()
208 >= sizeof (pkginfo)) in get_ku_patchlist()
211 if ((fp = fopen(pkginfo, "r")) == NULL) in get_ku_patchlist()
/titanic_50/usr/src/cmd/sgs/packages/
H A DMakefile.targ26 pkginfo: ../common/pkginfo.tmpl awk_pkginfo
H A DMakefile.com33 FILES= $(DATAFILES) pkginfo
/titanic_50/usr/src/tools/pmodes/
H A DREADME.pmodes66 -q Do not produce error messages about directories w/ pkginfo*
75 If an argument is a directory, it will first look for a pkginfo or
76 pkginfo.tmpl file n order to learn the BASEDIR; it will than process
80 the pkginfo* file in the same directory is used to learn the BASEDIR.
/titanic_50/usr/src/cmd/svr4pkg/hdrs/
H A Dlibadm.h246 extern int pkginfo __P((struct pkginfo *info, char *pkginst, ...));
247 extern int fpkginfo __P((struct pkginfo *info, char *pkginst));
/titanic_50/usr/src/cmd/logins/
H A DMakefile27 PKGINFO= pkginfo
/titanic_50/usr/src/cmd/svr4pkg/
H A DMakefile33 pkginfo \
/titanic_50/usr/src/lib/libadm/inc/
H A Dlibadm.h95 extern int fpkginfo(struct pkginfo *, char *);
/titanic_50/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
/titanic_50/usr/src/lib/libadm/
H A DMakefile.com32 getinput.o getvol.o listdev.o listdgrp.o pkginfo.o \
/titanic_50/usr/src/pkg/manifests/
H A Dpackage-svr4.mf62 file path=usr/bin/pkginfo group=sys mode=0555
87 file path=usr/share/man/man1/pkginfo.1
104 file path=usr/share/man/man4/pkginfo.4
/titanic_50/usr/src/lib/libuuid/common/
H A Dllib-luuid32 #include <pkginfo.h>

12