Home
last modified time | relevance | path

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

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