Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/IOKit/
H A DIOUserClient.h99 kIOUserNotifyMaxMessageSize = 64 enumerator
/xnu-8019.80.24/iokit/Kernel/
H A DIOUserClient.cpp1117 if (callerArgSize > kIOUserNotifyMaxMessageSize) { in handler()
1118 callerArgSize = kIOUserNotifyMaxMessageSize; in handler()
1129 mach_msg_size_t extraSize = kIOUserNotifyMaxMessageSize + sizeof(IOServiceInterestContent64); in handler()