Home
last modified time | relevance | path

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

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