/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_eq.c | 289 switch (eqe->sub_type) { in mlx5_eq_int() 298 dev->event(dev, port_subtype_event(eqe->sub_type), in mlx5_eq_int() 303 port, eqe->sub_type); in mlx5_eq_int() 309 switch (eqe->sub_type) { in mlx5_eq_int() 316 dcbx_subevent(eqe->sub_type), in mlx5_eq_int() 322 port, eqe->sub_type); in mlx5_eq_int() 752 switch (eqe->sub_type) { in mlx5_port_general_notification_event() 761 port, eqe->sub_type); in mlx5_port_general_notification_event()
|
/freebsd/contrib/opencsd/decoder/include/common/ |
H A D | ocsd_code_follower.h | 193 return m_instr_info.sub_type; in getInstrSubType()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | Watchpoint.cpp | 495 WatchpointEventType sub_type, const WatchpointSP &new_watchpoint_sp) in WatchpointEventData() argument 496 : m_watchpoint_event(sub_type), m_new_watchpoint_sp(new_watchpoint_sp) {} in WatchpointEventData()
|
H A D | Breakpoint.cpp | 1023 BreakpointEventType sub_type, const BreakpointSP &new_breakpoint_sp) in BreakpointEventData() argument 1024 : m_breakpoint_event(sub_type), m_new_breakpoint_sp(new_breakpoint_sp) {} in BreakpointEventData()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | dbg-tlv.h | 152 * @sub_type: region sub type 184 u8 sub_type; 153 u8 sub_type; global() member
|
/freebsd/sys/dev/mpi3mr/ |
H A D | mpi3mr_app.h | 252 U8 sub_type:4; member
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | Watchpoint.h | 29 WatchpointEventData(lldb::WatchpointEventType sub_type,
|
H A D | Breakpoint.h | 103 BreakpointEventData(lldb::BreakpointEventType sub_type,
|
/freebsd/contrib/opencsd/decoder/source/ptm/ |
H A D | trc_pkt_decode_ptm.cpp | 587 …m_output_elem.setLastInstrInfo((A == ATOM_E),m_instr_info.type, m_instr_info.sub_type,m_instr_info… in processAtomRange() 605 …m_output_elem.setLastInstrInfo(true,m_instr_info.type, m_instr_info.sub_type,m_instr_info.instr_si… in processAtomRange()
|
/freebsd/contrib/opencsd/decoder/source/i_dec/ |
H A D | trc_i_decode.cpp | 68 instr_info->sub_type = info.instr_sub_type; in DecodeInstruction()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | error-dump.h | 253 * @sub_type: sub type id 261 u8 sub_type; 260 u8 sub_type; global() member
|
H A D | dbg.c | 1209 if (reg->sub_type == IWL_FW_INI_REGION_DEVICE_MEMORY_SUBTYPE_HW_SMEM && in iwl_dump_ini_paging_iter() 2285 tlv->sub_type = reg->sub_type;
|
/freebsd/contrib/opencsd/decoder/include/opencsd/ |
H A D | ocsd_if_types.h | 404 ocsd_instr_subtype sub_type; /**< Decoder : current instruction sub-type if known */ member
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_power.c | 828 u_int32_t sub_type = 0x4; /* Subtype -> Null Data */ in ar9300_wow_create_keep_alive_pattern() local 864 (sub_type << 4) | in ar9300_wow_create_keep_alive_pattern()
|
/freebsd/contrib/opencsd/decoder/source/etmv4/ |
H A D | trc_pkt_decode_etmv4i.cpp | 1286 elemIn.setLastInstrInfo(executed, instr.type, instr.sub_type, instr.instr_size); in setElemTraceRangeInstr() 1353 if (isETEConfig() && (m_instr_info.sub_type == OCSD_S_INSTR_V8_ERET)) in processAtom()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructions.td | 772 class Extract_Element <ValueType sub_type, ValueType vec_type, int sub_idx, 775 (sub_type (extractelt vec_type:$src, sub_idx)),
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 567 const uint32_t sub_type = subTypeFromElfHeader(header); in GetModuleSpecifications() local 569 eArchTypeELF, header.e_machine, sub_type, header.e_ident[EI_OSABI]); in GetModuleSpecifications() 1398 const uint32_t sub_type = subTypeFromElfHeader(header); in GetSectionHeaderInfo() local 1399 arch_spec.SetArchitecture(eArchTypeELF, header.e_machine, sub_type, in GetSectionHeaderInfo()
|
/freebsd/sys/dev/mlx5/ |
H A D | device.h | 657 u8 sub_type; member
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-drv.c | 668 switch (region->sub_type) { in iwl_parse_dbg_tlv_assert_tables()
|