Home
last modified time | relevance | path

Searched refs:get_PKGADM (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/cmd/svr4pkg/libinst/
H A Dunpack_package_from_stream.c152 if (chdir(get_PKGADM())) { in unpack_package_from_stream()
153 progerr(gettext(ERR_CHDIR), get_PKGADM()); in unpack_package_from_stream()
H A Docfile.c134 pkgadm_dir = get_PKGADM(); in set_cfdir()
157 (void) snprintf(realcf, sizeof (realcf), "%s/contents", get_PKGADM()); in set_cfdir()
165 (void) pkgsync(NULL, get_PKGADM(), B_FALSE); in set_cfdir()
651 (void) snprintf(contents, PATH_MAX, "%s/contents", get_PKGADM()); in iscfile()
675 "%s/contents", get_PKGADM()); in vcfile()
H A Dlockinst.c185 "%s/%s", get_PKGADM(), LOCKFILE); in lockinst()
H A Dsetadmin.c147 get_PKGADM(), file); in setadminFile()
/titanic_44/usr/src/cmd/svr4pkg/pkginstall/
H A Dcppath.c198 "%s/textbusy", get_PKGADM()); in cppath()
200 progerr(ERR_CREATE_PATH_2, get_PKGADM(), in cppath()
H A Dcheck.c545 if (mkpath(get_PKGADM())) { in ckdirs()
547 (void) fprintf(stdout, "ckdirs=%s\n", get_PKGADM()); in ckdirs()
549 progerr(gettext(MSG_MKPKGDIR), get_PKGADM()); in ckdirs()
554 (void) snprintf(path, sizeof (path), "%s/admin", get_PKGADM()); in ckdirs()
565 (void) snprintf(path, sizeof (path), "%s/logs", get_PKGADM()); in ckdirs()
H A Dmain.c878 fsys_value = fsys(get_PKGADM()); in main()
880 set_PKGADM(server_map(get_PKGADM(), fsys_value)); in main()
1412 "%s/logs/%s", get_PKGADM(), pkginst); in main()
1692 if (statvfs64(get_PKGADM(), &svfsb) == -1) { in main()
1694 if (!access(get_PKGADM(), F_OK)) { in main()
1695 progerr(ERR_PKGINSTALL_STATVFS, get_PKGADM(), in main()
2609 "%s/logs/%s", get_PKGADM(), pkginst); in set_dryrun_dir_loc()
2872 if (chdir(get_PKGADM())) { in unpack()
2873 progerr(ERR_CHDIR, get_PKGADM()); in unpack()
/titanic_44/usr/src/lib/libadm/inc/
H A Dlibadm.h98 extern char *get_PKGADM(void);
/titanic_44/usr/src/cmd/svr4pkg/installf/
H A Dmain.c294 fsys_value = fsys(get_PKGADM()); in main()
296 set_PKGADM(server_map(get_PKGADM(), fsys_value)); in main()
/titanic_44/usr/src/cmd/svr4pkg/pkgremove/
H A Dmain.c507 fsys_value = fsys(get_PKGADM()); in main()
509 set_PKGADM(server_map(get_PKGADM(), fsys_value)); in main()
/titanic_44/usr/src/lib/libadm/common/
H A Dpkgparam.c421 get_PKGADM(void) in get_PKGADM() function
H A Dmapfile-vers130 get_PKGADM;
/titanic_44/usr/src/cmd/svr4pkg/hdrs/
H A Dlibadm.h265 extern char *get_PKGADM __P((void));
/titanic_44/usr/src/cmd/svr4pkg/pkgchk/
H A Dmain.c510 "%s/contents", get_PKGADM()); in main()
/titanic_44/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c1040 get_PKGADM() ? get_PKGADM() : ""); in main()