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

/illumos-gate/usr/src/cmd/svr4pkg/pkgparam/
H A Dpkgparam.c47 extern char *pkgfile;
82 pkgfile = NULL;
112 pkgfile = optarg;
135 if (pkgfile) {
138 pkginst = pkgfile;
/illumos-gate/usr/src/lib/libadm/common/
H A Dpkgparam.c59 char *pkgfile = NULL; variable
341 if (pkgfile)
342 (void) strcpy(line, pkgfile); /* filename was passed */
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgserv.c545 char pkgfile[PATH_MAX]; local
550 pkgfilename(pkgfile, root, sadmdir, PKGLOG);
552 sync_needed = stat(pkgfile, &pbuf) == 0 && pbuf.st_size > 0;
557 pkgfilename(pkgfile, root, sadmdir, PKGDOOR);
562 fd = open(pkgfile, O_RDWR);

Completed in 95 milliseconds