Home
last modified time | relevance | path

Searched refs:discon_str (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/
H A DBusLogic.c1702 char discon_str[BLOGIC_MAXDEV + 1]; in blogic_reportconfig() local
1706 char *discon_msg = discon_str; in blogic_reportconfig()
1783 discon_str[tgt_id] = ((discon_ok & (1 << tgt_id)) ? 'Y' : 'N'); in blogic_reportconfig()
1784 discon_str[adapter->scsi_id] = '#'; in blogic_reportconfig()
1785 discon_str[adapter->maxdev] = '\0'; in blogic_reportconfig()