tag | line | file | source code |
first_instance | 240 | drivers/scsi/NCR5380.c | static struct Scsi_Host *first_instance = NULL; |
first_instance | 686 | drivers/scsi/NCR5380.c | first_instance = instance; |
first_instance | 818 | drivers/scsi/NCR5380.c | for (instance = first_instance; instance && instance->hostt == the_template; |
first_instance | 925 | drivers/scsi/NCR5380.c | for (instance = first_instance; instance && (instance->hostt == |
first_instance | 222 | drivers/scsi/NCR5380.h | static struct Scsi_Host *first_instance; /* linked list of 5380's */ |