Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Tests/
H A DTests.cpp848 IOTestUserNotification * userNotify; member
874 threadArgs->userNotify->setNotification(notify); in IOUserNotificationTestThread()
876 threadArgs->userNotify->setNotification(NULL); in IOUserNotificationTestThread()
880 threadArgs->userNotify->setNotification(NULL); in IOUserNotificationTestThread()
895 IOTestUserNotification * userNotify = OSTypeAlloc(IOTestUserNotification); in IOUserNotificationTests() local
904 .userNotify = userNotify, in IOUserNotificationTests()
910 result = userNotify->init(); in IOUserNotificationTests()
929 userNotify->setNotification(NULL); in IOUserNotificationTests()
931 OSSafeReleaseNULL(userNotify); in IOUserNotificationTests()
/xnu-8019.80.24/iokit/Kernel/
H A DIOUserClient.cpp2779 IOServiceUserNotification * userNotify = NULL; in internal_io_service_add_notification() local
2824 userNotify = new IOServiceUserNotification; in internal_io_service_add_notification()
2826 if (userNotify && !userNotify->init( port, userMsgType, in internal_io_service_add_notification()
2828 userNotify->release(); in internal_io_service_add_notification()
2829 userNotify = NULL; in internal_io_service_add_notification()
2831 if (!userNotify) { in internal_io_service_add_notification()
2836 &userNotify->_handler, userNotify ); in internal_io_service_add_notification()
2838 *notification = userNotify; in internal_io_service_add_notification()
2839 userNotify->setNotification( notify ); in internal_io_service_add_notification()
2846 if ((kIOReturnSuccess != err) && userNotify) { in internal_io_service_add_notification()
[all …]