Home
last modified time | relevance | path

Searched refs:pBoot (Results 1 – 1 of 1) sorted by relevance

/rkdeveloptool/
H A Dmain.cpp1768 CRKBoot *pBoot = NULL; in download_boot() local
1780 pBoot = (CRKBoot *)pImage->m_bootObject; in download_boot()
1784 dev.emDeviceType = pBoot->SupportDevice; in download_boot()
1834 CRKBoot *pBoot = NULL; in upgrade_loader() local
1858 pBoot = (CRKBoot *)pImage->m_bootObject; in upgrade_loader()
1859 dev.emDeviceType = pBoot->SupportDevice; in upgrade_loader()
1870 index = pBoot->GetIndexByName(ENTRYLOADER, loaderCodeName); in upgrade_loader()
1877 bRet = pBoot->GetEntryProperty(ENTRYLOADER, index, dwLoaderSize, dwDelay); in upgrade_loader()
1887 if (!pBoot->GetEntryData(ENTRYLOADER, index, loaderCodeBuffer)) { in upgrade_loader()
1894 index = pBoot->GetIndexByName(ENTRYLOADER, loaderDataName); in upgrade_loader()
[all …]