Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/IOKit/
H A DIOPolledInterface.h203 IOReturn IOPolledFilePollersSetup(IOPolledFileIOVars * vars, uint32_t openState);
/xnu-12377.1.9/iokit/Kernel/
H A DIOPolledInterface.cpp817 IOPolledFilePollersSetup(IOPolledFileIOVars * vars, in IOPolledFilePollersSetup() function
H A DIOHibernateIO.cpp652 err = IOPolledFilePollersSetup(vars->fileVars, kIOPolledPreflightState); in IOHibernateSystemSleep()
/xnu-12377.1.9/iokit/bsddev/
H A DIOKitBSDInit.cpp1374 …gIOPolledCoreFileOpenRet = IOPolledFilePollersSetup(gIOPolledCoreFileVars, kIOPolledPreflightCoreD… in IOOpenPolledCoreFile()