Home
last modified time | relevance | path

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

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