taglinefilesource code
scsi_ptr291drivers/scsi/g_NCR5380.cstruct Scsi_Host *scsi_ptr;
scsi_ptr293drivers/scsi/g_NCR5380.cfor (scsi_ptr = first_instance; scsi_ptr; scsi_ptr=scsi_ptr->next)
scsi_ptr294drivers/scsi/g_NCR5380.cif (scsi_ptr->host_no == hostno)
scsi_ptr297drivers/scsi/g_NCR5380.clen += sprintf(buffer+len, "SCSI host number %d : %s\n", scsi_ptr->host_no,  scsi_ptr->hostt->name);
scsi_ptr302drivers/scsi/g_NCR5380.clen += sprintf(buffer+len, "NCR53C400 card%s detected\n",  (((struct NCR5380_hostdata *)scsi_ptr->hostdata)->flags & FLAG_NCR53C400)?"":" not");
scsi_ptr309drivers/scsi/g_NCR5380.clen += sprintf(buffer+len, "Using %s mapping at %s 0x%x, ", STRVAL(NCR5380_map_config), STRVAL(NCR5380_map_name), scsi_ptr->NCR5380_instance_name);
scsi_ptr310drivers/scsi/g_NCR5380.cif (scsi_ptr->irq == IRQ_NONE)
scsi_ptr313drivers/scsi/g_NCR5380.clen += sprintf(buffer+len, "on interrupt %d\n", scsi_ptr->irq);