Searched defs:pkginfo (Results 1 - 2 of 2) sorted by relevance
| /osnet-11/usr/src/lib/libadm/common/ |
| H A D | pkginfo.c | 41 #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...] |
| /osnet-11/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)
|
Completed in 21 milliseconds