Home
last modified time | relevance | path

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

/xnu-11215/iokit/Tests/
H A DTests.cpp1587 threadArgs->userNotify->setNotification(notify); in IOUserNotificationTestThread()
1589 threadArgs->userNotify->setNotification(NULL); in IOUserNotificationTestThread()
1593 threadArgs->userNotify->setNotification(NULL); in IOUserNotificationTestThread()
1640 userNotify->setNotification(NULL); in IOUserNotificationTests()
/xnu-11215/iokit/IOKit/
H A DIOUserClient.h621 virtual void setNotification( IONotifier * obj );
H A DIOService.h1756 static OSPtr<IONotifier> setNotification(
/xnu-11215/iokit/Kernel/
H A DIOUserClient.cpp755 notify->setNotification( NULL ); in iokit_client_died()
875 IOUserNotification::setNotification( IONotifier * notify ) in setNotification() function in IOUserNotification
2935 userNotify->setNotification( notify ); in internal_io_service_add_notification()
2943 userNotify->setNotification(NULL); in internal_io_service_add_notification()
3175 userNotify->setNotification( notify ); in internal_io_service_add_interest_notification()
3186 userNotify->setNotification(NULL); in internal_io_service_add_interest_notification()
H A DIOService.cpp6278 IOService::setNotification( in setNotification() function in IOService
6361 notify = setNotification( type, matching, handler, target, ref, priority ); in doInstallNotification()
6625 notify = IOService::setNotification( gIOMatchedNotification, matching, in waitForMatchingServiceWithToken()