Searched refs:ReleaseTime (Results 1 – 5 of 5) sorted by relevance
221 ReleaseTime.setContainer(this); in CRKBoot()222 ReleaseTime.getter(&CRKBoot::GetReleaseTime); in CRKBoot()
200 ReleaseTime.setContainer(this); in CRKImage()201 ReleaseTime.getter(&CRKImage::GetReleaseTime); in CRKImage()
30 property<CRKImage, STRUCT_RKTIME, READ_ONLY> ReleaseTime; variable
54 property<CRKBoot, STRUCT_RKTIME, READ_ONLY> ReleaseTime; variable
468 pSec1->usLoaderYear = UshortToBCD(((STRUCT_RKTIME)m_pImage->m_bootObject->ReleaseTime).usYear); in MakeSector1()469 pSec1->usLoaderDate = ByteToBCD(((STRUCT_RKTIME)m_pImage->m_bootObject->ReleaseTime).ucMonth); in MakeSector1()470 …(pSec1->usLoaderDate << 8) | ByteToBCD(((STRUCT_RKTIME)m_pImage->m_bootObject->ReleaseTime).ucDay); in MakeSector1()