Home
last modified time | relevance | path

Searched refs:OCSD_ERR_NOT_INIT (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/opencsd/decoder/include/opencsd/c_api/
H A Docsd_c_api_cust_impl.h73 return OCSD_ERR_NOT_INIT; in lib_cb_LogError()
85 return OCSD_ERR_NOT_INIT; in lib_cb_LogMsg()
93 return OCSD_ERR_NOT_INIT; in lib_cb_DecodeArmInst()
105 return OCSD_ERR_NOT_INIT; in lib_cb_MemAccess()
/freebsd/contrib/opencsd/decoder/source/
H A Docsd_dcd_tree.cpp231 return OCSD_ERR_NOT_INIT; in addBufferMemAcc()
259 return OCSD_ERR_NOT_INIT; in addBinFileMemAcc()
288 return OCSD_ERR_NOT_INIT; in addBinFileRegionMemAcc()
329 return OCSD_ERR_NOT_INIT; in updateBinFileRegionMemAcc()
358 return OCSD_ERR_NOT_INIT; in initCallbackMemAcc()
399 return OCSD_ERR_NOT_INIT; in removeMemAccByAddress()
424 return OCSD_ERR_NOT_INIT; in createDecoder()
H A Docsd_code_follower.cpp100 ocsd_err_t err = OCSD_ERR_NOT_INIT; in followSingleAtom()
H A Dtrc_frame_deformatter.cpp929 return OCSD_ERR_NOT_INIT; in Configure()
945 return (m_pDecoder == 0) ? OCSD_ERR_NOT_INIT : m_pDecoder->OutputFilterIDs(id_list,bEnable); in OutputFilterIDs()
950 return (m_pDecoder == 0) ? OCSD_ERR_NOT_INIT : m_pDecoder->OutputFilterAllIDs(bEnable); in OutputFilterAllIDs()
H A Docsd_gen_elem_stack.cpp103 return OCSD_ERR_NOT_INIT; in resetElemStack()
/freebsd/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api.cpp274 return OCSD_ERR_NOT_INIT; in ocsd_def_errlog_init()
289 return OCSD_ERR_NOT_INIT; in ocsd_def_errlog_config_output()
311 return OCSD_ERR_NOT_INIT; in ocsd_def_errlog_set_strprint_cb()
468 return OCSD_ERR_NOT_INIT; in ocsd_dt_set_raw_frame_printer()
475 return OCSD_ERR_NOT_INIT; in ocsd_dt_set_gen_elem_printer()
480 ocsd_err_t err = OCSD_ERR_NOT_INIT; in ocsd_dt_set_pkt_protocol_printer()
H A Docsd_c_api_custom_obj.cpp123 return OCSD_ERR_NOT_INIT; in createDecoder()
185 return OCSD_ERR_NOT_INIT; in createConfigFromDataStruct()
/freebsd/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_decode_stm.cpp117 return OCSD_ERR_NOT_INIT; in onProtocolConfig()
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_pkt_decode_base.h245 LogError(ocsdError(OCSD_ERR_SEV_ERROR,OCSD_ERR_NOT_INIT,init_err_msg)); in PacketDataIn()
H A Dtrc_pkt_proc_base.h436 return m_stats_init ? OCSD_OK : OCSD_ERR_NOT_INIT; in getStatsBlock()
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h91 OCSD_ERR_NOT_INIT, /**< Component not initialised or initialisation failure. */ enumerator
/freebsd/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_file.cpp93 err = OCSD_ERR_NOT_INIT; in initAccessor()
/freebsd/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_decode_etmv3.cpp193 err = OCSD_ERR_NOT_INIT; in onProtocolConfig()
/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_decode_ptm.cpp167 return OCSD_ERR_NOT_INIT; in onProtocolConfig()
H A Dtrc_pkt_proc_ptm.cpp67 ocsd_err_t err = OCSD_ERR_NOT_INIT; in onProtocolConfig()