Searched refs:zep (Results 1 – 1 of 1) sorted by relevance
4924 struct zoneent *zep; in write_index_file() local4934 while ((zep = getzoneent_private(zef)) != NULL) { in write_index_file()4935 if (strcmp(zep->zone_name, zone_name) == 0) in write_index_file()4937 free(zep); in write_index_file()4940 if (zep == NULL) in write_index_file()4944 free(zep); in write_index_file()4951 free(zep); in write_index_file()4957 free(zep); in write_index_file()4977 if (uuid_is_null(zep->zone_uuid)) in write_index_file()4980 uuid_unparse(zep->zone_uuid, uuidstr); in write_index_file()[all …]