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

/xnu-2422.115.4/iokit/IOKit/
H A DOSMessageNotification.h63 kIOAsyncReservedIndex = 0, enumerator in enum:__anon133
/xnu-2422.115.4/iokit/Kernel/
H A DIOUserClient.cpp874 asyncRef[kIOAsyncReservedIndex] = ((uintptr_t) wakePort)
875 | (kIOUCAsync0Flags & asyncRef[kIOAsyncReservedIndex]);
884 asyncRef[kIOAsyncReservedIndex] = ((io_user_reference_t) wakePort)
885 | (kIOUCAsync0Flags & asyncRef[kIOAsyncReservedIndex]);
896 asyncRef[kIOAsyncReservedIndex] |= kIOUCAsync64Flag;

Completed in 27 milliseconds