• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/DiskArbitration-268/diskarbitrationd/

Lines Matching refs:index

52     CFIndex index;
56 for ( index = 0; index < count; index++ )
60 session = ( void * ) CFArrayGetValueAtIndex( gDASessionList, index );
103 CFIndex index;
107 for ( index = 0; index < count; index++ )
111 callback = ( void * ) CFArrayGetValueAtIndex( gDAResponseList, index );
119 if ( index == count )
162 CFIndex index;
168 for ( index = count - 1; index > -1; index-- )
172 callback = ( void * ) CFArrayGetValueAtIndex( gDAResponseList, index );
207 CFArrayRemoveValueAtIndex( gDAResponseList, index );
224 CFIndex index;
230 for ( index = 0; index < count; index++ )
234 callback = ( void * ) CFArrayGetValueAtIndex( gDAResponseList, index );
278 CFIndex index;
282 for ( index = 0; index < count; index++ )
286 callback = ( void * ) CFArrayGetValueAtIndex( gDAResponseList, index );
353 CFArrayRemoveValueAtIndex( gDAResponseList, index );
361 return ( index < count ) ? TRUE : FALSE;
716 CFIndex index;
720 for ( index = 0; index < count; index++ )
727 CFArrayGetValueAtIndex( intersection, index ) );
781 CFIndex index;
785 for ( index = 0; index < count; index++ )
789 callback = ( void * ) CFArrayGetValueAtIndex( callbacks, index );
802 CFIndex index;
806 for ( index = count - 1; index > -1; index-- )
810 callback = ( void * ) CFArrayGetValueAtIndex( gDAResponseList, index );
814 CFArrayRemoveValueAtIndex( gDAResponseList, index );
822 for ( index = count - 1; index > -1; index-- )
826 request = ( void * ) CFArrayGetValueAtIndex( gDARequestList, index );
832 CFArrayRemoveValueAtIndex( gDARequestList, index );
840 CFIndex index;
844 for ( index = count - 1; index > -1; index-- )
848 callback = ( void * ) CFArrayGetValueAtIndex( gDAResponseList, index );
856 CFArrayRemoveValueAtIndex( gDAResponseList, index );
864 for ( index = count - 1; index > -1; index-- )
868 request = ( void * ) CFArrayGetValueAtIndex( gDARequestList, index );
888 for ( index = count - 1; index > -1; index-- )
892 disk = ( void * ) CFArrayGetValueAtIndex( gDADiskList, index );
973 CFIndex index;
977 for ( index = 0; index < count; index++ )
981 subdisk = ( void * ) CFArrayGetValueAtIndex( gDADiskList, index );
1037 CFIndex index;
1041 for ( index = count - 1; index > -1; index-- )
1045 item = ( void * ) CFArrayGetValueAtIndex( gDAResponseList, index );
1057 CFArrayRemoveValueAtIndex( gDAResponseList, index );