Home
last modified time | relevance | path

Searched defs:HW_ISSCSI (Results 1 – 2 of 2) sorted by relevance

/csrg-svn/sys/luna68k/dev/
H A Ddevice.h91 #define HW_ISSCSI(hw) (((hw)->hw_type & C_MASK) == C_SCSI) macro
/csrg-svn/sys/hp/dev/
H A Ddevice.h89 #define HW_ISSCSI(hw) (((hw)->hw_type & C_MASK) == C_SCSI) macro