Home
last modified time | relevance | path

Searched refs:IOPolledFilePollersSetEncryptionKey (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/iokit/IOKit/
H A DIOPolledInterface.h226 extern __C IOReturn IOPolledFilePollersSetEncryptionKey(IOPolledFileIOVars * vars,
/xnu-8020.101.4/iokit/Kernel/
H A DIOHibernateIO.cpp1381 err = IOPolledFilePollersSetEncryptionKey(vars->fileVars, NULL, 0); in IOHibernateDone()
1756 …err = IOPolledFilePollersSetEncryptionKey(vars->fileVars, &vars->volumeCryptKey[0], vars->volumeCr… in hibernate_write_image()
2521 err = IOPolledFilePollersSetEncryptionKey(vars->fileVars, in hibernate_machine_init()
H A DIOPolledInterface.cpp303 IOPolledFilePollersSetEncryptionKey(IOPolledFileIOVars * filevars, in IOPolledFilePollersSetEncryptionKey() function