Searched refs:gzMountPoint (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libinstzones/common/ |
H A D | zones.c | 824 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() 954 _z_echoDebug(DBG_MNTPT_NAMES, a_gzPath, a_zoneName, gzMountPoint, 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() [all …]
|