Lines Matching refs:notify
735 IOUserNotification * notify; in iokit_client_died() local
754 } else if ((notify = OSDynamicCast( IOUserNotification, obj ))) { in iokit_client_died()
755 notify->setNotification( NULL ); in iokit_client_died()
875 IOUserNotification::setNotification( IONotifier * notify ) in setNotification() argument
892 userIteratorObject = notify; in setNotification()
900 if (notify == NULL) { in setNotification()
903 } else if (notify) { in setNotification()
2876 IONotifier * notify = NULL; in internal_io_service_add_notification() local
2931 notify = IOService::addMatchingNotification( sym, dict, in internal_io_service_add_notification()
2933 if (notify) { in internal_io_service_add_notification()
2935 userNotify->setNotification( notify ); in internal_io_service_add_notification()
3151 IONotifier * notify = NULL; in internal_io_service_add_interest_notification() local
3171 notify = service->registerInterest( sym, in internal_io_service_add_interest_notification()
3173 if (notify) { in internal_io_service_add_interest_notification()
3175 userNotify->setNotification( notify ); in internal_io_service_add_interest_notification()