Home
last modified time | relevance | path

Searched refs:IOPolledFilePollersSetup (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.41.9/iokit/IOKit/
H A DIOPolledInterface.h199 IOReturn IOPolledFilePollersSetup(IOPolledFileIOVars * vars, uint32_t openState);
/xnu-8792.41.9/iokit/Kernel/
H A DIOPolledInterface.cpp835 IOPolledFilePollersSetup(IOPolledFileIOVars * vars, in IOPolledFilePollersSetup() function
H A DIOHibernateIO.cpp600 err = IOPolledFilePollersSetup(vars->fileVars, kIOPolledPreflightState); in IOHibernateSystemSleep()
/xnu-8792.41.9/iokit/bsddev/
H A DIOKitBSDInit.cpp1297 …gIOPolledCoreFileOpenRet = IOPolledFilePollersSetup(gIOPolledCoreFileVars, kIOPolledPreflightCoreD… in IOOpenPolledCoreFile()