• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/

Lines Matching refs:target

236 setLatencyHandler(UInt32 delayType, IOService * target, bool enable);
853 IOService * target = (IOService *) param2;
857 result = setLatencyHandler(kCpuDelayBusStall, target, enable);
859 result = setLatencyHandler(kCpuDelayInterrupt, target, enable);
1338 ret = (*notify->handler)( notify->target, notify->ref,
1360 applyToInterestNotifiers(const IORegistryEntry *target,
1370 OSDynamicCast( IOCommand, target->getProperty( typeOfInterest ));
1448 IOServiceInterestHandler handler, void * target, void * ref )
1469 notify->target = target;
2372 ret = (*notify->handler)( notify->target, notify->ref, this );
3331 IOServiceNotificationHandler handler, void * target, void * ref,
3349 notify->target = target;
3377 void * target, void * ref,
3401 notify = setNotification( type, matching, handler, target, ref, priority );
3418 void * target, void * ref,
3425 notify = doInstallNotification( type, matching, handler, target, ref,
3436 void * target, void * ref,
3444 handler, target, ref, priority, &existing );
3470 void * /* target */, void * ref,
4555 IOService * target;
4557 (target = (IOService *) handlers->getObject(idx));
4560 target->callPlatformFunction(sCPULatencyFunctionName[delayType], false,
4570 setLatencyHandler(UInt32 delayType, IOService * target, bool enable)
4585 idx = array->getNextIndexOfObject(target, 0);
4600 array->setObject(target);
4615 target->callPlatformFunction(sCPULatencyFunctionName[delayType], false,
4718 IOReturn IOService::registerInterrupt(int source, OSObject *target,
4729 return interruptController->registerInterrupt(this, source, target,