Searched refs:exclaveAsyncNotificationEventSources (Results 1 – 1 of 1) sorted by relevance
91 OSArray *exclaveAsyncNotificationEventSources; member1098 if (!pRef->exclaveAsyncNotificationEventSources) { in exclaveAsyncNotificationRegister()1099 pRef->exclaveAsyncNotificationEventSources = OSArray::withCapacity(1); in exclaveAsyncNotificationRegister()1101 if (pRef->exclaveAsyncNotificationEventSources) { in exclaveAsyncNotificationRegister()1102 *notificationID = (uint32_t) pRef->exclaveAsyncNotificationEventSources->getCount(); in exclaveAsyncNotificationRegister()1103 pRef->exclaveAsyncNotificationEventSources->setObject(notification); in exclaveAsyncNotificationRegister()1124 …if (pRef->exclaveAsyncNotificationEventSources && (event = OSDynamicCast(IOInterruptEventSource, p… in exclaveAsyncNotificationSignal()