HomeSort by: relevance | last modified time | path
    Searched defs:hw_type (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
device.h 40 short hw_type; /* type (defined below) */ member in struct:hp_hw
70 #define HW_ISCTLR(hw) ((hw)->hw_type & C_FLAG)
71 #define HW_ISDIOII(hw) ((hw)->hw_type & B_DIOII)
72 #define HW_ISHPIB(hw) (((hw)->hw_type & C_MASK) == C_HPIB)
73 #define HW_ISSCSI(hw) (((hw)->hw_type & C_MASK) == C_SCSI)
74 #define HW_ISDEV(hw,d) (((hw)->hw_type & D_MASK) == (d))
  /src/sys/dev/pci/
if_iwnvar.h 230 uint8_t hw_type; member in struct:iwn_softc

Completed in 13 milliseconds