Searched refs:newActSectorAddr (Results 1 – 1 of 1) sorted by relevance
787 uint32_t newActSectorAddr; in EE_SwapSector() local799 newActSectorAddr = g_currentActiveSector; in EE_SwapSector()806 newActSectorAddr = EE_NextSector(handle, newActSectorAddr); in EE_SwapSector()807 … blankCheck = EE_VerifySectorHeader(handle, newActSectorAddr + handle->eeSectorDeadIndOffset, in EE_SwapSector()809 … aliveCheck = EE_VerifySectorHeader(handle, newActSectorAddr + handle->eeSectorDeadIndOffset, in EE_SwapSector()813 g_freeSpaceAddress = newActSectorAddr + (uint32_t)handle->eeSectorHeaderSize; in EE_SwapSector()815 g_currentActiveSector = newActSectorAddr; in EE_SwapSector()863 returnCode = EE_ValidateActIndicator(handle, newActSectorAddr); in EE_SwapSector()