Home
last modified time | relevance | path

Searched defs:HW_ISDEV (Results 1 – 2 of 2) sorted by path

/original-bsd/sys/hp/dev/
H A Ddevice.h90 #define HW_ISDEV(hw,d) (((hw)->hw_type & D_MASK) == (d)) macro
/original-bsd/sys/luna68k/dev/
H A Ddevice.h92 #define HW_ISDEV(hw,d) (((hw)->hw_type & D_MASK) == (d)) macro