Home
last modified time | relevance | path

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

/xnu-12377.81.4/iokit/IOKit/
H A DOSMessageNotification.h64 kMaxAsyncArgs = 16 enumerator
/xnu-12377.81.4/iokit/Kernel/
H A DIOUserClient.cpp2264 OSBoundedArray<io_user_reference_t, kMaxAsyncArgs> args64; in sendAsyncResult()
2267 if (numArgs > kMaxAsyncArgs) { in sendAsyncResult()
2306 uint32_t args[kMaxAsyncArgs]; in _sendAsyncResult64()
2311 io_user_reference_t args[kMaxAsyncArgs] __attribute__ ((packed)); in _sendAsyncResult64()
2325 if (numArgs > kMaxAsyncArgs) { in _sendAsyncResult64()
2338 - (kMaxAsyncArgs - numArgs) * sizeof(io_user_reference_t); in _sendAsyncResult64()
2354 - (kMaxAsyncArgs - numArgs) * sizeof(uint32_t); in _sendAsyncResult64()