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

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateIO.cpp1318 uintptr_t smcVars[2]; local
1319 smcVars[0] = sizeof(vars->volumeCryptKey);
1320 smcVars[1] = (uintptr_t)(void *) &gIOHibernateVars.volumeCryptKey[0];
1322 IOService::getPMRootDomain()->setProperty(kIOHibernateSMCVariablesKey, smcVars, sizeof(smcVars));
1323 bzero(smcVars, sizeof(smcVars));
3144 uintptr_t * smcVars; local
3152 smcVars = (typeof(smcVars)) dat
[all...]

Completed in 127 milliseconds