Searched refs:booterSignature (Results 1 – 1 of 1) sorted by relevance
771 uint8_t booterSignature[20]; in IOHibernateSystemSleep() member786 && (sizeof(rtcVars.booterSignature) <= data->getLength())) { in IOHibernateSystemSleep()787 bcopy(data->getBytesNoCopy(), &rtcVars.booterSignature[0], sizeof(rtcVars.booterSignature)); in IOHibernateSystemSleep()809 rtcVars.booterSignature[out++] = value; in IOHibernateSystemSleep()810 if (out >= sizeof(rtcVars.booterSignature)) { in IOHibernateSystemSleep()