/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockopt_sk.c | 65 if (!err || errno != EPERM) { in getsetsockopt() 169 log_err("Unexpected getsockopt(TCP_ZEROCOPY_RECEIVE) err=%d errno=%d", in getsetsockopt() 170 err, errno); in getsetsockopt() 177 errno = 0; in getsetsockopt() 179 if (errno != EPERM) { in getsetsockopt() 180 log_err("Unexpected getsockopt(TCP_ZEROCOPY_RECEIVE) err=%d errno=%d", in getsetsockopt() 181 err, errno); in getsetsockopt()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_progs.h | 4 #include <errno.h> 103 int __save_errno = errno; \ 112 errno = __save_errno; \ 118 int __save_errno = errno; \ 123 errno = __save_errno; \
|
/kernel/linux/linux-5.10/tools/testing/selftests/core/ |
H A D | close_range_test.c | 4 #include <errno.h> 46 if (errno == ENOENT) in TEST() 54 if (errno == ENOSYS) in TEST() 110 if (errno == ENOENT) in TEST() 199 if (errno == ENOENT) in TEST()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_cgrp2_sock.c | 19 #include <errno.h> 259 printf("Failed to open cgroup path: '%s'\n", strerror(errno)); in main() 266 printf("Failed to load prog: '%s'\n", strerror(errno)); in main() 276 strerror(errno)); in main() 283 strerror(errno)); in main()
|
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | run-command.c | 8 #include <errno.h> 114 cmd->dir, str_error_r(errno, sbuf, sizeof(sbuf))); in start_command() 134 int err = errno; in start_command() 175 if (errno == EINTR) in wait_or_whine() 178 str_error_r(errno, sbuf, sizeof(sbuf))); in wait_or_whine()
|
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | run-command.c | 8 #include <errno.h> 114 cmd->dir, str_error_r(errno, sbuf, sizeof(sbuf))); in start_command() 134 int err = errno; in start_command() 175 if (errno == EINTR) in wait_or_whine() 178 str_error_r(errno, sbuf, sizeof(sbuf))); in wait_or_whine()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_skc_cls_ingress.c | 10 #include <errno.h> 32 strerror(errno), errno)) in prepare_netns() 88 if (CHECK(err, "getsockname(listen_fd)", "err:%d errno:%d\n", err, in test_conn() 89 errno)) in test_conn() 143 if (CHECK(err, "getsockname(listen_fd)", "err:%d errno:%d\n", err, in test_syncookie() 144 errno)) in test_syncookie()
|
/kernel/liteos_m/testsuites/unittest/posix/src/fs/api/ |
H A D | posix_fs_lseek_test.c | 122 ICUNIT_ASSERT_EQUAL(errno, EBADF, POSIX_FS_IS_ERROR); 136 ICUNIT_ASSERT_EQUAL(errno, EBADF, POSIX_FS_IS_ERROR); 150 ICUNIT_ASSERT_EQUAL(errno, EBADF, POSIX_FS_IS_ERROR); 154 ICUNIT_ASSERT_EQUAL(errno, EBADF, POSIX_FS_IS_ERROR); 158 ICUNIT_ASSERT_EQUAL(errno, EBADF, POSIX_FS_IS_ERROR);
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | pids.c | 3 #include <errno.h> 87 e->id, strerror(errno)); in add_ref() 141 err = -errno; in build_obj_refs_table() 149 if (errno == EAGAIN) in build_obj_refs_table() 151 err = -errno; in build_obj_refs_table()
|
H A D | map_perf_ring.c | 7 #include <errno.h> 193 strerror(errno), errno); in do_event_pipe() 208 strerror(errno), errno); in do_event_pipe()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | test_cgrp2_sock.c | 19 #include <errno.h> 263 printf("Failed to open cgroup path: '%s'\n", strerror(errno)); in main() 270 printf("Failed to load prog: '%s'\n", strerror(errno)); in main() 280 strerror(errno)); in main() 287 strerror(errno)); in main()
|
/kernel/linux/linux-6.6/samples/landlock/ |
H A D | sandboxer.c | 11 #include <errno.h> 118 path_list[i], strerror(errno)); in populate_ruleset() 132 path_list[i], strerror(errno)); in populate_ruleset() 211 const int err = errno; in main() 303 strerror(errno)); in main()
|
/third_party/f2fs-tools/tools/ |
H A D | fibmap.c | 24 #include <errno.h> 161 ret = errno; 173 ret = errno; 189 ret = errno; 202 ret = errno;
|
/third_party/eudev/src/udev/ |
H A D | udev-builtin-keyboard.c | 21 #include <errno.h> 98 log_error_errno(errno, "Error calling EVIOCSKEYCODE on device node '%s' (scan code 0x%x, key code %d): %m", devnode, map.scan, map.key); in map_keycode() 129 log_error_errno(errno, "Unable to EVIOCGABS device \"%s\"", devnode); in override_abs() 149 log_error_errno(errno, "Unable to EVIOCSABS device \"%s\"", devnode); in override_abs() 183 return log_error_errno(errno, "Error opening device \"%s\": %m", devnode); in open_device()
|
H A D | udevadm-monitor.c | 24 #include <errno.h> 163 log_error_errno(errno, "error creating epoll fd: %m"); in adm_monitor() 203 log_error_errno(errno, "fail to add fd to epoll: %m"); in adm_monitor() 237 log_error_errno(errno, "fail to add fd to epoll: %m"); in adm_monitor() 252 if (errno != EINTR) in adm_monitor()
|
/third_party/ffmpeg/libavdevice/ |
H A D | fbdev_enc.c | 61 ret = AVERROR(errno); in fbdev_write_header() 69 ret = AVERROR(errno); in fbdev_write_header() 75 ret = AVERROR(errno); in fbdev_write_header() 89 ret = AVERROR(errno); in fbdev_write_header() 118 "Error refreshing variable info: %s\n", av_err2str(AVERROR(errno))); in fbdev_write_packet()
|
/third_party/libunwind/libunwind/tests/ |
H A D | test-ptrace.c | 39 #include <errno.h> 252 if (errno == EINTR) in main() 255 panic ("wait4() failed (errno=%d)\n", errno); in main() 317 panic ("ptrace(PTRACE_SINGLESTEP) failed (errno=%d)\n", errno); in main() 323 panic ("ptrace(PT_STEP) failed (errno=%d)\n", errno); in main()
|
/third_party/libuv/src/unix/ |
H A D | darwin.c | 26 #include <errno.h> 45 return UV__ERR(errno); in uv__platform_loop_init() 87 return UV__ERR(errno); in uv_exepath() 180 return UV__ERR(errno); in uv_uptime() 203 return UV__ERR(errno); in uv_cpu_info()
|
/third_party/libdrm/freedreno/kgsl/ |
H A D | kgsl_bo.c | 60 ERROR_MSG("alloc failed: %s", strerror(errno)); in bo_alloc() 209 strerror(errno)); in fd_bo_from_fbdev() 240 ERROR_MSG("get bufinfo failed: %s", strerror(errno)); in kgsl_bo_gpuaddr() 286 ERROR_MSG("set active failed: %s", strerror(errno)); in kgsl_bo_set_timestamp() 304 ERROR_MSG("get bufinfo failed: %s", strerror(errno)); in kgsl_bo_get_timestamp()
|
H A D | kgsl_ringbuffer.c | 68 ERROR_MSG("sharedmem free failed: %s", strerror(errno)); in kgsl_rb_bo_del() 90 ERROR_MSG("gpumem allocation failed: %s", strerror(errno)); in kgsl_rb_bo_new() 151 } while ((ret == -1) && ((errno == EINTR) || (errno == EAGAIN))); in kgsl_ringbuffer_flush() 153 ERROR_MSG("issueibcmds failed! %d (%s)", ret, strerror(errno)); in kgsl_ringbuffer_flush()
|
/third_party/node/lib/internal/fs/ |
H A D | watchers.js | 123 errno: err, 208 errno: status, 248 errno: err, 342 errno: status, 358 errno: err,
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | bccache.py | 9 import errno namespace 218 if e.errno != errno.EEXIST: 230 if e.errno != errno.EEXIST:
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | bccache.py | 21 import errno namespace 239 if e.errno != errno.EEXIST: 249 if e.errno != errno.EEXIST:
|
/third_party/ltp/testcases/kernel/io/direct_io/ |
H A D | diotest3.c | 54 #include <errno.h> 179 strerror(errno)); in child_function() 184 filename, strerror(errno)); in child_function() 200 strerror(errno)); in child_function() 205 filename, strerror(errno)); in child_function()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify22.c | 25 #include <errno.h> 76 if (ret != -1 && errno != EUCLEAN) in trigger_bad_file_lookup() 78 ret, BAD_DIR, errno, EUCLEAN); in trigger_bad_file_lookup() 87 if (ret != -1 && errno != EUCLEAN) in trigger_bad_link_lookup() 89 ret, BAD_LINK, errno, EUCLEAN); in trigger_bad_link_lookup()
|