Searched refs:notifier (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp58 notifier = registerSleepWakeInterest(IOWatchDogTimerSleepHandler, this);
59 if (notifier == 0) return false;
72 notifier->remove();
/darwin-on-arm/xnu/iokit/IOKit/system_management/
H A DIOWatchDogTimer.h39 IONotifier *notifier; member in class:IOWatchDogTimer
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h486 IONotifier * notifier);
490 IONotifier * notifier);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp5589 _IOServiceInterestNotifier * notifier; local
5600 PM_LOG("%s DROP Client %s, notifier %p, handler %p\n",
5608 notifier = OSDynamicCast(_IOServiceInterestNotifier, object);
5620 else if (notifier) {
5621 OUR_PMLog(kPMLogClientNotify, (uintptr_t) notifier->handler, 0);
5624 if ((kIOLogDebugPower & gIOKitDebug) && notifier)
5626 PM_LOG("%s MESG Client %s, notifier %p, handler %p\n",
5629 object, notifier->handler);
5637 if (context->enableTracing && (notifier != 0))
5641 (((uintptr_t) notifier
5773 _IOServiceInterestNotifier * notifier; local
[all...]
H A DIOPMrootDomain.cpp4151 _IOServiceInterestNotifier * notifier; local
4152 notifier = OSDynamicCast(_IOServiceInterestNotifier, object);
4157 if (notifier)
4162 notifier->handler, (uint32_t) deltaTime );
5030 IONotifier * notifier; local
5045 notifier = super::registerInterest(typeOfInterest, handler, target, ref);
5046 if (notifier && pmPowerStateQueue)
5050 notifier->retain();
5052 kPowerEventRegisterSystemCapabilityClient, notifier) == false)
5053 notifier
[all...]
H A DIOService.cpp1532 // Get the head of the notifier linked list
3751 IONotifier * notifier )
3753 return ((*((_IOServiceNotifier *) notifier)->compatHandler)(target, refCon, newService));
3944 IONotifier * notifier )
H A DIOUserClient.cpp471 void * ref, IOService * newService, IONotifier * notifier );
643 void * ref, IOService * newService, IONotifier * notifier )
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h158 IONotifier * notifier );
1286 IOService * newService, IONotifier * notifier );

Completed in 131 milliseconds