Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DRootDomainUserClient.h92 …virtual IOExternalMethod * getTargetAndMethodForIndex( IOService ** targetP, UInt32 index ) APPLE_…
H A DRootDomainUserClient.cpp549 RootDomainUserClient::getTargetAndMethodForIndex( in getTargetAndMethodForIndex() function in RootDomainUserClient
553 return super::getTargetAndMethodForIndex(targetP, index); in getTargetAndMethodForIndex()
H A DIOUserClient.cpp2145 getTargetAndMethodForIndex(IOService **targetP, UInt32 index) in getTargetAndMethodForIndex() function in IOUserClient
2158 getTargetAndMethodForIndex(OSSharedPtr<IOService>& targetP, UInt32 index) in getTargetAndMethodForIndex() function in IOUserClient
2161 IOExternalMethod* result = getTargetAndMethodForIndex(&targetPRaw, index); in getTargetAndMethodForIndex()
6612 if (!(method = getTargetAndMethodForIndex(&object, selector)) || !object) { in externalMethod()
/xnu-11215/iokit/IOKit/
H A DIOUserClient.h503 getTargetAndMethodForIndex(
509 getTargetAndMethodForIndex(