Searched refs:kMaxAsyncArgs (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DOSMessageNotification.h64 kMaxAsyncArgs = 16 enumerator in enum:__anon14814
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCProtocolUserClient.cpp186 io_user_reference_t args[kMaxAsyncArgs];
211 io_user_reference_t args[kMaxAsyncArgs];
241 if(copyLen > (kMaxAsyncArgs - 9)*4)
242 copyLen = (kMaxAsyncArgs - 9)*4;
268 if(copyLen > (kMaxAsyncArgs - 2)*4)
269 copyLen = (kMaxAsyncArgs - 2)*4;
298 io_user_reference_t args[kMaxAsyncArgs];
H A DIOFireWireAVCUserClient.cpp1044 //void * args[kMaxAsyncArgs];
1045 io_user_reference_t args[kMaxAsyncArgs];
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOUserClient.cpp1382 io_user_reference_t args64[kMaxAsyncArgs];
1385 if (numArgs > kMaxAsyncArgs)
1421 uint32_t args[kMaxAsyncArgs];
1427 io_user_reference_t args[kMaxAsyncArgs] __attribute__ ((packed));
1440 if (numArgs > kMaxAsyncArgs)
1452 - (kMaxAsyncArgs - numArgs) * sizeof(io_user_reference_t);
1468 - (kMaxAsyncArgs - numArgs) * sizeof(uint32_t);
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibProtocol.c140 UInt32 fixedArgs[kMaxAsyncArgs];

Completed in 225 milliseconds