Home
last modified time | relevance | path

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

/xnu-11215.1.10/iokit/Kernel/
H A DIOPlatformActions.cpp66 kQueuePanic = 5, enumerator
168 if (!gActionQueues[kQueuePanic].next) { in IOCPURunPlatformPanicActions()
176 return iocpu_run_platform_actions(&gActionQueues[kQueuePanic], 0, 0U - 1, in IOCPURunPlatformPanicActions()
190 if (!gActionQueues[kQueuePanic].next) { in IOCPURunPlatformPanicSyncAction()
193 return iocpu_run_platform_actions(&gActionQueues[kQueuePanic], 0, 0U - 1, in IOCPURunPlatformPanicSyncAction()
230 gIOPlatformPanicActionKey = gActionSymbols[kQueuePanic] in IOPlatformActionsInitialize()
323 IOInstallServicePlatformAction(service, kQueuePanic); in IOInstallServicePlatformActions()