taglinefilesource code
first_host303drivers/scsi/53c7,8xx.cstatic struct Scsi_Host *first_host = NULL;  /* Head of list of NCR boards */
first_host667drivers/scsi/53c7,8xx.cfor (h = first_host; h && h->host_no != host; h = h->next);
first_host1079drivers/scsi/53c7,8xx.cfirst_host = host;
first_host1111drivers/scsi/53c7,8xx.cfor (search = first_host; search && !(search->hostt == the_template &&
first_host3183drivers/scsi/53c7,8xx.cfor (dev = MINOR(inode->rdev), host = first_host;
first_host4077drivers/scsi/53c7,8xx.cfor (host = first_host; host && host->hostt == the_template; 
first_host4357drivers/scsi/53c7,8xx.cfor (host = first_host; host; host = host->next) 
first_host6349drivers/scsi/53c7,8xx.cfor (irq_count = 0, tmp = first_host; tmp; tmp = tmp->next)
first_host154drivers/scsi/AM53C974.cstatic struct Scsi_Host *first_host = NULL;  /* Head of list of AMD boards */
first_host654drivers/scsi/AM53C974.cfor (search = first_host;