Home
last modified time | relevance | path

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

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