Searched refs:zep (Results 1 – 1 of 1) sorted by relevance
4925 struct zoneent *zep; in write_index_file() local4935 while ((zep = getzoneent_private(zef)) != NULL) { in write_index_file()4936 if (strcmp(zep->zone_name, zone_name) == 0) in write_index_file()4938 free(zep); in write_index_file()4941 if (zep == NULL) in write_index_file()4945 free(zep); in write_index_file()4952 free(zep); in write_index_file()4958 free(zep); in write_index_file()4978 if (uuid_is_null(zep->zone_uuid)) in write_index_file()4981 uuid_unparse(zep->zone_uuid, uuidstr); in write_index_file()[all …]