Lines Matching defs:target

263 setLatencyHandler(UInt32 delayType, IOService * target, bool enable);
906 IOService * target = (IOService *) param2;
910 result = setLatencyHandler(kCpuDelayBusStall, target, enable);
912 result = setLatencyHandler(kCpuDelayInterrupt, target, enable);
1391 ret = (*notify->handler)( notify->target, notify->ref,
1413 applyToInterestNotifiers(const IORegistryEntry *target,
1423 OSDynamicCast( IOCommand, target->getProperty( typeOfInterest ));
1501 IOServiceInterestHandler handler, void * target, void * ref )
1523 notify->target = target;
2582 ret = (*notify->handler)(notify->target, notify->ref, this, notify);
3749 static bool _IOServiceMatchingNotificationHandler( void * target, void * refCon,
3753 return ((*((_IOServiceNotifier *) notifier)->compatHandler)(target, refCon, newService));
3759 IOServiceMatchingNotificationHandler handler, void * target, void * ref,
3776 notify->target = target;
3812 void * target, void * ref,
3836 notify = setNotification( type, matching, handler, target, ref, priority );
3852 void * target, void * refCon,
3862 target, &ref, priority, existing );
3874 void * target, void * ref,
3881 notify = doInstallNotification( type, matching, handler, target, ref,
3892 void * target, void * refCon,
3902 target, &ref, priority);
3913 void * target, void * ref,
3921 handler, target, ref, priority, &existing );
3942 void * /* target */, void * ref,
5254 IOService * target;
5256 (target = (IOService *) handlers->getObject(idx));
5259 target->callPlatformFunction(sCPULatencyFunctionName[delayType], false,
5269 setLatencyHandler(UInt32 delayType, IOService * target, bool enable)
5284 idx = array->getNextIndexOfObject(target, 0);
5299 array->setObject(target);
5314 target->callPlatformFunction(sCPULatencyFunctionName[delayType], false,
5425 IOReturn IOService::registerInterrupt(int source, OSObject *target,
5436 return interruptController->registerInterrupt(this, source, target,