Home
last modified time | relevance | path

Searched refs:MIN_REQUEST_SENSE_LEN (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi_uscsi.h43 #define MIN_REQUEST_SENSE_LEN 18 macro
H A Dds_scsi_uscsi.c1129 if ((((int)rq->es_add_len) + 8) < MIN_REQUEST_SENSE_LEN || in uscsi_cmd()
1131 *rqlen < MIN_REQUEST_SENSE_LEN) { in uscsi_cmd()
/titanic_41/usr/src/cmd/format/
H A Dctlr_scsi.h75 #define MIN_REQUEST_SENSE_LEN 18 macro
H A Dctlr_scsi.c2134 if ((((int)rq->es_add_len) + 8) < MIN_REQUEST_SENSE_LEN ||
2136 rqlen < MIN_REQUEST_SENSE_LEN) {