Lines Matching refs:smcVars
646 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()
2736 len = smcVars[0]; in IOHibernateSystemRestart()