Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fwflash/plugins/transport/common/
H A Dses.c112 static sam4_statdesc_t sam4_status[] = { variable
125 (sizeof (sam4_status) / sizeof (sam4_status[0]))
785 if (sam4_status[i].status == samstatus) { in scsi_writebuf()
786 (void) printf("%s\n", (sam4_status[i].message)); in scsi_writebuf()
H A Dsd.c48 static sam4_statdesc_t sam4_status[] = { variable
61 (sizeof (sam4_status) / sizeof (sam4_status[0]))
212 if (sam4_status[i].status == samstatus) { in fw_writefw()
214 (sam4_status[i].message)); in fw_writefw()
/titanic_41/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h307 typedef enum sam4_status { enum