Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOService.h923 static IONotifier * addMatchingNotification(
931 static IONotifier * addMatchingNotification(
/xnu-11215/iokit/Tests/
H A DTests.cpp1421 note = IOService::addMatchingNotification(gIOMatchedNotification, matching.get(), 0, in IOServiceTest()
1585 …IONotifier * notify = IOService::addMatchingNotification( gIOWillTerminateNotification, dict.get(), in IOUserNotificationTestThread()
/xnu-11215/iokit/Kernel/
H A DIOService.cpp6437 result = addMatchingNotification(type, matching, &_IOServiceMatchingNotificationHandler, in addNotification()
6448 IOService::addMatchingNotification( in addMatchingNotification() function in IOService
6496 IOService::addMatchingNotification( in addMatchingNotification() function in IOService
6509 notify = addMatchingNotification(type, matching, in addMatchingNotification()
H A DIOUserClient.cpp2931 notify = IOService::addMatchingNotification( sym, dict, in internal_io_service_add_notification()
H A DIOUserServer.cpp1822 …inst->ivars->notifier = IOService::addMatchingNotification(gIOMatchedNotification, matching, 0 /*p… in Create_Impl()