Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1605 #define LOG_SENSE_LENGTH 0xff macro
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c12550 sensep = kmem_zalloc(LOG_SENSE_LENGTH, KM_SLEEP); in st_report_dat_soft_errors()
12560 *c++ = (char)LOG_SENSE_LENGTH; in st_report_dat_soft_errors()
12565 com->uscsi_buflen = LOG_SENSE_LENGTH; in st_report_dat_soft_errors()
12582 amt = (int)LOG_SENSE_LENGTH - com->uscsi_resid; in st_report_dat_soft_errors()
12707 kmem_free(sensep, LOG_SENSE_LENGTH); in st_report_dat_soft_errors()
13334 (char)LOG_SENSE_LENGTH, in st_logpage_supported()
13343 sensep = kmem_zalloc(LOG_SENSE_LENGTH, KM_SLEEP); in st_logpage_supported()
13348 com->uscsi_buflen = LOG_SENSE_LENGTH; in st_logpage_supported()
13371 kmem_free(sensep, LOG_SENSE_LENGTH); in st_logpage_supported()