Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/IOKit/
H A DIOUserClient.h413 static IOReturn _sendAsyncResult64(OSAsyncReference64 reference,
/xnu-8020.121.3/iokit/Kernel/
H A DIOUserClient.cpp2157 return _sendAsyncResult64(reference, result, args, numArgs, options); in sendAsyncResult64WithOptions()
2164 return _sendAsyncResult64(reference, result, args, numArgs, 0); in sendAsyncResult64()
2168 IOUserClient::_sendAsyncResult64(OSAsyncReference64 reference, in _sendAsyncResult64() function in IOUserClient