Searched refs:busCount (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/IOGraphics-485/tools/
H A Di2cexample.c95 IOItemCount busCount; local
105 kr = IOFBGetI2CInterfaceCount( framebuffer, &busCount );
108 for( bus = 0; bus < busCount; bus++ )
H A Ditvview.c118 IOItemCount busCount; local
128 kr = IOFBGetI2CInterfaceCount( framebuffer, &busCount );
131 for( bus = 0; bus < busCount; bus++ )
/macosx-10.10/pdisk-9/
H A DATA_media.c76 short busCount; member in struct:ATA_manager
292 ata_mgr.busCount = pb.ataBusCnt;
294 ata_mgr.bus_list = (long *) calloc(ata_mgr.busCount, sizeof(long));
296 ata_mgr.busCount = 0;
298 for (i = 0, j = 0; j < ata_mgr.busCount; i++) {
348 for (i = 0; i < ata_mgr.busCount; i++) {
353 if (i >= ata_mgr.busCount) {
1142 if (a->bus_index >= ata_mgr.busCount/* max bus id */) {
1195 if (i >= ata_mgr.busCount) {

Completed in 118 milliseconds