Home
last modified time | relevance | path

Searched refs:getAsyncTargetAndMethodForIndex (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/iokit/IOKit/ !
H A DIOUserClient.h506 getAsyncTargetAndMethodForIndex(
512 getAsyncTargetAndMethodForIndex(
/xnu-12377.61.12/iokit/Kernel/ !
H A DIOUserClient.cpp2201 getAsyncTargetAndMethodForIndex(IOService ** targetP, UInt32 index) in getAsyncTargetAndMethodForIndex() function in IOUserClient
2214 getAsyncTargetAndMethodForIndex(OSSharedPtr<IOService>& targetP, UInt32 index) in getAsyncTargetAndMethodForIndex() function in IOUserClient
2217 IOExternalAsyncMethod* result = getAsyncTargetAndMethodForIndex(&targetPRaw, index); in getAsyncTargetAndMethodForIndex()
6720 if (!(method = getAsyncTargetAndMethodForIndex(&object, selector)) || !object) { in externalMethod()