Home
last modified time | relevance | path

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

/xnu-10002.1.13/iokit/IOKit/
H A DOSMessageNotification.h68 kIOAsyncReservedIndex = 0, enumerator
/xnu-10002.1.13/iokit/Kernel/
H A DIOUserClient.cpp1295 asyncRef[kIOAsyncReservedIndex] = ((uintptr_t) wakePort) in setAsyncReference()
1296 | (kIOUCAsync0Flags & asyncRef[kIOAsyncReservedIndex]); in setAsyncReference()
1307 asyncRef[kIOAsyncReservedIndex] = ((io_user_reference_t) wakePort) in setAsyncReference64()
1308 | (kIOUCAsync0Flags & asyncRef[kIOAsyncReservedIndex]); in setAsyncReference64()
1320 asyncRef[kIOAsyncReservedIndex] |= kIOUCAsync64Flag; in setAsyncReference64()