Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_stats.c213 bzero(iss->hba_str, sizeof (iss->hba_str)); in iscsi_sess_kstat_init()
214 bcopy(ihp->stats.ks->ks_name, iss->hba_str, sizeof (iss->hba_str)); in iscsi_sess_kstat_init()
216 (const char *)iss->hba_str); in iscsi_sess_kstat_init()
H A Discsi_stats.h255 char hba_str[KSTAT_STRLEN]; member