Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/IOKit/
H A DIOPolledInterface.h222 extern __C IOReturn IOPolledFilePollersOpen(IOPolledFileIOVars * vars, uint32_t state, bool abortab…
/xnu-8020.121.3/osfmk/kdp/output_stages/
H A Dout_disk.c234 err = IOPolledFilePollersOpen(gIOPolledCoreFileVars, kIOPolledBeforeSleepState, false); in disk_stage_outproc()
/xnu-8020.121.3/iokit/Kernel/
H A DIOPolledInterface.cpp192 IOPolledFilePollersOpen(IOPolledFileIOVars * filevars, uint32_t state, bool abortable) in IOPolledFilePollersOpen() function
848 err = IOPolledFilePollersOpen(vars, openState, false); in IOPolledFilePollersSetup()
H A DIOHibernateIO.cpp1747 err = IOPolledFilePollersOpen(vars->fileVars, kIOPolledBeforeSleepState, in hibernate_write_image()
2514 err = IOPolledFilePollersOpen(vars->fileVars, kIOPolledAfterSleepState, false); in hibernate_machine_init()