Searched defs:SD_INQUIRY (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h731 #define SD_INQUIRY(un) ((un)->un_sd->sd_inq) macro
765 ((bcmp(SD_INQUIRY(un)->inq_vid, "SUN", 3) == 0) && \
766 (bcmp(SD_INQUIRY(un)->inq_pid, "T3", 2) == 0))
769 ((bcmp(SD_INQUIRY(un)->inq_vid, "SUN", 3) == 0) && \
770 (bcmp(SD_INQUIRY(un)->inq_pid, "T4", 2) == 0))
1153 SD_INQUIRY((lunp))->inq_ansi == 0x01) { \

Completed in 67 milliseconds