Searched refs:m_uiUserSectors (Results 1 – 2 of 2) sorted by relevance
2445 … iRet = m_pComm->RKU_TestDeviceReady((DWORD *)&m_uiUserSectors, NULL, TU_GETUSERSECTOR_SUBCODE); in RKA_File_Download()2457 if ((m_uiUserSectors == 0) || (m_uiUserSectors == (DWORD) -1)) in RKA_File_Download()2461 … m_pLog->Record(_T("ERROR:RKA_File_Download-->User size is wrong,value=0x%x"), m_uiUserSectors); in RKA_File_Download()2468 if (m_uiUserSectors <= uiBegin) in RKA_File_Download()2479 m_uiUserSectors -= uiBegin; in RKA_File_Download()2484 if (*(UINT *)(pDbr + 32) < m_uiUserSectors) in RKA_File_Download()2496 (*(UINT *)(pDbr + 32)) = m_uiUserSectors; in RKA_File_Download()2497 (*(UINT *)(pCopyDbr + 32)) = m_uiUserSectors; in RKA_File_Download()2667 (*(UINT *)(pDbr + 32)) = m_uiUserSectors; in RKA_File_Check()2668 (*(UINT *)(pCopyDbr + 32)) = m_uiUserSectors; in RKA_File_Check()
228 UINT m_uiUserSectors; variable