Searched refs:sessionListIndex (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDAStage.c604 CFIndex sessionListIndex; local
613 for ( sessionListIndex = 0; sessionListIndex < sessionListCount; sessionListIndex++ )
615 session = ( void * ) CFArrayGetValueAtIndex( sessionList, sessionListIndex );
623 if ( sessionListIndex < sessionListCount )
680 CFIndex sessionListIndex; local
685 for ( sessionListIndex = 0; sessionListIndex < sessionListCount; sessionListIndex
[all...]
H A DDARequest.c72 CFIndex sessionListIndex; local
77 for ( sessionListIndex = 0; sessionListIndex < sessionListCount; sessionListIndex++ )
79 session = ( void * ) CFArrayGetValueAtIndex( sessionList, sessionListIndex );
87 if ( sessionListIndex < sessionListCount )

Completed in 126 milliseconds