Searched refs:zep (Results 1 – 1 of 1) sorted by relevance
4923 struct zoneent *zep; in write_index_file() local4933 while ((zep = getzoneent_private(zef)) != NULL) { in write_index_file()4934 if (strcmp(zep->zone_name, zone_name) == 0) in write_index_file()4936 free(zep); in write_index_file()4939 if (zep == NULL) in write_index_file()4943 free(zep); in write_index_file()4950 free(zep); in write_index_file()4956 free(zep); in write_index_file()4976 if (uuid_is_null(zep->zone_uuid)) in write_index_file()4979 uuid_unparse(zep->zone_uuid, uuidstr); in write_index_file()[all …]