HomeSort by: relevance | last modified time | path
    Searched defs:hw_type (Results 1 - 9 of 9) 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/external/gpl3/gdb.old/dist/gdbserver/
win32-i386-low.cc 192 enum target_hw_bp_type hw_type local
196 hw_type, addr, size);
214 enum target_hw_bp_type hw_type local
218 hw_type, addr, size);
linux-x86-low.cc 668 enum target_hw_bp_type hw_type
673 return x86_dr_insert_watchpoint (state, hw_type, addr, size);
694 enum target_hw_bp_type hw_type
699 return x86_dr_remove_watchpoint (state, hw_type, addr, size);
663 enum target_hw_bp_type hw_type local
689 enum target_hw_bp_type hw_type local
  /src/sys/dev/pci/
if_iwnvar.h 230 uint8_t hw_type; member in struct:iwn_softc
  /src/external/gpl3/gdb/dist/gdbserver/
linux-x86-low.cc 674 enum target_hw_bp_type hw_type
679 return x86_dr_insert_watchpoint (state, hw_type, addr, size);
700 enum target_hw_bp_type hw_type
705 return x86_dr_remove_watchpoint (state, hw_type, addr, size);
669 enum target_hw_bp_type hw_type local
695 enum target_hw_bp_type hw_type local
  /src/external/gpl3/binutils/dist/include/opcode/
cgen.h 672 enum cgen_hw_type hw_type;
765 enum cgen_hw_type hw_type;
662 enum cgen_hw_type hw_type; member in struct:__anon10613
754 enum cgen_hw_type hw_type; member in struct:__anon10615
  /src/external/gpl3/binutils.old/dist/include/opcode/
cgen.h 672 enum cgen_hw_type hw_type;
765 enum cgen_hw_type hw_type;
662 enum cgen_hw_type hw_type; member in struct:__anon12077
754 enum cgen_hw_type hw_type; member in struct:__anon12079
  /src/external/gpl3/gdb/dist/include/opcode/
cgen.h 672 enum cgen_hw_type hw_type;
765 enum cgen_hw_type hw_type;
662 enum cgen_hw_type hw_type; member in struct:__anon18724
754 enum cgen_hw_type hw_type; member in struct:__anon18726
  /src/external/gpl3/gdb.old/dist/include/opcode/
cgen.h 672 enum cgen_hw_type hw_type;
765 enum cgen_hw_type hw_type;
662 enum cgen_hw_type hw_type; member in struct:__anon21465
754 enum cgen_hw_type hw_type; member in struct:__anon21467

Completed in 46 milliseconds