Searched refs:pkgfile (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libadm/common/
H A Dpkgparam.c52 char *pkgfile = NULL; variable
335 if (pkgfile)
336 (void) strcpy(line, pkgfile); /* filename was passed */
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgserv.c548 char pkgfile[PATH_MAX]; local
553 pkgfilename(pkgfile, root, sadmdir, PKGLOG);
555 sync_needed = stat(pkgfile, &pbuf) == 0 && pbuf.st_size > 0;
560 pkgfilename(pkgfile, root, sadmdir, PKGDOOR);
565 fd = open(pkgfile, O_RDWR);

Completed in 63 milliseconds