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

/macosx-10.10.1/pdisk-9/
H A DSCSI_media.c65 long bus_count; member in struct:SCSI_manager
177 scsi_mgr.bus_count = gSCSIHiBusID + 1;
180 scsi_mgr.bus_count = 1;
185 calloc(scsi_mgr.bus_count, sizeof(struct bus_entry));
188 scsi_mgr.bus_count = 0;
190 for (i = 0; i < scsi_mgr.bus_count; i++) {
199 scsi_mgr.bus_count, /* number of elements */
798 if (a->bus_index >= scsi_mgr.bus_count /* max bus id */) {

Completed in 81 milliseconds