Lines Matching defs:ze
869 struct zoneent *ze;
874 while ((ze = getzoneent_private(cookie)) != NULL) {
876 if (ze->zone_state < ZONE_STATE_INSTALLED) {
877 free(ze);
881 if (strcmp(ze->zone_name, GLOBAL_ZONENAME) == 0 ||
882 strcmp(ze->zone_name, target_zone) == 0) {
883 free(ze);
886 if (strlen(ze->zone_path) == 0) {
888 if ((err = zone_get_zonepath(ze->zone_name,
889 ze->zone_path, sizeof (ze->zone_path))) != Z_OK) {
891 zperror2(ze->zone_name,
893 free(ze);
898 zonecfg_get_root(), ze->zone_path);
903 free(ze);
907 "but its %s %s does not exist.\n"), ze->zone_name,
909 free(ze);
923 target_zone, path, ze->zone_name, rpath);
924 free(ze);
927 free(ze);