Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/IOKit/
H A DOSMessageNotification.h57 kIOKitNoticationTypeSizeAdjShift = 30, enumerator
/xnu-12377.1.9/iokit/Kernel/
H A DIOUserClient.cpp1218 type &= ~(kIOKitNoticationMsgSizeMask << kIOKitNoticationTypeSizeAdjShift); in handler()
1219 type |= ((argSize & kIOKitNoticationMsgSizeMask) << kIOKitNoticationTypeSizeAdjShift); in handler()