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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp1277 uintptr_t smcVars[2]; local
1278 smcVars[0] = sizeof(vars->volumeCryptKey);
1279 smcVars[1] = (uintptr_t)(void *) &gIOHibernateVars.volumeCryptKey[0];
1281 IOService::getPMRootDomain()->setProperty(kIOHibernateSMCVariablesKey, smcVars, sizeof(smcVars));
1282 bzero(smcVars, sizeof(smcVars));
2953 uintptr_t * smcVars; local
2961 smcVars = (typeof(smcVars)) dat
[all...]

Completed in 75 milliseconds