Searched refs:addMatchingNotification (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/iokit/IOKit/ |
| H A D | IOService.h | 923 static IONotifier * addMatchingNotification( 931 static IONotifier * addMatchingNotification(
|
| /xnu-11215/iokit/Tests/ |
| H A D | Tests.cpp | 1421 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 D | IOService.cpp | 6437 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 D | IOUserClient.cpp | 2931 notify = IOService::addMatchingNotification( sym, dict, in internal_io_service_add_notification()
|
| H A D | IOUserServer.cpp | 1822 …inst->ivars->notifier = IOService::addMatchingNotification(gIOMatchedNotification, matching, 0 /*p… in Create_Impl()
|