Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones.c822 char lzRootPath[MAXPATHLEN] = {'\0'}; in z_mount_in_lz() local
882 err = zone_get_rootpath(a_zoneName, lzRootPath, sizeof (lzRootPath)); in z_mount_in_lz()
889 if (lzRootPath[0] == '\0') { in z_mount_in_lz()
898 z_resolve_lofs(lzRootPath, sizeof (lzRootPath)); in z_mount_in_lz()
902 if (_z_is_directory(lzRootPath) != 0) { in z_mount_in_lz()
903 _z_program_error(ERR_LZROOT_NOTDIR, lzRootPath, in z_mount_in_lz()
935 lzRootPath, in z_mount_in_lz()
939 "%s/.SUNW_%s_%s", lzRootPath, in z_mount_in_lz()
946 gzMountPoint+strlen(lzRootPath)); in z_mount_in_lz()
949 "%s", gzMountPoint+strlen(lzRootPath), in z_mount_in_lz()