Home
last modified time | relevance | path

Searched refs:installNotification (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOService.h1691 static OSPtr<IONotifier> installNotification(
1698 static OSPtr<IONotifier> installNotification(
/xnu-11215/iokit/Kernel/
H A DIOService.cpp6377 IOService::installNotification(const OSSymbol * type, OSDictionary * matching, in installNotification() function in IOService
6387 result = (_IOServiceNotifier *) installNotification( type, matching, in installNotification()
6401 IOService::installNotification( in installNotification() function in IOService
6459 ret = notify = (_IOServiceNotifier *) installNotification( type, matching, in addMatchingNotification()