Home
last modified time | relevance | path

Searched refs:strerror (Results 1 – 25 of 30) sorted by relevance

12

/Zephyr-latest/tests/lib/c_lib/strerror/src/
Dmain.c20 actual = strerror(EINVAL); in ZTEST()
23 actual = strerror(EINVAL); in ZTEST()
35 actual = strerror(-42); in ZTEST()
38 actual = strerror(4242); in ZTEST()
48 actual = strerror(0); in ZTEST()
/Zephyr-latest/drivers/flash/
Dflash_simulator_native.c49 strerror(errno)); in flash_mock_init_native()
57 flash_file_path, strerror(errno)); in flash_mock_init_native()
65 flash_file_path, strerror(errno)); in flash_mock_init_native()
72 flash_file_path, strerror(errno)); in flash_mock_init_native()
81 flash_file_path, strerror(errno)); in flash_mock_init_native()
/Zephyr-latest/drivers/eeprom/
Deeprom_simulator_native.c45 strerror(errno)); in eeprom_mock_init_native()
52 eeprom_file_path, strerror(errno)); in eeprom_mock_init_native()
59 eeprom_file_path, strerror(errno)); in eeprom_mock_init_native()
65 eeprom_file_path, strerror(errno)); in eeprom_mock_init_native()
72 eeprom_file_path, strerror(errno)); in eeprom_mock_init_native()
/Zephyr-latest/drivers/usb/device/
Dusb_dc_native_posix_adapt.c105 LOG_ERR("send() failed: %s", strerror(errno)); in send_interfaces()
155 LOG_ERR("send() device failed: %s", strerror(errno)); in send_device()
173 LOG_ERR("send() header failed: %s", strerror(errno)); in handle_device_list()
181 LOG_ERR("send() ndev failed: %s", strerror(errno)); in handle_device_list()
201 LOG_ERR("recv() failed: %s", strerror(errno)); in handle_usbip_submit()
223 LOG_ERR("recv() failed: %s", strerror(errno)); in handle_usbip_unlink()
244 LOG_ERR("recv() failed: %s", strerror(errno)); in handle_import()
249 LOG_ERR("send() header failed: %s", strerror(errno)); in handle_import()
282 LOG_ERR("socket() failed: %s", strerror(errno)); in usbip_start()
288 LOG_WRN("setsockopt() failed: %s", strerror(errno)); in usbip_start()
[all …]
/Zephyr-latest/drivers/input/
Dlinux_evdev_bottom.c26 nsi_print_warning("Read error: %s", strerror(errno)); in linux_evdev_read()
49 path, strerror(errno)); in linux_evdev_open()
/Zephyr-latest/lib/posix/options/
Dperror.c17 strerror(errno)); in perror()
/Zephyr-latest/drivers/serial/
Duart_native_ptty_bottom.c99 __func__, err, strerror(err)); in np_uart_slave_connected()
224 __func__, err_nbr, strerror(err_nbr)); in np_uart_open_ptty()
230 __func__, err_nbr, strerror(err_nbr)); in np_uart_open_ptty()
Duart_native_tty_bottom.c221 WARN("Could not set serial port settings, reason: %s\n", strerror(err)); in native_tty_configure_bottom()
234 WARN("Could not read serial port settings, reason: %s\n", strerror(err)); in native_tty_configure_bottom()
/Zephyr-latest/drivers/entropy/
Dfake_entropy_native_bottom.c30 err, strerror(errno)); in entropy_native_seed()
/Zephyr-latest/lib/libc/minimal/source/string/
Dstrerror.c24 char *strerror(int errnum) in strerror() function
/Zephyr-latest/samples/net/sockets/tcp/src/
Dmain.c22 printf("Error: " fmt "(): %s\n" ## args, strerror(errno)); \
/Zephyr-latest/lib/libc/minimal/include/
Dstring.h20 extern char *strerror(int errnum);
/Zephyr-latest/lib/libc/minimal/
DKconfig57 bool "String error table for strerror() and strerror_r()"
63 disabled by default. In this case, strerror() and strerror_r()
DCMakeLists.txt25 source/string/strerror.c
/Zephyr-latest/tests/net/lib/http_server/crime/src/
Dmain.c93 zassert_not_equal(ret, -1, "failed to connect (%s/%d)", strerror(errno), errno); in test_crime()
/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt192 strerror
/Zephyr-latest/tests/net/vlan/src/
Dmain.c933 zassert_true(ret > 0, "cannot get interface name (%d/%s)", ret, strerror(-ret)); in ZTEST()
948 sent, -errno, strerror(errno)); in ZTEST()
/Zephyr-latest/subsys/fs/
Dfuse_fs_access.c505 fuse_mountpoint, strerror(errno)); in fuse_fs_access_init()
/Zephyr-latest/modules/hostap/src/
Dsupp_events.c196 event_info.event_str, strerror(errno)); in supplicant_process_status()
/Zephyr-latest/drivers/ethernet/
Deth_native_posix.c362 strerror(-ctx->dev_fd)); in eth_iface_init()
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c1938 PR_WARNING("AP mode enable failed: %s\n", strerror(-ret)); in cmd_wifi_ap_enable()
1955 PR_WARNING("AP mode disable failed: %s\n", strerror(-ret)); in cmd_wifi_ap_disable()
2021 strerror(-ret)); in cmd_wifi_ap_sta_disconnect()
2106 strerror(-ret)); in cmd_wifi_ap_config_params()
/Zephyr-latest/scripts/west_commands/runners/
Dcore.py249 super().__init__(errno.ENOENT, os.strerror(errno.ENOENT), program)
/Zephyr-latest/scripts/kconfig/
Dguiconfig.py1720 .format(description, e.filename, e.strerror,
1741 .format(filename, e.strerror, errno.errorcode[e.errno]))
Dkconfiglib.py2134 .format(filename, errno.errorcode[e.errno], e.strerror,
2197 errno.errorcode[e.errno], e.strerror))
6021 ioerror.errno, ioerror.strerror, ioerror.filename)
6297 return IOError(e.errno, e.strerror, e.filename)
Dmenuconfig.py1864 .format(filename, e.strerror, errno.errorcode[e.errno]))
1916 .format(description, e.filename, e.strerror,

12