/titanic_50/usr/src/cmd/svr4pkg/libinst/ |
H A D | pkgops.c | 65 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 D | dryrun.c | 367 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 D | pkgdbmerg.c | 306 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 D | dockdeps.c | 54 static struct pkginfo info; 154 if (inst && (pkginfo(&info, inst, NULL, NULL) == 0)) { in dockdeps()
|
/titanic_50/usr/src/head/ |
H A D | pkginfo.h | 41 struct pkginfo { struct 55 extern int pkginfo(struct pkginfo *, char *, ...), argument
|
/titanic_50/usr/src/lib/libpkg/common/ |
H A D | gpkglist.c | 53 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 D | getinst.c | 52 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 D | pkginstall.h | 93 extern char *getinst __P((int *updatingExisting, struct pkginfo *info,
|
H A D | main.c | 267 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 D | pkginfo.c | 51 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 D | depend | 31 # <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 D | Makefile | 27 PROG= pkginfo 29 OBJS= pkginfo.o
|
H A D | pkginfo.c | 134 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 D | s10_support.c | 201 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 D | Makefile.targ | 26 pkginfo: ../common/pkginfo.tmpl awk_pkginfo
|
H A D | Makefile.com | 33 FILES= $(DATAFILES) pkginfo
|
/titanic_50/usr/src/tools/pmodes/ |
H A D | README.pmodes | 66 -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 D | libadm.h | 246 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 D | Makefile | 27 PKGINFO= pkginfo
|
/titanic_50/usr/src/cmd/svr4pkg/ |
H A D | Makefile | 33 pkginfo \
|
/titanic_50/usr/src/lib/libadm/inc/ |
H A D | libadm.h | 95 extern int fpkginfo(struct pkginfo *, char *);
|
/titanic_50/usr/src/lib/brand/solaris10/zone/ |
H A D | common.ksh | 130 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 D | Makefile.com | 32 getinput.o getvol.o listdev.o listdgrp.o pkginfo.o \
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | package-svr4.mf | 62 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 D | llib-luuid | 32 #include <pkginfo.h>
|