Searched refs:smcVars (Results 1 – 1 of 1) sorted by relevance
646 uintptr_t smcVars[2]; in IOHibernateSystemSleep() local647 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() local831 (const void *)smcVars[1], smcVars[0], &kprintf); in IOHibernateSystemSleep()2724 uintptr_t * smcVars; in IOHibernateSystemRestart() local2734 smcVars = (typeof(smcVars))data->getBytesNoCopy(); in IOHibernateSystemRestart()2735 smcBytes = (typeof(smcBytes))smcVars[1]; in IOHibernateSystemRestart()[all …]