Searched refs:numArgs (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/iokit/IOKit/ |
| H A D | IOUserClient.h | 311 IOReturn result, void *args[], UInt32 numArgs); 317 IOReturn result, io_user_reference_t args[], UInt32 numArgs); 327 IOReturn result, io_user_reference_t args[], UInt32 numArgs, 414 IOReturn result, io_user_reference_t args[], UInt32 numArgs, IOOptionBits options);
|
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IOUserClient.cpp | 2132 IOReturn result, void *args[], UInt32 numArgs) in sendAsyncResult() argument 2138 if (numArgs > kMaxAsyncArgs) { in sendAsyncResult() 2146 for (idx = 0; idx < numArgs; idx++) { in sendAsyncResult() 2150 return sendAsyncResult64(reference64, result, args64, numArgs); in sendAsyncResult() 2155 IOReturn result, io_user_reference_t args[], UInt32 numArgs, IOOptionBits options) in sendAsyncResult64WithOptions() argument 2157 return _sendAsyncResult64(reference, result, args, numArgs, options); in sendAsyncResult64WithOptions() 2162 IOReturn result, io_user_reference_t args[], UInt32 numArgs) in sendAsyncResult64() argument 2164 return _sendAsyncResult64(reference, result, args, numArgs, 0); in sendAsyncResult64() 2169 IOReturn result, io_user_reference_t args[], UInt32 numArgs, IOOptionBits options) in _sendAsyncResult64() argument 2196 if (numArgs > kMaxAsyncArgs) { in _sendAsyncResult64() [all …]
|