Lines Matching defs:a_zoneName
802 * a_zoneName - pointer to string representing the name of the zone
819 z_mount_in_lz(char **r_lzMountPoint, char **r_lzRootPath, char *a_zoneName,
835 assert(a_zoneName != (char *)NULL);
836 assert(*a_zoneName != '\0');
844 _z_echoDebug(DBG_ZONES_MOUNT_IN_LZ_ENTRY, a_zoneName, a_gzPath);
873 err = zone_get_id(a_zoneName, &zid);
875 _z_program_error(ERR_GET_ZONEID, a_zoneName,
882 err = zone_get_rootpath(a_zoneName, lzRootPath, sizeof (lzRootPath));
884 _z_program_error(ERR_NO_ZONE_ROOTPATH, a_zoneName,
890 _z_program_error(ERR_ROOTPATH_EMPTY, a_zoneName);
954 _z_echoDebug(DBG_MNTPT_NAMES, a_gzPath, a_zoneName, gzMountPoint,
961 a_zoneName, strerror(errno));
968 _z_program_error(ERR_MNTPT_MKDIR, gzMountPoint, a_zoneName,
979 gzMountPoint, a_zoneName, strerror(errno));
1616 * Arguments: a_zoneName - name of the zone to check for branding
1997 * Arguments: a_zoneName - pointer to string representing the name of the zone
2000 * non-global zone named by a_zoneName* of the Unix command
2034 z_zone_exec(const char *a_zoneName, const char *a_path, char *a_argv[],
2169 _exit(_zexec(a_zoneName, a_path, a_argv));