Home
last modified time | relevance | path

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

/xnu-11417.101.15/iokit/Kernel/
H A DIOHibernateIO.cpp726 uint8_t booterSignature[20]; in IOHibernateSystemSleep() member
741 && (sizeof(rtcVars.booterSignature) <= data->getLength())) { in IOHibernateSystemSleep()
742 bcopy(data->getBytesNoCopy(), &rtcVars.booterSignature[0], sizeof(rtcVars.booterSignature)); in IOHibernateSystemSleep()
764 rtcVars.booterSignature[out++] = value; in IOHibernateSystemSleep()
765 if (out >= sizeof(rtcVars.booterSignature)) { in IOHibernateSystemSleep()