Home
last modified time | relevance | path

Searched refs:kIOPolledPreflightCoreDumpState (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.121.2/iokit/IOKit/
H A DIOPolledInterface.h38 kIOPolledPreflightCoreDumpState = 5, enumerator
/xnu-8796.121.2/iokit/Kernel/
H A DIOPolledInterface.cpp210 if ((kIOPolledPreflightState == state) || (kIOPolledPreflightCoreDumpState == state)) { in IOPolledFilePollersOpen()
852 if ((kIOPolledPreflightState == openState) || (kIOPolledPreflightCoreDumpState == openState)) { in IOPolledFilePollersSetup()
/xnu-8796.121.2/iokit/bsddev/
H A DIOKitBSDInit.cpp1298 …CoreFileOpenRet = IOPolledFilePollersSetup(gIOPolledCoreFileVars, kIOPolledPreflightCoreDumpState); in IOOpenPolledCoreFile()