Searched refs:bs_trace_error_line (Results 1 – 12 of 12) sorted by relevance
| /babblesim_base-latest/libPhyComv1/src/ |
| D | bs_pc_backchannel.c | 113 …bs_trace_error_line("To prevent deadlocks you have to open all channels in one call to %s\n", __fu… in bs_open_back_channel() 117 …bs_trace_error_line("You canNOT call %s before this device has connected to its phy(s)\n", __func_… in bs_open_back_channel() 180 …bs_trace_error_line("you are trying to send a message thru a non existent back channel (%u)\n", ch… in bs_bc_send_msg() 190 bs_trace_error_line("back channel %u filled up (%i != %z+4, errno=%i)\n", in bs_bc_send_msg() 203 …bs_trace_error_line("you are trying to check for a message in a non existent back channel (%u)\n",… in bs_bc_is_msg_received() 221 bs_trace_error_line("Unexpected error in channel %u (%i read, errno=%i: %s)\n", in bs_bc_is_msg_received() 238 …bs_trace_error_line("You are trying to receive a message in a non existent back channel (%u)\n", c… in bs_bc_receive_msg() 241 …bs_trace_error_line("Last time you checked bs_bc_is_msg_received() told there was %u bytes in chan… in bs_bc_receive_msg() 249 bs_trace_error_line("Back channel %u broken (%i != %z bytes, errno=%i, pending=%i) " in bs_bc_receive_msg()
|
| D | bs_pc_base.c | 130 bs_trace_error_line("Null pointer!!\n"); in pb_send_payload() 316 bs_trace_error_line("Could not create FIFOs to device %i\n", d); in pb_phy_initcom() 322 bs_trace_error_line("Opening FIFO from phy to device %i failed\n", d); in pb_phy_initcom() 327 bs_trace_error_line("Opening FIFO from device %i to phy failed\n", d); in pb_phy_initcom() 412 bs_trace_error_line("Programming error while trying to talk to device %i\n", d); in pb_phy_is_connected_to_device() 484 bs_trace_error_line("The simulation and phy identification strings need to be provided\n"); in pb_dev_init_com() 491 bs_trace_error_line("Failed to get lock\n"); in pb_dev_init_com() 503 bs_trace_error_line("Could not create FIFOs"); in pb_dev_init_com() 509 bs_trace_error_line("Opening FIFO from phy to device failed\n"); in pb_dev_init_com() 514 bs_trace_error_line("Opening FIFO from device to phy failed\n"); in pb_dev_init_com()
|
| D | bs_pc_base.h | 78 bs_trace_error_line("Programming error: Not connected\n"); \ 85 bs_trace_error_line(COM_FAILED_ERROR \
|
| /babblesim_base-latest/libUtilv1/src/ |
| D | bs_cmd_line_typical.c | 20 bs_trace_error_line("The command line option <device number> needs to be set\n"); in bs_args_typical_dev_post_check() 28 bs_trace_error_line("The command line option <simulation ID> needs to be set\n"); in bs_args_typical_dev_post_check()
|
| D | bs_results.c | 24 bs_trace_error_line("Couldn't create results folder %s\n", results_path); in bs_create_result_folder() 29 bs_trace_error_line("Couldn't create results folder %s\n", results_path); in bs_create_result_folder()
|
| D | bs_oswrap.c | 94 bs_trace_error_line("Can't allocate memory\n"); in bs_malloc() 105 bs_trace_error_line("Can't allocate aligned memory\n"); in bs_aligned_alloc() 117 bs_trace_error_line("Can't allocate memory\n"); in bs_calloc() 128 bs_trace_error_line("Can't re-allocate memory\n"); in bs_realloc() 186 bs_trace_error_line(NO_FILE_WARNING, file_path, open_type); in bs_fopen()
|
| D | bs_dynargs.c | 52 bs_trace_error_line("Could not allocate memory"); in bs_add_dynargs()
|
| D | bs_cmd_line.c | 243 … bs_trace_error_line("Coding error: type %c not acceptable for automatically read option\n", type); in bs_read_optionparam() 252 …bs_trace_error_line("Error reading option %s \"%s\"\nRun with --help for more information", long_d… in bs_read_optionparam() 325 bs_trace_error_line("Coding error: type %c not known\n", args_struct[count].type); in bs_args_set_defaults() 364 bs_trace_error_line("Unexpected error in\n"); in bs_gen_switch_syntax() 486 …bs_trace_error_line("Programming error: I only know how to automatically read boolean switches\n"); in bs_args_parse_one_arg() 522 bs_trace_error_line("%sUnknown command line switch '%s'\n",trace_prefix,argv[i]); in bs_args_parse_all_cmd_line()
|
| D | bs_string.c | 83 bs_trace_error_line("Character '%c' is not valid hexadecimal\n",a); in valuefromhexchar()
|
| D | bs_tracing.h | 185 #define bs_trace_error_line(...) do { bs_trace_print(BS_TRACE_ERROR ,__FILE__,__LINE__,… macro
|
| /babblesim_base-latest/device_pause_simu/src/ |
| D | bs_pause_args.c | 56 … bs_trace_error_line("Could not parse time entry nbr %i (%s)\n", args->n_times+1, argv[i]); in bs_pause_argparse() 59 bs_trace_error_line("Too many pauses. Maximum is "STR(MAX_NBR_PAUSES)"\n"); in bs_pause_argparse() 67 bs_trace_error_line("Unknown command line switch '%s'\n",argv[i]); in bs_pause_argparse()
|
| D | bs_pause_main.c | 37 …bs_trace_error_line("The list of times needs to be ordered (index %i: %i < %i)\n",i, args.times[i]… in main()
|