Searched refs:nsi_print_error_and_exit (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/scripts/native_simulator/native/src/ |
D | nsi_cmdline_common.c | 69 nsi_print_error_and_exit("Incorrect option syntax '%s'. The " in nsi_cmd_is_option() 166 nsi_print_error_and_exit(CMD_TYPE_ERROR, type); in nsi_cmd_read_option_value() 176 nsi_print_error_and_exit("Error reading value of %s '%s'. Use" in nsi_cmd_read_option_value() 221 nsi_print_error_and_exit(CMD_TYPE_ERROR, in nsi_cmd_args_set_defaults() 264 nsi_print_error_and_exit("Unexpected error in %s %i\n", in nsi_cmd_gen_switch_syntax() 374 nsi_print_error_and_exit(CMD_ERR_BOOL_SWI); in nsi_cmd_handle_this_matched_arg()
|
D | nsi_cmdline.c | 68 nsi_print_error_and_exit("Could not allocate memory"); in nsi_add_command_line_opts() 104 nsi_print_error_and_exit("Incorrect option '%s'. Did you misspell it?" in print_invalid_opt_error()
|
D | native_rtc.c | 32 nsi_print_error_and_exit("Unknown clock source %i\n", in native_rtc_gettime_us()
|
D | timer_model.c | 415 nsi_print_error_and_exit("Error: stop-at must be positive " in cmd_stop_at_found() 447 nsi_print_error_and_exit("The drift needs to be > -1. " in cmd_rt_drift_found() 459 nsi_print_error_and_exit("The ratio needs to be > 0. " in cmd_rt_ratio_found()
|
/Zephyr-latest/scripts/native_simulator/common/src/ |
D | nce.c | 63 nsi_print_error_and_exit(NO_MEM_ERR); /* LCOV_EXCL_LINE */ in nce_init() 236 nsi_print_error_and_exit("Programming error on: %s ", in nce_halt_cpu() 255 nsi_print_error_and_exit("Programming error on: %s ", in nce_wake_cpu()
|
D | nsi_safe_call.h | 27 nsi_print_error_and_exit("Error on: %s\n", in nsi_safe_call()
|
D | nsi_trace_varg.c | 10 void nsi_print_error_and_exit(const char *format, ...) in nsi_print_error_and_exit() function
|
D | nsi_cpu_ctrl.c | 17 nsi_print_error_and_exit("%s called with cpu_n(%i) >= NSI_N_CPUS (%i)\n", \
|
D | nct.c | 392 nsi_print_error_and_exit("%s: Programming error, attempted out of bound access to " in ttable_get_element() 427 nsi_print_error_and_exit(NO_MEM_ERR); /* LCOV_EXCL_LINE */ in ttable_get_empty_slot() 514 nsi_print_error_and_exit(NO_MEM_ERR); /* LCOV_EXCL_LINE */ in nct_init() 527 nsi_print_error_and_exit(NO_MEM_ERR); /* LCOV_EXCL_LINE */ in nct_init()
|
D | nsi_hw_scheduler.c | 130 nsi_print_error_and_exit("next_timer_index corrupted\n"); /* LCOV_EXCL_LINE */ in nsi_hws_one_event()
|
/Zephyr-latest/scripts/native_simulator/common/src/include/ |
D | nsi_tracing.h | 24 void nsi_print_error_and_exit(const char *format, ...);
|
/Zephyr-latest/drivers/entropy/ |
D | fake_entropy_native_bottom.c | 29 nsi_print_error_and_exit("Could not get random number (%i, %s)\n", in entropy_native_seed()
|
/Zephyr-latest/subsys/tracing/ |
D | tracing_backend_posix_bottom.c | 17 nsi_print_error_and_exit("%s: Could not open CTF backend file %s\n", in tracing_backend_posix_init_bottom()
|
/Zephyr-latest/arch/posix/core/nsi_compat/ |
D | nsi_compat.c | 19 void nsi_print_error_and_exit(const char *format, ...) in nsi_print_error_and_exit() function
|
/Zephyr-latest/drivers/input/ |
D | linux_evdev_bottom.c | 47 nsi_print_error_and_exit( in linux_evdev_open()
|
/Zephyr-latest/boards/native/common/extra_args/ |
D | extra_args.c | 63 nsi_print_error_and_exit("Out of memory\n"); in register_kconfig_args()
|
/Zephyr-latest/drivers/serial/ |
D | uart_native_ptty_bottom.c | 27 #define ERROR nsi_print_error_and_exit
|
D | uart_native_tty_bottom.c | 21 #define ERROR(...) nsi_print_error_and_exit(__VA_ARGS__)
|
D | uart_native_tty.c | 29 #define ERROR(...) nsi_print_error_and_exit(__VA_ARGS__)
|
/Zephyr-latest/drivers/net/ |
D | nsos_adapt.c | 897 nsi_print_error_and_exit("error in EPOLL_CTL_ADD: errno=%d\n", errno); in nsos_adapt_poll_add() 911 nsi_print_error_and_exit("error in EPOLL_CTL_DEL: errno=%d\n", errno); in nsos_adapt_poll_remove() 928 nsi_print_error_and_exit("error in poll(): errno=%d\n", errno); in nsos_adapt_poll_update() 1129 nsi_print_error_and_exit("error from epoll_create(): errno=%d\n", errno); in nsos_adapt_init() 1154 nsi_print_error_and_exit("error in nsos_adapt poll(): errno=%d\n", errno); in nsos_adapt_poll_triggered()
|