Searched refs:smcVars (Results 1 – 1 of 1) sorted by relevance
642 uintptr_t smcVars[2]; in IOHibernateSystemSleep() local643 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() local826 (const void *)smcVars[1], smcVars[0], &kprintf); in IOHibernateSystemSleep()2715 uintptr_t * smcVars; in IOHibernateSystemRestart() local2725 smcVars = (typeof(smcVars))data->getBytesNoCopy(); in IOHibernateSystemRestart()2726 smcBytes = (typeof(smcBytes))smcVars[1]; in IOHibernateSystemRestart()[all …]