Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/IOKit/
H A DOSMessageNotification.h68 kIOAsyncReservedIndex = 0, enumerator
/xnu-12377.61.12/iokit/Kernel/
H A DIOUserClient.cpp1350 asyncRef[kIOAsyncReservedIndex] = ((uintptr_t) wakePort) in setAsyncReference()
1351 | (kIOUCAsync0Flags & asyncRef[kIOAsyncReservedIndex]); in setAsyncReference()
1362 asyncRef[kIOAsyncReservedIndex] = ((io_user_reference_t) wakePort) in setAsyncReference64()
1363 | (kIOUCAsync0Flags & asyncRef[kIOAsyncReservedIndex]); in setAsyncReference64()
1375 asyncRef[kIOAsyncReservedIndex] |= kIOUCAsync64Flag; in setAsyncReference64()