Home
last modified time | relevance | path

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

/xnu-12377.81.4/iokit/Kernel/
H A DIOPlatformActions.cpp66 kQueuePanic = 5, enumerator
171 if (!gActionQueues[kQueuePanic].next) { in IOCPURunPlatformPanicActions()
180 return iocpu_run_platform_actions(&gActionQueues[kQueuePanic], 0, 0U - 1, in IOCPURunPlatformPanicActions()
194 if (!gActionQueues[kQueuePanic].next) { in IOCPURunPlatformPanicSyncAction()
198 return iocpu_run_platform_actions(&gActionQueues[kQueuePanic], 0, 0U - 1, in IOCPURunPlatformPanicSyncAction()
237 gIOPlatformPanicActionKey = gActionSymbols[kQueuePanic] in IOPlatformActionsInitialize()
330 IOInstallServicePlatformAction(service, kQueuePanic); in IOInstallServicePlatformActions()