Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1605 #define LOG_SENSE_LENGTH 0xff macro
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c12552 sensep = kmem_zalloc(LOG_SENSE_LENGTH, KM_SLEEP); in st_report_dat_soft_errors()
12562 *c++ = (char)LOG_SENSE_LENGTH; in st_report_dat_soft_errors()
12567 com->uscsi_buflen = LOG_SENSE_LENGTH; in st_report_dat_soft_errors()
12584 amt = (int)LOG_SENSE_LENGTH - com->uscsi_resid; in st_report_dat_soft_errors()
12709 kmem_free(sensep, LOG_SENSE_LENGTH); in st_report_dat_soft_errors()
13336 (char)LOG_SENSE_LENGTH, in st_logpage_supported()
13345 sensep = kmem_zalloc(LOG_SENSE_LENGTH, KM_SLEEP); in st_logpage_supported()
13350 com->uscsi_buflen = LOG_SENSE_LENGTH; in st_logpage_supported()
13373 kmem_free(sensep, LOG_SENSE_LENGTH); in st_logpage_supported()