Searched refs:nsi_print_warning (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/drivers/flash/ |
D | flash_simulator_native.c | 48 nsi_print_warning("Could not allocate flash in the process heap %s\n", in flash_mock_init_native() 55 nsi_print_warning("Failed to open flash device file " in flash_mock_init_native() 63 nsi_print_warning("Failed to get status of flash device file " in flash_mock_init_native() 70 nsi_print_warning("Failed to resize flash device file " in flash_mock_init_native() 79 nsi_print_warning("Failed to mmap flash device file " in flash_mock_init_native()
|
/Zephyr-latest/drivers/eeprom/ |
D | eeprom_simulator_native.c | 44 nsi_print_warning("Could not allocate EEPROM in the process heap %s\n", in eeprom_mock_init_native() 51 nsi_print_warning("Failed to open EEPROM device file %s: %s\n", in eeprom_mock_init_native() 58 nsi_print_warning("Failed to get status of EEPROM device file %s: %s\n", in eeprom_mock_init_native() 64 nsi_print_warning("Failed to resize EEPROM device file %s: %s\n", in eeprom_mock_init_native() 71 nsi_print_warning("Failed to mmap EEPROM device file %s: %s\n", in eeprom_mock_init_native()
|
/Zephyr-latest/drivers/display/ |
D | display_sdl_bottom.c | 26 nsi_print_warning("Failed to create SDL window: %s", SDL_GetError()); in sdl_display_init_bottom() 37 nsi_print_warning("Failed to create SDL renderer: %s", in sdl_display_init_bottom() 44 nsi_print_warning("Failed to create SDL mutex: %s", SDL_GetError()); in sdl_display_init_bottom() 53 nsi_print_warning("Failed to create SDL texture: %s", SDL_GetError()); in sdl_display_init_bottom() 61 nsi_print_warning("Failed to create SDL texture for read: %s", SDL_GetError()); in sdl_display_init_bottom() 68 nsi_print_warning("Failed to create SDL texture: %s", SDL_GetError()); in sdl_display_init_bottom() 78 nsi_print_warning("Failed to lock background texture: %d", err); in sdl_display_init_bottom() 120 nsi_print_warning("Failed to lock SDL mutex: %s", SDL_GetError()); in sdl_display_write_bottom() 151 nsi_print_warning("Failed to lock SDL mutex: %s", SDL_GetError()); in sdl_display_read_bottom()
|
/Zephyr-latest/drivers/input/ |
D | linux_evdev_bottom.c | 26 nsi_print_warning("Read error: %s", strerror(errno)); in linux_evdev_read() 29 nsi_print_warning("Unexpected read size: %d, expecting %d", in linux_evdev_read()
|
/Zephyr-latest/scripts/native_simulator/common/src/include/ |
D | nsi_tracing.h | 25 void nsi_print_warning(const char *format, ...);
|
/Zephyr-latest/subsys/tracing/ |
D | tracing_backend_posix_bottom.c | 29 nsi_print_warning("%s: Failure writing to CTF backend file\n", __func__); in tracing_backend_posix_output_bottom()
|
/Zephyr-latest/scripts/native_simulator/common/src/ |
D | nsi_trace_varg.c | 19 void nsi_print_warning(const char *format, ...) in nsi_print_warning() function
|
D | nsi_cpu_ctrl.c | 47 nsi_print_warning("%s called with cpu_n(%i) which was already booted\n", in nsi_cpu_boot()
|
D | nsi_hw_scheduler.c | 81 nsi_print_warning("next_timer_time corrupted (%"PRIu64"<= %" in nsi_hws_sleep_until_next_event()
|
D | nct.c | 575 nsi_print_warning( in nct_clean_up()
|
/Zephyr-latest/arch/posix/core/nsi_compat/ |
D | nsi_compat.c | 28 void nsi_print_warning(const char *format, ...) in nsi_print_warning() function
|
/Zephyr-latest/drivers/net/ |
D | nsos_adapt.c | 81 nsi_print_warning("%s: socket family %d not supported\n", __func__, family_mid); in socket_family_from_nsos_mid() 107 nsi_print_warning("%s: socket family %d not supported\n", __func__, family); in socket_family_to_nsos_mid() 145 nsi_print_warning("%s: socket protocol %d not supported\n", __func__, proto_mid); in socket_proto_from_nsos_mid() 183 nsi_print_warning("%s: socket protocol %d not supported\n", __func__, proto); in socket_proto_to_nsos_mid() 203 nsi_print_warning("%s: socket type %d not supported\n", __func__, type_mid); in socket_type_from_nsos_mid() 223 nsi_print_warning("%s: socket type %d not supported\n", __func__, type); in socket_type_to_nsos_mid() 438 nsi_print_warning("%s: socket family %d not supported\n", __func__, addr->sa_family); in sockaddr_to_nsos_mid() 1149 nsi_print_warning("interrupted epoll_wait()\n"); in nsos_adapt_poll_triggered()
|
/Zephyr-latest/drivers/serial/ |
D | uart_native_ptty_bottom.c | 28 #define WARN nsi_print_warning
|
D | uart_native_tty_bottom.c | 20 #define WARN(...) nsi_print_warning(__VA_ARGS__)
|
D | uart_native_tty.c | 28 #define WARN(...) nsi_print_warning(__VA_ARGS__)
|