Home
last modified time | relevance | path

Searched refs:errno (Results 6876 - 6900 of 14922) sorted by relevance

1...<<271272273274275276277278279280>>...597

/third_party/python/Lib/test/
H A Dpythoninfo.py5 import errno namespace
193 if exc.errno != errno.ENOSYS:
H A Dtest_pty.py10 import errno namespace
177 if e.errno != errno.EAGAIN:
/third_party/pulseaudio/src/pulsecore/
H A Dcore-scache.c30 #include <errno.h>
472 pa_log("stat('%s'): %s", pathname, pa_cstrerror(errno)); in add_file()
496 pa_log("failed to open directory '%s': %s", pathname, pa_cstrerror(errno)); in pa_scache_add_directory_lazy()
/third_party/openssl/apps/lib/
H A Dhttp_server.c126 strerror(errno)); in spawn_loop()
172 } else if (errno != EINTR) { in spawn_loop()
173 syslog(LOG_ERR, "fatal: waitpid(): %s", strerror(errno)); in spawn_loop()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Ddemo.c562 strerror (errno)); in process_upload_data()
575 strerror (errno)); in process_upload_data()
829 "Failed to install SIGPIPE handler: %s\n", strerror (errno)); in ignore_sigpipe()
H A Ddemo_https.c563 strerror (errno)); in process_upload_data()
576 strerror (errno)); in process_upload_data()
830 "Failed to install SIGPIPE handler: %s\n", strerror (errno)); in ignore_sigpipe()
H A Dpost_example.c28 #include <errno.h>
175 fprintf (stderr, "calloc error: %s\n", strerror (errno)); in get_session()
558 fprintf (stderr, "calloc error: %s\n", strerror (errno)); in create_response()
/third_party/skia/third_party/externals/angle2/util/android/third_party/
H A Dandroid_native_app_glue.c20 #include <errno.h>
260 LOGE("could not create pipe: %s", strerror(errno)); in android_app_create()
283 LOGE("Failure writing android_app cmd: %s\n", strerror(errno)); in android_app_write_cmd()
/third_party/pulseaudio/src/modules/
H A Dmodule-protocol-stub.c25 #include <errno.h>
315 pa_log("Failed to create socket directory '%s': %s\n", u->socket_path, pa_cstrerror(errno)); in pa__init()
327 pa_log("Failed to remove stale UNIX socket '%s': %s", u->socket_path, pa_cstrerror(errno)); in pa__init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Draw_ostream.cpp569 if (errno == EINTR || errno == EAGAIN in write_impl()
571 || errno == EWOULDBLOCK in write_impl()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_sync_atomic_main.cpp251 std::cout << "pthread_create failed w/ " << strerror(errno) << "\n"; in testAtomicRMWThreads()
269 std::cout << "pthread_create failed w/ " << strerror(errno) << "\n"; in testAtomicRMWThreads()
276 std::cout << "pthread_join failed w/ " << strerror(errno) << "\n"; in testAtomicRMWThreads()
/third_party/toybox/toys/net/
H A Difconfig.c318 errno = 0; in show_iface()
319 for (j=0; j<16 && !errno; j++) val[j] = strtoll(buf, &buf, 0); in show_iface()
320 if (errno) perror_exit("bad %s at %s", name, buf); in show_iface()
/third_party/toybox/toys/pending/
H A Dmodprobe.c447 errno = 0; in go_probe()
450 printf("loaded %s '%s': %s\n", fn, options, strerror(errno)); in go_probe()
451 if (errno == EEXIST) rc = 0; in go_probe()
H A Dtftp.c146 if (errno == EAGAIN) { in read_server()
149 }else if (errno != EINTR) { in read_server()
171 if (errno != EINTR) { in write_server()
/third_party/vixl/src/aarch64/
H A Ddebugger-aarch64.cc34 #include <errno.h>
144 errno = 0; in ParseUint64String()
155 if (value == 0 || *end != '\0' || errno == ERANGE) { in ParseUint64String()
/third_party/python/Lib/test/test_importlib/
H A Dutil.py3 import errno namespace
20 if 'errno' in sys.builtin_module_names:
21 BUILTINS.good_name = 'errno'
322 if error.errno != errno.EEXIST:
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_roboswitch.c95 strerror(errno)); in wpa_driver_roboswitch_mdio_read()
113 strerror(errno)); in wpa_driver_roboswitch_mdio_write()
408 strerror(errno)); in wpa_driver_roboswitch_init()
/third_party/vk-gl-cts/framework/qphelper/
H A DqpCrashHandler.c39 # include <errno.h>
545 writeInfoFormat(writeInfo, userPtr, "Failed to create tmpfile '%s' for the backtrace %s.", tmpFileName, strerror(errno)); in qpCrashHandler_writeCrashInfo()
562 writeInfoFormat(writeInfo, userPtr, "Failed to seek to the beginning of the trace file %s.", strerror(errno)); in qpCrashHandler_writeCrashInfo()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_roboswitch.c95 strerror(errno)); in wpa_driver_roboswitch_mdio_read()
113 strerror(errno)); in wpa_driver_roboswitch_mdio_write()
408 strerror(errno)); in wpa_driver_roboswitch_init()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-top.c67 #include <errno.h>
709 if (errno == EINTR) in display_thread()
1049 if (evsel__fallback(counter, errno, msg, sizeof(msg))) { in perf_top__start_counters()
1055 evsel__open_strerror(counter, &opts->target, errno, msg, sizeof(msg)); in perf_top__start_counters()
1063 errno, str_error_r(errno, msg, sizeof(msg))); in perf_top__start_counters()
1618 str_error_r(errno, errbuf, sizeof(errbuf))); in cmd_top()
1688 int saved_errno = errno; in cmd_top()
1702 errno == ENOENT ? "No such process" : str_error_r(errno, errbu in cmd_top()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_progs.c522 "#%d %s: Failed to create cgroup '%s' (errno=%d)\n", in test__join_cgroup()
523 env.test->test_num, env.test->test_name, path, errno); in test__join_cgroup()
529 "#%d %s: Failed to join cgroup '%s' (errno=%d)\n", in test__join_cgroup()
530 env.test->test_num, env.test->test_name, path, errno); in test__join_cgroup()
589 if (errno != ENOENT) in compare_map_keys()
622 if (errno != ENOENT) in compare_stack_ips()
815 "Unable to setenv SELFTESTS_VERBOSE=1 (errno=%d)", in parse_arg()
816 errno); in parse_arg()
846 return -errno; in parse_arg()
896 err = -errno; in trigger_module_test_read()
[all...]
/third_party/eudev/src/udev/
H A Dudev-rules.c27 #include <errno.h>
1609 if (errno == ENOENT) in parse_file()
1612 return -errno; in parse_file()
2566 log_error_errno(errno, "error writing ATTR{%s}: %m", attr); in udev_rules_apply_to_event()
2569 log_error_errno(errno, "error opening ATTR{%s} for writing: %m", attr); in udev_rules_apply_to_event()
2705 if (r < 0 && errno != EEXIST) in udev_rules_apply_static_dev_perms()
2706 return log_error_errno(errno, "failed to create symlink %s -> %s: %m", in udev_rules_apply_static_dev_perms()
2727 return -errno; in udev_rules_apply_static_dev_perms()
2736 return -errno; in udev_rules_apply_static_dev_perms()
2761 r = -errno; in udev_rules_apply_static_dev_perms()
[all...]
/third_party/alsa-lib/src/topology/
H A Ddata.c187 return -errno; in tplg_parse_data_file()
212 ret = -errno; in tplg_parse_data_file()
222 return -errno; in tplg_parse_data_file()
357 errno = 0; in get_uuid()
359 if ((errno == ERANGE && val == ULONG_MAX) in get_uuid()
360 || (errno != 0 && val == 0) in get_uuid()
381 errno = 0; in get_uuid()
383 if ((errno == ERANGE && val == ULONG_MAX) in get_uuid()
384 || (errno != 0 && val == 0) in get_uuid()
415 errno in write_hex()
[all...]
/third_party/libdrm/
H A Dxf86drmMode.c58 #include <errno.h>
68 return ret < 0 ? -errno : ret; in DRM_IOCTL()
931 if (errno == ENOENT) in drmCheckModesettingSupported()
958 return -errno; in drmCheckModesettingSupported()
1537 errno = ENOMEM; in drmModeAtomicCommit()
1543 errno = ENOMEM; in drmModeAtomicCommit()
1549 errno = ENOMEM; in drmModeAtomicCommit()
1555 errno = ENOMEM; in drmModeAtomicCommit()
1643 return -errno; in drmModeCreateLease()
1713 return -errno; in drmModeRevokeLease()
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_virtgpu.c6 #include <errno.h>
244 } while (ret == -1 && (errno == EINTR || errno == EAGAIN)); in sim_syncobj_poll()
247 return (ret < 0 && errno == ENOMEM) ? VK_ERROR_OUT_OF_HOST_MEMORY in sim_syncobj_poll()
437 errno = ETIME; in sim_syncobj_wait()
558 vn_log(gpu->instance, "failed to execbuffer: %s", strerror(errno)); in sim_submit()
580 vn_log(gpu->instance, "failed to execbuffer: %s", strerror(errno)); in sim_submit()
1369 if (ret && errno != ETIME) in virtgpu_wait()
1497 strerror(errno)); in virtgpu_init_context()
1517 gpu->capset.version, strerror(errno)); in virtgpu_init_capset()
[all...]

Completed in 34 milliseconds

1...<<271272273274275276277278279280>>...597