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

/darwin-on-arm/xnu/iokit/IOKit/
H A DOSMessageNotification.h63 kIOAsyncReservedIndex = 0, enumerator in enum:__anon645
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp869 asyncRef[kIOAsyncReservedIndex] = ((uintptr_t) wakePort)
870 | (kIOUCAsync0Flags & asyncRef[kIOAsyncReservedIndex]);
879 asyncRef[kIOAsyncReservedIndex] = ((io_user_reference_t) wakePort)
880 | (kIOUCAsync0Flags & asyncRef[kIOAsyncReservedIndex]);

Completed in 24 milliseconds