Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/Kernel/
H A DIOHibernateIO.cpp642 uintptr_t smcVars[2]; in IOHibernateSystemSleep() local
643 smcVars[0] = vars->volumeCryptKeySize; in IOHibernateSystemSleep()
644 smcVars[1] = (uintptr_t)(void *) &gIOHibernateVars.volumeCryptKey[0]; in IOHibernateSystemSleep()
646 IOService::getPMRootDomain()->setProperty(kIOHibernateSMCVariablesKey, smcVars, sizeof(smcVars)); in IOHibernateSystemSleep()
647 bzero(smcVars, sizeof(smcVars)); in IOHibernateSystemSleep()
824 uintptr_t * smcVars = (typeof(smcVars))data->getBytesNoCopy(); in IOHibernateSystemSleep() local
826 (const void *)smcVars[1], smcVars[0], &kprintf); in IOHibernateSystemSleep()
2717 uintptr_t * smcVars; in IOHibernateSystemRestart() local
2727 smcVars = (typeof(smcVars))data->getBytesNoCopy(); in IOHibernateSystemRestart()
2728 smcBytes = (typeof(smcBytes))smcVars[1]; in IOHibernateSystemRestart()
[all …]