Home
last modified time | relevance | path

Searched refs:bs_trace_error_line (Results 1 – 12 of 12) sorted by relevance

/babblesim_base-latest/libPhyComv1/src/
Dbs_pc_backchannel.c113bs_trace_error_line("To prevent deadlocks you have to open all channels in one call to %s\n", __fu… in bs_open_back_channel()
117bs_trace_error_line("You canNOT call %s before this device has connected to its phy(s)\n", __func_… in bs_open_back_channel()
180bs_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()
203bs_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()
238bs_trace_error_line("You are trying to receive a message in a non existent back channel (%u)\n", c… in bs_bc_receive_msg()
241bs_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()
Dbs_pc_base.c130 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()
Dbs_pc_base.h78 bs_trace_error_line("Programming error: Not connected\n"); \
85 bs_trace_error_line(COM_FAILED_ERROR \
/babblesim_base-latest/libUtilv1/src/
Dbs_cmd_line_typical.c20 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()
Dbs_results.c24 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()
Dbs_oswrap.c94 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()
Dbs_dynargs.c52 bs_trace_error_line("Could not allocate memory"); in bs_add_dynargs()
Dbs_cmd_line.c243bs_trace_error_line("Coding error: type %c not acceptable for automatically read option\n", type); in bs_read_optionparam()
252bs_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()
486bs_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()
Dbs_string.c83 bs_trace_error_line("Character '%c' is not valid hexadecimal\n",a); in valuefromhexchar()
Dbs_tracing.h185 #define bs_trace_error_line(...) do { bs_trace_print(BS_TRACE_ERROR ,__FILE__,__LINE__,… macro
/babblesim_base-latest/device_pause_simu/src/
Dbs_pause_args.c56bs_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()
Dbs_pause_main.c37bs_trace_error_line("The list of times needs to be ordered (index %i: %i < %i)\n",i, args.times[i]… in main()