Home
last modified time | relevance | path

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

/xnu-11215.81.4/iokit/IOKit/
H A DIOPolledInterface.h225 extern __C IOReturn IOPolledFilePollersOpen(IOPolledFileIOVars * vars, uint32_t state, bool abortab…
/xnu-11215.81.4/osfmk/kdp/output_stages/
H A Dout_disk.c235 err = IOPolledFilePollersOpen(gIOPolledCoreFileVars, kIOPolledBeforeSleepState, false); in disk_stage_outproc()
/xnu-11215.81.4/iokit/Kernel/
H A DIOPolledInterface.cpp187 IOPolledFilePollersOpen(IOPolledFileIOVars * filevars, uint32_t state, bool abortable) in IOPolledFilePollersOpen() function
843 err = IOPolledFilePollersOpen(vars, openState, false); in IOPolledFilePollersSetup()
H A DIOHibernateIO.cpp1794 err = IOPolledFilePollersOpen(vars->fileVars, kIOPolledBeforeSleepState, in hibernate_write_image()
2574 err = IOPolledFilePollersOpen(vars->fileVars, kIOPolledAfterSleepState, false); in hibernate_machine_init()