Home
last modified time | relevance | path

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

/xnu-10063.121.3/iokit/IOKit/
H A DOSMessageNotification.h68 kIOAsyncReservedIndex = 0, enumerator
/xnu-10063.121.3/iokit/Kernel/
H A DIOUserClient.cpp1322 asyncRef[kIOAsyncReservedIndex] = ((uintptr_t) wakePort) in setAsyncReference()
1323 | (kIOUCAsync0Flags & asyncRef[kIOAsyncReservedIndex]); in setAsyncReference()
1334 asyncRef[kIOAsyncReservedIndex] = ((io_user_reference_t) wakePort) in setAsyncReference64()
1335 | (kIOUCAsync0Flags & asyncRef[kIOAsyncReservedIndex]); in setAsyncReference64()
1347 asyncRef[kIOAsyncReservedIndex] |= kIOUCAsync64Flag; in setAsyncReference64()