Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones.c824 char gzMountPoint[MAXPATHLEN] = {'\0'}; in z_mount_in_lz() local
934 slen = snprintf(gzMountPoint, sizeof (gzMountPoint), "%s/.SUNW_%s_%s", in z_mount_in_lz()
937 if (slen > sizeof (gzMountPoint)) { in z_mount_in_lz()
941 uuid, sizeof (gzMountPoint)); in z_mount_in_lz()
946 gzMountPoint+strlen(lzRootPath)); in z_mount_in_lz()
949 "%s", gzMountPoint+strlen(lzRootPath), in z_mount_in_lz()
959 if (_z_is_directory(gzMountPoint) == 0) { in z_mount_in_lz()
960 _z_program_error(ERR_ZONEROOT_NOTDIR, gzMountPoint, in z_mount_in_lz()
967 if (mkdir(gzMountPoint, 0600) != 0) { in z_mount_in_lz()
979 gzMountPoint, a_zoneName, strerror(errno)); in z_mount_in_lz()
[all …]