Home
last modified time | relevance | path

Searched refs:nsi_print_warning (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/drivers/flash/
Dflash_simulator_native.c48 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/
Deeprom_simulator_native.c44 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/
Ddisplay_sdl_bottom.c26 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/
Dlinux_evdev_bottom.c26 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/
Dnsi_tracing.h25 void nsi_print_warning(const char *format, ...);
/Zephyr-latest/subsys/tracing/
Dtracing_backend_posix_bottom.c29 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/
Dnsi_trace_varg.c19 void nsi_print_warning(const char *format, ...) in nsi_print_warning() function
Dnsi_cpu_ctrl.c47 nsi_print_warning("%s called with cpu_n(%i) which was already booted\n", in nsi_cpu_boot()
Dnsi_hw_scheduler.c81 nsi_print_warning("next_timer_time corrupted (%"PRIu64"<= %" in nsi_hws_sleep_until_next_event()
Dnct.c575 nsi_print_warning( in nct_clean_up()
/Zephyr-latest/arch/posix/core/nsi_compat/
Dnsi_compat.c28 void nsi_print_warning(const char *format, ...) in nsi_print_warning() function
/Zephyr-latest/drivers/net/
Dnsos_adapt.c81 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/
Duart_native_ptty_bottom.c28 #define WARN nsi_print_warning
Duart_native_tty_bottom.c20 #define WARN(...) nsi_print_warning(__VA_ARGS__)
Duart_native_tty.c28 #define WARN(...) nsi_print_warning(__VA_ARGS__)