Searched defs:maptyp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dckentry.c59 static int xdir(int maptyp, VFP_T *vfp, PKGserver server, char *dirname);
62 ckentry(int envflag, int maptyp, struct cfent *ept, VFP_T *vfp, argument
74 basepath(ept->path, maptyp ? NULL : basedir, ir);
158 if (maptyp && ept->pinfo->status ==
179 if (maptyp && ept->pinfo->status ==
190 if (xdir(maptyp, vfp, server, path))
202 xdir(int maptyp, VFP_T *vfp, PKGserver server, char *dirname) argument
215 if (!maptyp)
232 if (!maptyp) {
H A Dcheckmap.c62 (maptyp ? srchcfile((P), "*", (SRV)) : \
85 * may be the contents file or a separate pkgmap (maptyp tells the function
92 checkmap(int maptyp, int uninst, char *mapfile, char *envfile, argument
150 if (maptyp) { /* If this is the contents file */
215 if (maptyp && pkginst != NULL) {
260 if (ckentry((envfile ? 1 : 0), maptyp, &entry, vfp, server))
264 if (maptyp)
277 if (maptyp) {

Completed in 58 milliseconds