Searched refs:userNotify (Results 1 – 2 of 2) sorted by relevance
848 IOTestUserNotification * userNotify; member874 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() local904 .userNotify = userNotify, in IOUserNotificationTests()910 result = userNotify->init(); in IOUserNotificationTests()929 userNotify->setNotification(NULL); in IOUserNotificationTests()931 OSSafeReleaseNULL(userNotify); in IOUserNotificationTests()
2779 IOServiceUserNotification * userNotify = NULL; in internal_io_service_add_notification() local2824 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 …]