Home
last modified time | relevance | path

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

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