Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/IOKit/
H A DIOUserClient.h504 getAsyncTargetAndMethodForIndex(
510 getAsyncTargetAndMethodForIndex(
/xnu-8792.41.9/iokit/Kernel/
H A DIOUserClient.cpp2083 getAsyncTargetAndMethodForIndex(IOService ** targetP, UInt32 index) in getAsyncTargetAndMethodForIndex() function in IOUserClient
2096 getAsyncTargetAndMethodForIndex(OSSharedPtr<IOService>& targetP, UInt32 index) in getAsyncTargetAndMethodForIndex() function in IOUserClient
2099 IOExternalAsyncMethod* result = getAsyncTargetAndMethodForIndex(&targetPRaw, index); in getAsyncTargetAndMethodForIndex()
6476 if (!(method = getAsyncTargetAndMethodForIndex(&object, selector)) || !object) { in externalMethod()