Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1581 #define TAPE_SENSE_LENGTH 32 /* allows for softerror info */ macro
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c12422 sensep = kmem_zalloc(TAPE_SENSE_LENGTH, KM_SLEEP); in st_report_exabyte_soft_errors()
12428 *c++ = TAPE_SENSE_LENGTH; in st_report_exabyte_soft_errors()
12437 com->uscsi_buflen = TAPE_SENSE_LENGTH; in st_report_exabyte_soft_errors()
12449 amt = (int)TAPE_SENSE_LENGTH - com->uscsi_resid; in st_report_exabyte_soft_errors()
12516 kmem_free(sensep, TAPE_SENSE_LENGTH); in st_report_exabyte_soft_errors()