Lines Matching defs:target

264 setLatencyHandler(UInt32 delayType, IOService * target, bool enable);
907 IOService * target = (IOService *) param2;
911 result = setLatencyHandler(kCpuDelayBusStall, target, enable);
913 result = setLatencyHandler(kCpuDelayInterrupt, target, enable);
1392 ret = (*notify->handler)( notify->target, notify->ref,
1414 applyToInterestNotifiers(const IORegistryEntry *target,
1424 OSDynamicCast( IOCommand, target->getProperty( typeOfInterest ));
1502 IOServiceInterestHandler handler, void * target, void * ref )
1524 notify->target = target;
2611 ret = (*notify->handler)(notify->target, notify->ref, this, notify);
3784 static bool _IOServiceMatchingNotificationHandler( void * target, void * refCon,
3788 return ((*((_IOServiceNotifier *) notifier)->compatHandler)(target, refCon, newService));
3794 IOServiceMatchingNotificationHandler handler, void * target, void * ref,
3811 notify->target = target;
3847 void * target, void * ref,
3871 notify = setNotification( type, matching, handler, target, ref, priority );
3887 void * target, void * refCon,
3897 target, &ref, priority, existing );
3909 void * target, void * ref,
3916 notify = doInstallNotification( type, matching, handler, target, ref,
3927 void * target, void * refCon,
3937 target, &ref, priority);
3948 void * target, void * ref,
3956 handler, target, ref, priority, &existing );
3977 void * /* target */, void * ref,
5308 IOService * target;
5310 (target = (IOService *) handlers->getObject(idx));
5313 target->callPlatformFunction(sCPULatencyFunctionName[delayType], false,
5323 setLatencyHandler(UInt32 delayType, IOService * target, bool enable)
5338 idx = array->getNextIndexOfObject(target, 0);
5353 array->setObject(target);
5368 target->callPlatformFunction(sCPULatencyFunctionName[delayType], false,
5479 IOReturn IOService::registerInterrupt(int source, OSObject *target,
5490 return interruptController->registerInterrupt(this, source, target,