Lines Matching defs:target

224          (fPMActions.a)(fPMActions.target, this, &fPMActions); } \
229 (fPMActions.a)(fPMActions.target, this, &fPMActions, x, y, \
235 (fPMActions.a)(fPMActions.target, this, &fPMActions, x, y, z); } \
806 /* target */ this,
810 /* target */ child,
814 /* target */ this,
2297 request->installCompletionAction( action, target, param );
2318 // Adjust the root domain's power desire on the target
2352 request->installCompletionAction( action, target, param );
3799 OSObject * target,
3838 /* target */ from,
4207 // Not root domain and advisory tickle target.
5429 OSObject * target,
5433 IOService * me = (IOService *) target;
6960 IOService::acquirePMRequest( IOService * target, IOOptionBits requestType,
6965 assert(target);
6970 request->init( target, requestType );
6980 target->getName(), (uint32_t) requestType);
7775 IOService * target = 0;
7799 target = inform->whatObject;
7800 if (target->isInactive())
7807 entry->target = target;
7836 void IOService::waitForPMDriverCall( IOService * target )
7850 if (target && (target != entry->target))
7858 fName, __FUNCTION__, target ? target->getName() : "");
7860 fName, __FUNCTION__, target ? target->getName() : "");
7937 bool IOPMRequest::init( IOService * target, IOOptionBits type )
7943 fTarget = target;
8138 IOService * target;
8147 target = request->getTarget();
8148 assert(target);
8149 more |= (*dqAction)( target, request, this );
8236 IOService * target;
8246 target = request->getTarget();
8247 done = (*fWorkAction)( target, request, this );
8256 more |= (*fRetireAction)( target, request, this );
8390 IOService * target;
8400 target = request->getTarget();
8401 assert(target);
8402 more |= (*dqAction)( target, request, this );