Searched refs:kMaxInstances (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c73 #define kMaxInstances 10 // max clients attached to a device macro
/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVIsochComponent.MacOS9289 #define kMaxInstances 10 // max clients attached to a device
355 IsochComponentInstance *instancePtr[kMaxInstances]; // clients that are attached to device
989 for( j=0; j<kMaxInstances; ++j)
1101 for( i=0; i<kMaxInstances; ++i) // remove instance from device list
1515 for( i=0; i<kMaxInstances; ++i)
1519 if( i >= kMaxInstances) // client not registered?
1521 for( i=0; i<kMaxInstances; ++i)
1530 FailWithAction( i >= kMaxInstances, result = kIDHErrInvalidIndex, Exit); // no slots available
2514 for( i=0; i<kMaxInstances; ++i)
3109 for( i=0; i<kMaxInstances;
[all...]

Completed in 215 milliseconds