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