Home
last modified time | relevance | path

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

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