Home
last modified time | relevance | path

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

/xnu-10002.41.9/iokit/Kernel/
H A DIOHibernateIO.cpp646 uintptr_t smcVars[2]; in IOHibernateSystemSleep() local
647 smcVars[0] = vars->volumeCryptKeySize; in IOHibernateSystemSleep()
648 smcVars[1] = (uintptr_t)(void *) &gIOHibernateVars.volumeCryptKey[0]; in IOHibernateSystemSleep()
650 IOService::getPMRootDomain()->setProperty(kIOHibernateSMCVariablesKey, smcVars, sizeof(smcVars)); in IOHibernateSystemSleep()
651 bzero(smcVars, sizeof(smcVars)); in IOHibernateSystemSleep()
829 uintptr_t * smcVars = (typeof(smcVars))data->getBytesNoCopy(); in IOHibernateSystemSleep() local
831 (const void *)smcVars[1], smcVars[0], &kprintf); in IOHibernateSystemSleep()
2724 uintptr_t * smcVars; in IOHibernateSystemRestart() local
2734 smcVars = (typeof(smcVars))data->getBytesNoCopy(); in IOHibernateSystemRestart()
2735 smcBytes = (typeof(smcBytes))smcVars[1]; in IOHibernateSystemRestart()
[all …]