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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfixpath.c45 static char *install_root = NULL; variable
47 static int install_root_len; /* strlen(install_root) */
54 static int ir_accessed = 0; /* install_root has been used */
128 * If we've already set the install_root but no one has used it
134 if (strcmp(install_root, path))
135 /* We are trying to *change* the install_root */
142 install_root = NULL;
155 install_root = tmp_path;
159 install_root_len = strlen(install_root);
161 /* If install_root i
[all...]
H A Dmntinfo.c858 char *install_root; local
890 install_root = get_inst_root();
891 if (install_root && strcmp(install_root, "/") != 0 && map_client) {
914 install_root, VFSTAB);
948 * install_root to the 'mount point' name.
952 install_root);
956 install_root, vfs->vfs_mountp);
986 } /* end of if(install_root) */

Completed in 48 milliseconds