Searched refs:asyncRef (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOUserClient.h66 typedef IOReturn (IOService::*IOAsyncMethod)(OSAsyncReference asyncRef,
251 static void setAsyncReference(OSAsyncReference asyncRef,
257 static void setAsyncReference64(OSAsyncReference64 asyncRef,
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp865 void IOUserClient::setAsyncReference(OSAsyncReference asyncRef, argument
869 asyncRef[kIOAsyncReservedIndex] = ((uintptr_t) wakePort)
870 | (kIOUCAsync0Flags & asyncRef[kIOAsyncReservedIndex]);
871 asyncRef[kIOAsyncCalloutFuncIndex] = (uintptr_t) callback;
872 asyncRef[kIOAsyncCalloutRefconIndex] = (uintptr_t) refcon;
875 void IOUserClient::setAsyncReference64(OSAsyncReference64 asyncRef, argument
879 asyncRef[kIOAsyncReservedIndex] = ((io_user_reference_t) wakePort)
880 | (kIOUCAsync0Flags & asyncRef[kIOAsyncReservedIndex]);
881 asyncRef[kIOAsyncCalloutFuncIndex] = (io_user_reference_t) callback;
882 asyncRef[kIOAsyncCalloutRefconInde
[all...]

Completed in 53 milliseconds