Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/IOKit/ !
H A DOSMessageNotification.h64 kMaxAsyncArgs = 16 enumerator
/xnu-8020.121.3/iokit/Kernel/ !
H A DIOUserClient.cpp2135 io_user_reference_t args64[kMaxAsyncArgs]; in sendAsyncResult()
2138 if (numArgs > kMaxAsyncArgs) { in sendAsyncResult()
2177 uint32_t args[kMaxAsyncArgs]; in _sendAsyncResult64()
2182 io_user_reference_t args[kMaxAsyncArgs] __attribute__ ((packed)); in _sendAsyncResult64()
2196 if (numArgs > kMaxAsyncArgs) { in _sendAsyncResult64()
2209 - (kMaxAsyncArgs - numArgs) * sizeof(io_user_reference_t); in _sendAsyncResult64()
2225 - (kMaxAsyncArgs - numArgs) * sizeof(uint32_t); in _sendAsyncResult64()