Home
last modified time | relevance | path

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

/xnu-11215.61.5/iokit/Kernel/
H A DIOHibernateIO.cpp718 uint8_t booterSignature[20]; in IOHibernateSystemSleep() member
733 && (sizeof(rtcVars.booterSignature) <= data->getLength())) { in IOHibernateSystemSleep()
734 bcopy(data->getBytesNoCopy(), &rtcVars.booterSignature[0], sizeof(rtcVars.booterSignature)); in IOHibernateSystemSleep()
756 rtcVars.booterSignature[out++] = value; in IOHibernateSystemSleep()
757 if (out >= sizeof(rtcVars.booterSignature)) { in IOHibernateSystemSleep()