Searched refs:noteStore (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateIO.cpp3139 static uint8_t noteStore[32] __attribute__((aligned(32))); local
3155 if (len > sizeof(noteStore)) len = sizeof(noteStore);
3163 bcopy(smcBytes, noteStore, len);
3164 element = (addr64_t) &noteStore[0];

Completed in 22 milliseconds