Home
last modified time | relevance | path

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

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