Home
last modified time | relevance | path

Searched refs:get_inst_root (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmerginfo.c169 ((get_inst_root()) && in merginfo()
170 (strcmp(get_inst_root(), "/") != 0)) ? in merginfo()
171 get_inst_root() : "", pkginst, in merginfo()
175 ((get_inst_root()) && in merginfo()
176 (strcmp(get_inst_root(), "/") != 0)) ? in merginfo()
177 get_inst_root() : "/", in merginfo()
207 ((get_inst_root()) && in merginfo()
208 (strcmp(get_inst_root(), "/") != 0)) ? in merginfo()
209 get_inst_root() : "??", in merginfo()
H A Ddockspace.c384 basepath(path, get_basedir(), get_inst_root()); in readspace()
H A Dmain.c866 set_PKGpaths(get_inst_root()); in main()
1147 export_client_env(get_inst_root()); in main()
2087 b = pkgAddPackageToGzonlyList(pkginst, get_inst_root()); in main()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfixpath.c193 ir_ptr = get_inst_root(); in fixpath()
222 npath = strdup(get_inst_root()); in fixpath()
245 ir_ptr = get_inst_root(); in fixpath_dup()
274 npath = pathdup(get_inst_root()); in fixpath_dup()
284 get_inst_root(void) in get_inst_root() function
752 putparam("PKG_INSTALL_ROOT", get_inst_root()); in put_path_params()
H A Dsrcpath.c96 tmp_inst_root = get_inst_root(); in trans_srcp_pi()
H A Ddryrun.c261 (void) fprintf(fp_dra, "PKG_INSTALL_ROOT=%s\n", (((get_inst_root()) && in write_dryrun_ascii()
262 (strcmp(get_inst_root(), "/") != 0)) ? in write_dryrun_ascii()
263 get_inst_root() : "")); in write_dryrun_ascii()
H A Dmntinfo.c890 install_root = get_inst_root(); in get_mntinfo()
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dcheckmap.c307 root = get_inst_root(); in selpkg()
330 root = get_inst_root(); in selpkg()
H A Dckentry.c67 char *ir = get_inst_root(); in ckentry()
H A Dmain.c352 set_PKGpaths(get_inst_root()); in main()
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dmain.c277 (void) set_PKGpaths(get_inst_root()); in main()
446 "%s/%s\n", get_inst_root(), in main()
H A Dinstallf.c300 if ((root = get_inst_root()) == NULL) in checkPaths()
/illumos-gate/usr/src/cmd/svr4pkg/pkgparam/
H A Dpkgparam.c133 set_PKGpaths(get_inst_root()); in main()
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dmain.c494 set_PKGpaths(get_inst_root()); in main()
1066 (pkgIsPkgInGzOnly(get_inst_root(), pkginst) == B_TRUE)) { in main()
1069 b = pkgRemovePackageFromGzonlyList(get_inst_root(), pkginst); in main()
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c615 set_PKGpaths(get_inst_root()); in main()
1753 arg[nargs++] = get_inst_root(); in pkgRemove()
1931 if (pkgIsPkgInGzOnly(get_inst_root(), pkginst) == B_TRUE) { in remove_packages_in_global_with_zones()
2115 in_gz_only = pkgIsPkgInGzOnly(get_inst_root(), pkginst); in remove_packages_in_global_with_zones()
2671 if (check_applicability(a_packageDir, pkginst, get_inst_root(), in check_packages()
H A Dcheck.c233 if (pkgIsPkgInGzOnly(get_inst_root(), pkginst) == B_TRUE) { in preremove_verify()
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c906 set_PKGpaths(get_inst_root()); in main()
2849 pkginst, get_inst_root(), flags) == B_FALSE) { in unpack_and_check_packages()
3653 n = pkgInstall(get_inst_root(), NULL, packageDir, in add_packages_in_global_with_zones()
3905 n = pkgInstall(get_inst_root(), NULL, in add_packages_in_nonglobal_zone()
4017 pkginst, get_inst_root(), flags) == B_FALSE) { in add_packages_in_global_no_zones()
4057 n = pkgInstall(get_inst_root(), a_idsName, in add_packages_in_global_no_zones()
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c273 set_PKGpaths(get_inst_root()); /* set up /var... directories */ in main()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h215 extern char *get_inst_root __P((void));