Searched refs:CARDRomHashSector (Results 1 – 2 of 2) sorted by relevance
43 struct CARDRomHashSector;48 typedef struct CARDRomHashSector struct50 struct CARDRomHashSector *next; argument55 CARDRomHashSector; argument110 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()200 CARDRomHashSector *sector = context->loading_sector; in CARDi_StartLoading()234 CARDRomHashSector *sector = context->loading_sector; in CARD_NotifyRomHashReadAsync()347 CARDRomHashSector **pp = &context->valid_sector; in CARDi_TouchRomHashSector()348 CARDRomHashSector *sector = NULL; in CARDi_TouchRomHashSector()368 CARDRomHashSector *loading = *pp; in CARDi_TouchRomHashSector()424 context->sectors = (CARDRomHashSector *)cur; in CARD_InitRomHashContext()470 CARDRomHashSector *sectors = context->sectors; in CARD_InitRomHashContext()620 CARDRomHashSector *sector = NULL; in CARDi_ReadRomHashImageCaching()