Home
last modified time | relevance | path

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

/xnu-11215.41.3/iokit/Exclaves/
H A DExclaves.cpp92 OSArray *exclaveAsyncNotificationEventSources; member
1075 if (!pRef->exclaveAsyncNotificationEventSources) { in exclaveAsyncNotificationRegister()
1076 pRef->exclaveAsyncNotificationEventSources = OSArray::withCapacity(1); in exclaveAsyncNotificationRegister()
1078 if (pRef->exclaveAsyncNotificationEventSources) { in exclaveAsyncNotificationRegister()
1079 *notificationID = (uint32_t) pRef->exclaveAsyncNotificationEventSources->getCount(); in exclaveAsyncNotificationRegister()
1080 pRef->exclaveAsyncNotificationEventSources->setObject(notification); in exclaveAsyncNotificationRegister()
1101 …if (pRef->exclaveAsyncNotificationEventSources && (event = OSDynamicCast(IOInterruptEventSource, p… in exclaveAsyncNotificationSignal()