Searched refs:getTargetAndMethodForIndex (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DRootDomainUserClient.h93 virtual IOExternalMethod * getTargetAndMethodForIndex( IOService ** targetP, UInt32 index );
H A DRootDomainUserClient.cpp408 /* getTargetAndMethodForIndex
413 IOExternalMethod * RootDomainUserClient::getTargetAndMethodForIndex( function in class:RootDomainUserClient
417 return super::getTargetAndMethodForIndex(targetP, index);
H A DIOUserClient.cpp1199 getTargetAndMethodForIndex(IOService **targetP, UInt32 index) function in class:IOUserClient
4374 if( !(method = getTargetAndMethodForIndex(&object, selector)) )
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOUserClient.h351 getTargetAndMethodForIndex( IOService ** targetP, UInt32 index );

Completed in 29 milliseconds