taglinefilesource code
HBAptr60drivers/scsi/aic7xxx_proc.caic7xxx_set_info(char *buffer, int length, struct Scsi_Host *HBAptr)
HBAptr77drivers/scsi/aic7xxx_proc.cstruct Scsi_Host *HBAptr;
HBAptr87drivers/scsi/aic7xxx_proc.cHBAptr = NULL;
HBAptr90drivers/scsi/aic7xxx_proc.cif ((HBAptr = aic7xxx_boards[i]) != NULL)
HBAptr92drivers/scsi/aic7xxx_proc.cif (HBAptr->host_no == hostno)
HBAptr97drivers/scsi/aic7xxx_proc.cwhile ((HBAptr->hostdata != NULL) &&
HBAptr98drivers/scsi/aic7xxx_proc.c((HBAptr = ((struct aic7xxx_host *) HBAptr->hostdata)->next) != NULL))
HBAptr100drivers/scsi/aic7xxx_proc.cif (HBAptr->host_no == hostno)
HBAptr106drivers/scsi/aic7xxx_proc.cHBAptr = NULL;
HBAptr110drivers/scsi/aic7xxx_proc.cif (HBAptr == NULL)
HBAptr119drivers/scsi/aic7xxx_proc.creturn (aic7xxx_set_info(buffer, length, HBAptr));
HBAptr127drivers/scsi/aic7xxx_proc.cp = (struct aic7xxx_host *) HBAptr->hostdata;
HBAptr167drivers/scsi/aic7xxx_proc.csize += sprintf(BLS, "                   IRQ: %d\n", HBAptr->irq);