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

/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dmessage.h165 * Note: IS_IDENTIFY_MSG is ONLY applicable to pre-SCSI-3.
168 #define IS_IDENTIFY_MSG(msg) \ macro
174 ((((msg) & 0xF0) == 0) || IS_IDENTIFY_MSG((msg))))

Completed in 54 milliseconds