Searched refs:CARDRomHashSector (Results 1 – 2 of 2) sorted by relevance
43 struct CARDRomHashSector;48 typedef struct CARDRomHashSector struct50 struct CARDRomHashSector *next; argument55 CARDRomHashSector; typedef110 CARDRomHashSector *loading_sector; // Sector waiting for media to load111 CARDRomHashSector *loaded_sector; // Sector waiting for hash verification112 CARDRomHashSector *valid_sector; // Sector that has already been verified120 CARDRomHashSector *sectors; // Sector data
83 length += MATH_ROUNDUP(sizeof(CARDRomHashSector) * CARD_ROM_HASH_SECTOR_MAX, 32); in CARD_CalcRomHashBufferLength()210 CARDRomHashSector *sector = context->loading_sector; in CARDi_StartLoading()244 CARDRomHashSector *sector = context->loading_sector; in CARD_NotifyRomHashReadAsync()357 CARDRomHashSector **pp = &context->valid_sector; in CARDi_TouchRomHashSector()358 CARDRomHashSector *sector = NULL; in CARDi_TouchRomHashSector()378 CARDRomHashSector *loading = *pp; in CARDi_TouchRomHashSector()434 context->sectors = (CARDRomHashSector *)cur; in CARD_InitRomHashContext()480 CARDRomHashSector *sectors = context->sectors; in CARD_InitRomHashContext()630 CARDRomHashSector *sector = NULL; in CARDi_ReadRomHashImageCaching()