Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOUserClient.h99 kIOUserNotifyMaxMessageSize = 64 enumerator
/xnu-11215/iokit/Kernel/
H A DIOUserClient.cpp1181 if (callerArgSize > kIOUserNotifyMaxMessageSize) { in handler()
1182 callerArgSize = kIOUserNotifyMaxMessageSize; in handler()
1193 mach_msg_size_t extraSize = kIOUserNotifyMaxMessageSize + sizeof(IOServiceInterestContent64); in handler()