Home
last modified time | relevance | path

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

12345678910>>...12

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_core.c207 strerror(-rc)); in tf_insert_em_entry()
217 strerror(-rc)); in tf_insert_em_entry()
234 strerror(-rc)); in tf_insert_em_entry()
262 strerror(-rc)); in tf_delete_em_entry()
272 strerror(-rc)); in tf_delete_em_entry()
287 strerror(-rc)); in tf_delete_em_entry()
315 strerror(-rc)); in tf_get_global_cfg()
325 strerror(-rc)); in tf_get_global_cfg()
340 strerror(-rc)); in tf_get_global_cfg()
349 strerror(-rc)); in tf_get_global_cfg()
[all …]
H A Dtf_session.c72 strerror(-rc)); in tf_session_create()
76 strerror(-rc)); in tf_session_create()
91 strerror(-rc)); in tf_session_create()
105 strerror(-rc)); in tf_session_create()
150 strerror(-rc)); in tf_session_create()
222 strerror(-rc)); in tf_session_client_create()
242 strerror(-rc)); in tf_session_client_create()
256 strerror(-rc)); in tf_session_client_create()
273 strerror(-rc)); in tf_session_client_create()
430 strerror(-rc)); in tf_session_attach_session()
[all …]
H A Dtf_tbl.c351 strerror(-rc)); in tf_tbl_alloc_search()
361 strerror(-rc)); in tf_tbl_alloc_search()
371 strerror(-rc)); in tf_tbl_alloc_search()
385 strerror(-rc)); in tf_tbl_alloc_search()
406 strerror(-rc)); in tf_tbl_alloc_search()
478 strerror(-rc)); in tf_tbl_set()
493 strerror(-rc)); in tf_tbl_set()
547 strerror(-rc)); in tf_tbl_get()
563 strerror(-rc)); in tf_tbl_get()
616 strerror(-rc)); in tf_tbl_bulk_get()
[all …]
H A Dtf_global_cfg.c141 strerror(-rc)); in tf_global_cfg_set()
151 strerror(-rc)); in tf_global_cfg_set()
184 strerror(-rc)); in tf_global_cfg_get()
195 strerror(-rc)); in tf_global_cfg_get()
/f-stack/tools/libutil/tests/
H A Dpidfile_test.c72 return (strerror(errno)); in test_pidfile_uncontested()
99 return (strerror(errno)); in test_pidfile_self()
104 return (strerror(serrno)); in test_pidfile_self()
139 return (strerror(errno)); in common_test_pidfile_child()
146 return (strerror(errno)); in common_test_pidfile_child()
151 return (strerror(errno)); in common_test_pidfile_child()
199 return (strerror(errno)); in common_test_pidfile_child()
213 return (strerror(errno)); in common_test_pidfile_child()
227 return (strerror(errno)); in common_test_pidfile_child()
229 return (strerror(errno)); in common_test_pidfile_child()
[all …]
H A Dflopen_test.c57 result = strerror(errno); in test_flopen_create()
77 result = strerror(errno); in test_flopen_open()
82 result = strerror(errno); in test_flopen_open()
104 result = strerror(errno); in test_flopen_lock_self()
130 result = strerror(errno); in test_flopen_lock_other()
162 result = strerror(errno); in test_flopen_lock_child()
166 result = strerror(errno); in test_flopen_lock_child()
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_conf.c236 strerror(errno)); in _zed_conf_parse_path()
354 strerror(errno)); in zed_conf_scan_dir()
386 pathname, strerror(errno)); in zed_conf_scan_dir()
466 strerror(errno)); in zed_conf_write_pid()
477 strerror(errno)); in zed_conf_write_pid()
486 buf, strerror(errno)); in zed_conf_write_pid()
567 strerror(errno)); in zed_conf_open_state()
574 strerror(errno)); in zed_conf_open_state()
584 dirbuf, strerror(errno)); in zed_conf_open_state()
653 strerror(errno)); in zed_conf_read_state()
[all …]
H A Dzed.c105 zed_log_die("Failed to lock memory pages: %s", strerror(errno)); in _lock_memory()
133 strerror(errno)); in _start_daemonize()
152 strerror(errno)); in _start_daemonize()
168 strerror(errno)); in _start_daemonize()
188 zed_log_die("Failed to open /dev/null: %s", strerror(errno)); in _finish_daemonize()
192 strerror(errno)); in _finish_daemonize()
196 strerror(errno)); in _finish_daemonize()
200 strerror(errno)); in _finish_daemonize()
203 zed_log_die("Failed to close /dev/null: %s", strerror(errno)); in _finish_daemonize()
/f-stack/dpdk/examples/l2fwd-keepalive/
H A Dshm.c26 RTE_KEEPALIVE_SHM_NAME, strerror(errno)); in rte_keepalive_shm_create()
34 strerror(errno)); in rte_keepalive_shm_create()
37 "Failed to resize SHM (%s)\n", strerror(errno)); in rte_keepalive_shm_create()
45 "Failed to mmap SHM (%s)\n", strerror(errno)); in rte_keepalive_shm_create()
53 strerror(errno)); in rte_keepalive_shm_create()
91 strerror(errno)); in rte_keepalive_relayed_state()
100 strerror(errno)); in rte_keepalive_relayed_state()
108 RTE_KEEPALIVE_SHM_NAME, strerror(errno)); in rte_keepalive_shm_cleanup()
/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_kernel_tap.c50 strerror(errno)); in vhost_kernel_tap_set_offload()
87 PATH_NET_TUN, strerror(errno)); in vhost_kernel_open_tap()
96 PMD_DRV_LOG(ERR, "TUNGETFEATURES failed: %s", strerror(errno)); in vhost_kernel_open_tap()
121 PMD_DRV_LOG(ERR, "TUNSETIFF failed: %s", strerror(errno)); in vhost_kernel_open_tap()
127 PMD_DRV_LOG(ERR, "strdup ifname failed: %s", strerror(errno)); in vhost_kernel_open_tap()
132 PMD_DRV_LOG(ERR, "fcntl tapfd failed: %s", strerror(errno)); in vhost_kernel_open_tap()
137 PMD_DRV_LOG(ERR, "TUNSETVNETHDRSZ failed: %s", strerror(errno)); in vhost_kernel_open_tap()
142 PMD_DRV_LOG(ERR, "TUNSETSNDBUF failed: %s", strerror(errno)); in vhost_kernel_open_tap()
154 PMD_DRV_LOG(ERR, "SIOCSIFHWADDR failed: %s", strerror(errno)); in vhost_kernel_open_tap()
/f-stack/example/
H A Dmain_zc.c164 strerror(errno)); in loop()
173 strerror(errno)); in loop()
185 … printf("ff_zc_mbuf_get failed, len:%d, errno:%d, %s\n", buf_len, errno, strerror(errno)); in loop()
195 … printf("ff_zc_mbuf_write failed, len:%d, errno:%d, %s\n", to_write_len, errno, strerror(errno)); in loop()
241 printf("ff_socket failed, sockfd:%d, errno:%d, %s\n", sockfd, errno, strerror(errno)); in main()
253 printf("ff_bind failed, sockfd:%d, errno:%d, %s\n", sockfd, errno, strerror(errno)); in main()
259 printf("ff_listen failed, sockfd:%d, errno:%d, %s\n", sockfd, errno, strerror(errno)); in main()
270 printf("ff_socket failed, sockfd6:%d, errno:%d, %s\n", sockfd6, errno, strerror(errno)); in main()
282 printf("ff_bind failed, sockfd6:%d, errno:%d, %s\n", sockfd6, errno, strerror(errno)); in main()
288 printf("ff_listen failed, sockfd6:%d, errno:%d, %s\n", sockfd6, errno, strerror(errno)); in main()
H A Dmain.c84 strerror(errno)); in loop()
93 strerror(errno)); in loop()
118 printf("ff_socket failed, sockfd:%d, errno:%d, %s\n", sockfd, errno, strerror(errno)); in main()
130 printf("ff_bind failed, sockfd:%d, errno:%d, %s\n", sockfd, errno, strerror(errno)); in main()
136 printf("ff_listen failed, sockfd:%d, errno:%d, %s\n", sockfd, errno, strerror(errno)); in main()
147 printf("ff_socket failed, sockfd6:%d, errno:%d, %s\n", sockfd6, errno, strerror(errno)); in main()
159 printf("ff_bind failed, sockfd6:%d, errno:%d, %s\n", sockfd6, errno, strerror(errno)); in main()
165 printf("ff_listen failed, sockfd6:%d, errno:%d, %s\n", sockfd6, errno, strerror(errno)); in main()
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_socket.c57 DRV_LOG(WARNING, "connection failed: %s", strerror(errno)); in mlx5_pmd_socket_handle()
63 strerror(errno)); in mlx5_pmd_socket_handle()
105 strerror(errno)); in mlx5_pmd_socket_handle()
174 strerror(errno)); in mlx5_pmd_socket_init()
190 "cannot bind mlx5 socket: %s", strerror(errno)); in mlx5_pmd_socket_init()
196 strerror(errno)); in mlx5_pmd_socket_init()
201 strerror(errno)); in mlx5_pmd_socket_init()
210 DRV_LOG(ERR, "Cannot initialize socket: %s", strerror(errno)); in mlx5_pmd_socket_init()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mkfile/
H A Dmkfile.c137 argv[1], strerror(saverr)); in main()
146 argv[1], strerror(saverr)); in main()
156 (unsigned long)size-1, argv[1], strerror(saverr)); in main()
166 argv[1], strerror(saverr)); in main()
182 argv[1], strerror(saverr)); in main()
193 argv[1], strerror(saverr)); in main()
231 strerror(saverr)); in main()
254 argv[1], strerror(saverr)); in main()
/f-stack/freebsd/contrib/openzfs/cmd/zgenhostid/
H A Dzgenhostid.c78 fprintf(stderr, "%s\n", strerror(EOVERFLOW)); in main()
81 fprintf(stderr, "%s\n", strerror(EINVAL)); in main()
101 fprintf(stderr, "%s\n", strerror(ERANGE)); in main()
112 fprintf(stderr, "%s\n", strerror(ERANGE)); in main()
120 fprintf(stderr, "%s: %s\n", path, strerror(EEXIST)); in main()
/f-stack/app/redis-5.0.5/src/
H A Danet.c65 anetSetError(err, "ioctl FIONBIO : %s", strerror(errno)); in anetSetBlock()
76 anetSetError(err, "fcntl(F_GETFL): %s", strerror(errno)); in anetSetBlock()
175 anetSetError(err, "setsockopt SO_SNDBUF: %s", strerror(errno)); in anetSetSendBuffer()
261 anetSetError(err, "creating socket: %s", strerror(errno)); in anetCreateSocket()
318 anetSetError(err, "bind: %s", strerror(errno)); in anetTcpGenericConnect()
337 anetSetError(err, "creating socket: %s", strerror(errno)); in anetTcpGenericConnect()
402 anetSetError(err, "connect: %s", strerror(errno)); in anetUnixGenericConnect()
451 anetSetError(err, "bind: %s", strerror(errno)); in anetListen()
457 anetSetError(err, "listen: %s", strerror(errno)); in anetListen()
467 anetSetError(err, "setsockopt: %s", strerror(errno)); in anetV6Only()
[all …]
/f-stack/dpdk/app/test/
H A Dtest_eal_fs.c59 printf("line %d, Error opening %s: %s\n", __LINE__, filename, strerror(errno)); in test_parse_sysfs_value()
79 printf("line %d, Error opening %s: %s\n", __LINE__, filename, strerror(errno)); in test_parse_sysfs_value()
100 printf("line %d, Error opening %s: %s\n", __LINE__, filename, strerror(errno)); in test_parse_sysfs_value()
114 printf("line %d, Error opening %s: %s\n", __LINE__, filename, strerror(errno)); in test_parse_sysfs_value()
129 printf("line %d, Error opening %s: %s\n", __LINE__, filename, strerror(errno)); in test_parse_sysfs_value()
143 printf("line %d, Error opening %s: %s\n", __LINE__, filename, strerror(errno)); in test_parse_sysfs_value()
/f-stack/freebsd/contrib/openzfs/lib/libshare/os/freebsd/
H A Dnfs.c72 ZFS_EXPORTS_LOCK, strerror(errno)); in nfs_exports_lock()
77 ZFS_EXPORTS_LOCK, strerror(errno)); in nfs_exports_lock()
90 ZFS_EXPORTS_LOCK, strerror(errno)); in nfs_exports_unlock()
199 strerror(errno)); in nfs_init_tmpfile()
212 strerror(errno)); in nfs_fini_tmpfile()
235 strerror(errno)); in nfs_copy_entries()
253 filename, strerror(errno)); in nfs_copy_entries()
264 filename, strerror(errno)); in nfs_copy_entries()
297 strerror(errno)); in nfs_enable_share()
319 filename, strerror(errno)); in nfs_enable_share()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_project.c68 name, strerror(errno)); in zfs_project_sanity_check()
104 name, strerror(errno)); in zfs_project_load_projid()
112 name, strerror(errno)); in zfs_project_load_projid()
132 name, strerror(errno)); in zfs_project_handle_one()
140 name, strerror(errno)); in zfs_project_handle_one()
199 name, strerror(errno)); in zfs_project_handle_one()
222 name, strerror(errno)); in zfs_project_handle_dir()
250 name, strerror(errno)); in zfs_project_handle_dir()
/f-stack/dpdk/drivers/bus/vmbus/linux/
H A Dvmbus_uio.c34 dev->intr_handle.fd, strerror(errno)); in vmbus_uio_irq_control()
47 strerror(errno)); in vmbus_uio_irq_read()
86 devname, strerror(errno)); in vmbus_uio_alloc_resource()
148 uio_res->path, strerror(errno)); in vmbus_uio_map_resource_by_index()
215 ring_path, strerror(errno)); in vmbus_uio_map_subchan()
221 ring_path, strerror(errno)); in vmbus_uio_map_subchan()
272 ring_path, strerror(errno)); in vmbus_uio_map_secondary_subchan()
326 path, strerror(errno)); in vmbus_uio_sysfs_read()
388 chan_path, strerror(errno)); in vmbus_uio_get_subchan()
425 subchan_path, strerror(-err)); in vmbus_uio_get_subchan()
[all …]
/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal_timer.c39 RTE_LOG(WARNING, EAL, "%s\n", strerror(errno)); in get_tsc_freq()
46 RTE_LOG(WARNING, EAL, "%s\n", strerror(errno)); in get_tsc_freq()
52 RTE_LOG(WARNING, EAL, "%s\n", strerror(errno)); in get_tsc_freq()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxmode.c48 dev->data->port_id, strerror(rte_errno)); in mlx5_promiscuous_enable()
81 dev->data->port_id, strerror(rte_errno)); in mlx5_promiscuous_disable()
121 dev->data->port_id, strerror(rte_errno)); in mlx5_allmulticast_enable()
154 dev->data->port_id, strerror(rte_errno)); in mlx5_allmulticast_disable()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/integration/
H A Dallocated.c25 strerror(err)); in thd_start()
33 strerror(err)); in thd_start()
45 strerror(err)); in thd_start()
54 strerror(err)); in thd_start()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cp_files/
H A Dcp_files.c26 argv[1], strerror(errno)); in main()
33 argv[2], strerror(errno)); in main()
46 argv[2], dirent->d_name, strerror(errno)); in main()
/f-stack/freebsd/contrib/openzfs/lib/libshare/os/linux/
H A Dnfs.c72 ZFS_EXPORTS_LOCK, strerror(errno)); in nfs_exports_lock()
77 ZFS_EXPORTS_LOCK, strerror(errno)); in nfs_exports_lock()
90 ZFS_EXPORTS_LOCK, strerror(errno)); in nfs_exports_unlock()
401 ZFS_EXPORTS_DIR, strerror(errno)); in nfs_init_tmpfile()
413 strerror(errno)); in nfs_init_tmpfile()
426 strerror(errno)); in nfs_fini_tmpfile()
459 strerror(errno)); in nfs_add_entry()
475 filename, strerror(errno)); in nfs_add_entry()
496 strerror(errno)); in nfs_copy_entries()
530 filename, strerror(errno)); in nfs_copy_entries()
[all …]

12345678910>>...12