Searched defs:pkginfo (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | pkginfo.h | 41 struct pkginfo { struct 55 extern int pkginfo(struct pkginfo *, char *, ...),
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | pkginfo.c | 45 #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 D | s10_support.c | 141 * 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/libinst/ |
H A D | pkgdbmerg.c | 41 #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 D | dryrun.c | 367 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);
|
Completed in 50 milliseconds