| /freebsd-13.1/contrib/opencsd/decoder/include/opencsd/stm/ |
| H A D | trc_pkt_elem_stm.h | 67 void updateErrType(const ocsd_stm_pkt_type err_type); 113 inline void StmTrcPacket::updateErrType(const ocsd_stm_pkt_type err_type) in updateErrType() argument 115 this->err_type = this->type; // original type is the err type; in updateErrType() 116 this->type = err_type; // mark main type as an error. in updateErrType() 182 return err_type; in getPktErrType()
|
| H A D | trc_pkt_types_stm.h | 122 ocsd_stm_pkt_type err_type; /**< Initial type of packet if type indicates bad sequence. */ member
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBError.cpp | 90 ErrorType err_type = eErrorTypeInvalid; in GetType() local 92 err_type = m_opaque_up->GetType(); in GetType() 94 return err_type; in GetType()
|
| /freebsd-13.1/contrib/opencsd/decoder/include/opencsd/etmv4/ |
| H A D | trc_pkt_types_etmv4.h | 277 ocsd_etmv4_i_pkt_type err_type; member 341 ocsd_etmv4_d_pkt_type err_type; member
|
| H A D | trc_pkt_elem_etmv4i.h | 166 const ocsd_etmv4_i_pkt_type getErrType() const { return err_type; }; in getErrType() 226 err_type = type; in updateErrType()
|
| /freebsd-13.1/contrib/opencsd/decoder/source/stm/ |
| H A D | trc_pkt_elem_stm.cpp | 62 err_type = STM_PKT_NO_ERR_TYPE; in initNextPacket() 98 pktTypeName(err_type,name, desc); in toString()
|
| /freebsd-13.1/sys/powerpc/powernv/ |
| H A D | opal_pci.c | 512 uint16_t err_type; in opalpci_read_config() local 550 vtophys(&err_type), NULL); in opalpci_read_config() 551 err_type = be16toh(err_type); /* XXX unused */ in opalpci_read_config()
|
| /freebsd-13.1/contrib/opencsd/decoder/include/opencsd/ptm/ |
| H A D | trc_pkt_types_ptm.h | 117 …ocsd_ptm_pkt_type err_type; /**< Basic packet type if primary type indicates error or incomplet… member
|
| H A D | trc_pkt_elem_ptm.h | 144 err_type = type; in SetErrType()
|
| /freebsd-13.1/contrib/opencsd/decoder/source/ptm/ |
| H A D | trc_pkt_elem_ptm.cpp | 57 err_type = PTM_PKT_NOERROR; in Clear() 165 packetTypeName(err_type, temp1,temp2); in toString()
|
| /freebsd-13.1/contrib/opencsd/decoder/include/opencsd/etmv3/ |
| H A D | trc_pkt_types_etmv3.h | 157 …ocsd_etmv3_pkt_type err_type; /**< Basic packet type if primary type indicates error or incomplet… member
|
| H A D | trc_pkt_elem_etmv3.h | 188 m_pkt_data.err_type = m_pkt_data.type; in SetErrType()
|
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_hw.h | 268 enum ecore_hw_err_type err_type);
|
| H A D | ecore_hw.c | 1078 enum ecore_hw_err_type err_type) in ecore_hw_err_notify() argument 1081 if (p_hwfn->p_dev->recov_in_prog && err_type != ECORE_HW_ERR_FAN_FAIL) { in ecore_hw_err_notify() 1084 err_type); in ecore_hw_err_notify() 1088 OSAL_HW_ERROR_OCCURRED(p_hwfn, err_type); in ecore_hw_err_notify()
|
| H A D | bcm_osal.h | 251 #define OSAL_HW_ERROR_OCCURRED(hwfn, err_type) nothing argument
|
| /freebsd-13.1/contrib/opencsd/decoder/source/etmv4/ |
| H A D | trc_pkt_elem_etmv4i.cpp | 76 err_type = ETM4_PKT_I_NO_ERR_TYPE; in initNextPacket() 95 name = packetTypeName(err_type, 0); in toString()
|
| H A D | trc_pkt_proc_etmv4i.cpp | 358 m_curr_packet.err_type = m_curr_packet.type; in iPktExtension() 383 m_curr_packet.err_type = ETM4_PKT_I_ASYNC; in iPktASync() 400 m_curr_packet.err_type = ETM4_PKT_I_ASYNC; in iPktASync() 1073 m_curr_packet.err_type = m_curr_packet.type; in iPktQ()
|
| /freebsd-13.1/contrib/bc/src/ |
| H A D | vm.c | 259 const char* err_type = vm.err_ids[id]; local 271 err_type = vm.err_ids[BC_ERR_IDX_WARN]; 291 bc_file_puts(&vm.ferr, bc_flush_none, err_type);
|
| /freebsd-13.1/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_cq.c | 416 item->err_type = IB_SIG_BAD_GUARD; in get_sig_err_item() 421 item->err_type = IB_SIG_BAD_REFTAG; in get_sig_err_item() 426 item->err_type = IB_SIG_BAD_APPTAG; in get_sig_err_item() 635 mr->sig->err_item.err_type, in mlx5_poll_one()
|
| H A D | mlx5_ib_mr.c | 1574 mr_status->sig_err.err_type = IB_SIG_BAD_GUARD; in mlx5_ib_check_mr_status()
|
| /freebsd-13.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-sriomaintx-defs.h | 1302 uint32_t err_type : 5; /**< The encoded value of the 31 minus the bit in member 1357 uint32_t err_type : 5; 1369 uint32_t err_type : 5; /**< The encoded value of the 31 minus the bit in member 1383 uint32_t err_type : 5;
|
| /freebsd-13.1/contrib/opencsd/decoder/source/etmv3/ |
| H A D | trc_pkt_elem_etmv3.cpp | 235 name = packetTypeName(m_pkt_data.err_type,0); in toString()
|
| /freebsd-13.1/usr.sbin/ctladm/ |
| H A D | ctladm.c | 856 ctl_lun_error err_type; in cctl_error_inject() local 865 &err_type, &argnum, &subopt); in cctl_error_inject() 866 err_desc.lun_error = err_type; in cctl_error_inject()
|
| /freebsd-13.1/sys/ofed/include/rdma/ |
| H A D | ib_verbs.h | 814 enum ib_sig_err_type err_type; member
|