Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dsd.c31724 uchar_t *inqb1 = NULL; local
31747 inqb1 = kmem_zalloc(inqb1_len, KM_SLEEP);
31749 rval = sd_send_scsi_INQUIRY(ssc, inqb1, inqb1_len,
31757 BYTE 5: %x", inqb1[1], inqb1[3], inqb1[4],
31758 inqb1[5]);
31764 if (inqb1[4] == 0) {
31765 if (inqb1[5] == 0) {
31767 } else if (inqb1[5] == 1) {
31782 kmem_free(inqb1, inqb1_len);