Lines Matching refs:pBoot
1768 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()
1903 bRet = pBoot->GetEntryProperty(ENTRYLOADER, index, dwLoaderDataSize, dwDelay); in upgrade_loader()
1913 if (!pBoot->GetEntryData(ENTRYLOADER,index,loaderDataBuffer)) { in upgrade_loader()
1920 index = pBoot->GetIndexByName(ENTRYLOADER, loaderHeadName); in upgrade_loader()
1922 bRet = pBoot->GetEntryProperty(ENTRYLOADER, index, dwLoaderHeadSize, dwDelay); in upgrade_loader()
1932 if (!pBoot->GetEntryData(ENTRYLOADER,index,loaderHeadBuffer)) { in upgrade_loader()
1975 if (pBoot->Rc4DisableFlag) in upgrade_loader()
1994 …, pIDBData, usFlashDataSec, usFlashBootSec, dwLoaderDataSize, dwLoaderSize, pBoot->Rc4DisableFlag); in upgrade_loader()