Searched refs:IOPolledFilePollersOpen (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.81.4/iokit/IOKit/ |
| H A D | IOPolledInterface.h | 225 extern __C IOReturn IOPolledFilePollersOpen(IOPolledFileIOVars * vars, uint32_t state, bool abortab…
|
| /xnu-11215.81.4/osfmk/kdp/output_stages/ |
| H A D | out_disk.c | 235 err = IOPolledFilePollersOpen(gIOPolledCoreFileVars, kIOPolledBeforeSleepState, false); in disk_stage_outproc()
|
| /xnu-11215.81.4/iokit/Kernel/ |
| H A D | IOPolledInterface.cpp | 187 IOPolledFilePollersOpen(IOPolledFileIOVars * filevars, uint32_t state, bool abortable) in IOPolledFilePollersOpen() function 843 err = IOPolledFilePollersOpen(vars, openState, false); in IOPolledFilePollersSetup()
|
| H A D | IOHibernateIO.cpp | 1794 err = IOPolledFilePollersOpen(vars->fileVars, kIOPolledBeforeSleepState, in hibernate_write_image() 2574 err = IOPolledFilePollersOpen(vars->fileVars, kIOPolledAfterSleepState, false); in hibernate_machine_init()
|