Home
last modified time | relevance | path

Searched refs:OCSD_ERR_INVALID_PARAM_VAL (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/opencsd/decoder/source/
H A Docsd_dcd_tree.cpp235 return OCSD_ERR_INVALID_PARAM_VAL; in addBufferMemAcc()
262 return OCSD_ERR_INVALID_PARAM_VAL; in addBinFileMemAcc()
291 return OCSD_ERR_INVALID_PARAM_VAL; in addBinFileRegionMemAcc()
332 return OCSD_ERR_INVALID_PARAM_VAL; in updateBinFileRegionMemAcc()
336 return OCSD_ERR_INVALID_PARAM_VAL; in updateBinFileRegionMemAcc()
348 return OCSD_ERR_INVALID_PARAM_VAL; // otherwise bail out in updateBinFileRegionMemAcc()
361 return OCSD_ERR_INVALID_PARAM_VAL; in initCallbackMemAcc()
501 return OCSD_ERR_INVALID_PARAM_VAL; in getDecoderStats()
518 return OCSD_ERR_INVALID_PARAM_VAL; in resetDecoderStats()
678 ocsd_err_t err = OCSD_ERR_INVALID_PARAM_VAL; in addPacketPrinter()
H A Dtrc_frame_deformatter.cpp256 ocsdError err(OCSD_ERR_SEV_ERROR, OCSD_ERR_INVALID_PARAM_VAL); in processTraceData()
302 err = OCSD_ERR_INVALID_PARAM_VAL; in DecodeConfigure()
308 err = OCSD_ERR_INVALID_PARAM_VAL; in DecodeConfigure()
316 err = OCSD_ERR_INVALID_PARAM_VAL; in DecodeConfigure()
322 ocsdError errObj(OCSD_ERR_SEV_ERROR,OCSD_ERR_INVALID_PARAM_VAL); in DecodeConfigure()
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_pkt_decode_base.h254 LogError(ocsdError(OCSD_ERR_SEV_ERROR,OCSD_ERR_INVALID_PARAM_VAL)); in PacketDataIn()
278 LogError(ocsdError(OCSD_ERR_SEV_ERROR,OCSD_ERR_INVALID_PARAM_VAL)); in PacketDataIn()
288 ocsd_err_t err = OCSD_ERR_INVALID_PARAM_VAL; in setProtocolConfig()
H A Dtrc_pkt_proc_base.h258 …LogError(ocsdError(OCSD_ERR_SEV_ERROR,OCSD_ERR_INVALID_PARAM_VAL,"Packet Processor: Zero length da… in TraceDataIn()
278 …LogError(ocsdError(OCSD_ERR_SEV_ERROR,OCSD_ERR_INVALID_PARAM_VAL,"Packet Processor : Unknown Datap… in TraceDataIn()
398 ocsd_err_t err = OCSD_ERR_INVALID_PARAM_VAL; in setProtocolConfig()
H A Docsd_dcd_mngr.h111 return OCSD_ERR_INVALID_PARAM_VAL; in createDecoder()
/freebsd/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api.cpp218 err = OCSD_ERR_INVALID_PARAM_VAL; in ocsd_dt_attach_packet_callback()
327 return OCSD_ERR_INVALID_PARAM_VAL; in ocsd_pkt_str()
370 return OCSD_ERR_INVALID_PARAM_VAL; in ocsd_gen_elem_str()
444 err = OCSD_ERR_INVALID_PARAM_VAL; in ocsd_dt_remove_mem_acc()
607 return OCSD_ERR_INVALID_PARAM_VAL; in ocsd_check_and_add_mem_acc_mapper()
H A Docsd_c_api_custom_obj.cpp59 return OCSD_ERR_INVALID_PARAM_VAL; in ocsd_register_custom_decoder()
152 err = OCSD_ERR_INVALID_PARAM_VAL; in createDecoder()
339 return OCSD_ERR_INVALID_PARAM_VAL; in MemAccessCB()
/freebsd/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_mapper.cpp157 err = OCSD_ERR_INVALID_PARAM_VAL; in RemoveAccessorByAddress()
288 return bFound ? OCSD_OK : OCSD_ERR_INVALID_PARAM_VAL; in RemoveAccessor()
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h94 OCSD_ERR_INVALID_PARAM_VAL, /**< Invalid value parameter passed to component. */ enumerator
/freebsd/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_proc_etmv3_impl.cpp57 err = OCSD_ERR_INVALID_PARAM_VAL; in Configure()