Home
last modified time | relevance | path

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

/xnu-10063.101.15/iokit/Exclaves/
H A DExclaves.cpp90 OSArray *exclaveAsyncNotificationEventSources; member
995 if (!pRef->exclaveAsyncNotificationEventSources) { in exclaveAsyncNotificationRegister()
996 pRef->exclaveAsyncNotificationEventSources = OSArray::withCapacity(1); in exclaveAsyncNotificationRegister()
998 if (pRef->exclaveAsyncNotificationEventSources) { in exclaveAsyncNotificationRegister()
999 *notificationID = (uint32_t) pRef->exclaveAsyncNotificationEventSources->getCount(); in exclaveAsyncNotificationRegister()
1000 pRef->exclaveAsyncNotificationEventSources->setObject(notification); in exclaveAsyncNotificationRegister()
1021 …if (pRef->exclaveAsyncNotificationEventSources && (event = OSDynamicCast(IOInterruptEventSource, p… in exclaveAsyncNotificationSignal()