Searched refs:instdir (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dunpack_package_from_stream.c88 char instdir[PATH_MAX]; local
117 if (snprintf(instdir, sizeof (instdir), "%s/%s", a_tempDir, a_pkginst)
123 switch (fmkdir(instdir, 0755)) {
127 progerr(ERR_REMOVE, instdir, strerror(errno));
131 progerr(ERR_UNPACK_FMKDIR, instdir, strerror(errno));
137 echoDebug(DBG_UNPACKSTRM_UNPACKING, a_pkginst, a_idsName, instdir);
139 if (chdir(instdir)) {
140 progerr(ERR_CHDIR, instdir);
145 if (ds_next(a_idsName, instdir)) {
[all...]
H A Dfindscripts.c99 find_CAS(int CAS_type, char *pkgbin, char *instdir) argument
104 if (instdir == NULL || pkgbin == NULL) {
117 (void) sprintf(path, "%s/install/i.%s", instdir,
164 (void) sprintf(path, "%s/install/r.%s", instdir,
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dpkgvolume.c44 extern char instdir[], pkgbin[];
60 if (ckvolseq(instdir, 1, nparts)) {
69 if (ckvolseq(instdir, part, nparts)) {
H A Dmerginfo.c46 extern char instdir[], pkgbin[], pkgloc[], savlog[], *pkginst, **environ;
206 instdir ? instdir : "??",
442 i = snprintf(path, PATH_MAX, "%s/install", instdir);
444 progerr(ERR_CREATE_PATH_2, instdir, "/install");
456 instdir, dp->d_name);
458 progerr(ERR_CREATE_PATH_3, instdir, "/install/",
484 i = snprintf(path, PATH_MAX, "%s/install", instdir);
486 progerr(ERR_CREATE_PATH_2, instdir, "/install");
508 instdir, d
[all...]
H A Dmain.c135 char instdir[PATH_MAX]; variable
1106 if (snprintf(instdir, PATH_MAX, "%s/%s", pkgdev.dirname, srcinst)
1108 progerr(ERR_SNPRINTF, instdir);
1177 "%s/%s", instdir, PKGINFO);
1179 "%s/%s", instdir, PKGMAP);
1545 "%s/%s", instdir, REQUEST_FILE);
1578 instdir);
1646 if ((err = set_basedirs(isreloc(instdir), adm.basedir, pkginst,
1745 "%s/%s", instdir, *np);
1754 find_CAS(I_ONLY, pkgbin, instdir);
[all...]
H A Dcheck.c54 extern char ilockfile[], rlockfile[], instdir[], savlog[],
415 (void) snprintf(path, sizeof (path), "%s/%s", instdir, DEPEND_FILE);
499 (void) snprintf(path, sizeof (path), "%s/install/space", instdir);
996 (void) snprintf(path, sizeof (path), "%s/install", instdir);
1072 "%s/%s", instdir, ept->ainfo.local);
1075 "%s/%s", instdir, ept->path);
1078 "%s/install/%s", instdir, ept->path);
H A Ddockspace.c52 extern char instdir[];
H A Dinstvol.c84 extern char instdir[];
339 (void) fputs(instdir, listfp);
1059 srcpath(instdir,
1065 * instdir has the absolute path
1084 *srcp = srcpath(instdir,
H A Dreqexec.c50 extern char tmpdir[], instdir[];
/illumos-gate/usr/src/lib/libpkg/common/
H A Ddstream.c95 int ds_next(char *device, char *instdir);
677 ds_next(char *device, char *instdir) argument
703 if (n || (n = ckvolseq(instdir, ds_read + 1, nparts))) {
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c3744 char instdir[PATH_MAX]; local
3792 * -> that datastream has been unpacked into "instdir"
4064 if (snprintf(instdir, sizeof (instdir), "%s/%s",
4069 echoDebug(DBG_REMOVING_PKG_TMPDIR, instdir, pkginst);
4070 (void) remove(instdir);

Completed in 99 milliseconds