Home
last modified time | relevance | path

Searched refs:errno (Results 8401 - 8425 of 14383) sorted by relevance

1...<<331332333334335336337338339340>>...576

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/
H A Dkvm_util_base.h249 "%s failed, rc: %i errno: %i (%s)", (_name), (_ret), errno, strerror(errno)
600 TEST_ASSERT(!ret, "KVM_HAS_DEVICE_ATTR failed, rc: %i errno: %i", ret, errno); in kvm_has_device_attr()
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/
H A Dmixer-test.c22 #include <errno.h>
201 ctl->name, strerror(errno), errno); in wait_for_event()
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H A Disst-core-mbox.c102 if (errno == ENOTTY) { in _send_mmio_command()
190 if (errno == ENOTTY) { in _send_mbox_command()
197 cpu, command, sub_command, parameter, req_data, errno); in _send_mbox_command()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_lru_map.c8 #include <errno.h>
104 next_key, strerror(errno), errno); in map_subset()
/third_party/eudev/src/cdrom_id/
H A Dcdrom_id.c31 #include <errno.h>
182 errno = EIO; in scsi_cmd_run()
925 if (fd >= 0 || errno != EBUSY) in main()
/third_party/curl/packages/OS400/
H A Dos400sys.c41 #include <errno.h>
804 errno = EINVAL; in sockaddr2ebcdic()
841 errno = EINVAL; in sockaddr2ascii()
/third_party/ffmpeg/tools/
H A Dismindex.c187 ret = AVERROR(errno); in write_fragments()
197 if (mkdir(dirname, 0777) == -1 && errno != EEXIST) { in write_fragments()
198 ret = AVERROR(errno); in write_fragments()
/third_party/backends/backend/
H A Dcanon_pp-dev.c60 #include <errno.h>
233 if (errno == EINTR) continue; in safe_write()
253 if (errno == EINTR) continue; in safe_read()
/third_party/alsa-utils/speaker-test/
H A Dspeaker-test.c50 #include <errno.h>
827 return -errno; in read_wav()
829 return -errno; in read_wav()
/third_party/alsa-lib/src/ucm/
H A Ducm_subs.c526 uc_error("sysfs: cannot read link '%s' (%d)", path, errno); in rval_sysfs()
542 uc_error("sysfs open failed for '%s' (%d)", path, errno); in rval_sysfs()
548 uc_error("sysfs unable to read value '%s' (%d)", path, errno); in rval_sysfs()
/third_party/benchmark/src/
H A Dsysinfo.cc475 fprintf(stderr, "Err: %s\n", strerror(errno)); in GetNumCPUs()
491 strerror(errno)); in GetNumCPUs()
727 freqStr, strerror(errno)); in GetCPUCyclesPerSecond()
/third_party/libuv/src/
H A Duv-common.c27 #include <errno.h>
85 /* Libuv expects that free() does not clobber errno. The system allocator in uv__free()
88 saved_errno = errno; in uv__free()
90 errno = saved_errno; in uv__free()
/third_party/mbedtls/programs/x509/
H A Dcert_write.c40 #include <errno.h>
261 errno = 0; in parse_serial_decimal_format()
264 if ((errno != 0) || (end_ptr == ibuf)) { in parse_serial_decimal_format()
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-server.c658 errno = 0;
662 lwsl_err("SSL_new failed: %d (errno %d)\n",
663 lws_ssl_get_error(wsi, 0), errno);
719 errno = 0;
/third_party/node/src/
H A Dnode_options.cc13 #include <errno.h>
15 #include <cstdlib> // strtoul, errno
1010 errno = 0; in ParseAndValidatePort()
1013 if (errno != 0 || *endptr != '\0'|| in ParseAndValidatePort()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscp.c391 * -1 otherwise, with errno set accordingly
427 * -1 otherwise, with errno set accordingly
553 * -1 otherwise, with errno set accordingly
608 * -1 otherwise, with errno set accordingly
648 * -1 otherwise, with errno set accordingly
701 * -1 otherwise, with errno set accordingly
745 errno = ENOSPC; in find_best_runs()
759 * -1 otherwise, with errno set accordingly
1061 if (errno != ENOENT) { in main()
1166 if (errno ! in main()
[all...]
H A Dntfsusermap.c110 #include <errno.h>
223 if (errno == EACCES) in open_volume()
805 if (stat(fullname,&st) && (errno == ENOENT)) { in outputmap()
/third_party/libinput/test/
H A Dtest-path.c27 #include <errno.h>
51 return fd < 0 ? -errno : fd; in open_restricted_count()
72 return fd < 0 ? -errno : fd; in open_restricted()
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpression.c34 #include <errno.h>
271 errno = 0; in get_number_value()
275 if (value == ULLONG_MAX && errno == ERANGE) in get_number_value()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_batch.c56 #include <errno.h>
774 DBG("DRM_IOCTL_I915_GET_RESET_STATS failed: %s\n", strerror(errno)); in iris_batch_check_for_reset()
995 ret = -errno; in submit_batch()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_batch.c52 #include <errno.h>
799 DBG("DRM_IOCTL_I915_GET_RESET_STATS failed: %s\n", strerror(errno)); in crocus_batch_check_for_reset()
895 ret = -errno; in submit_batch()
/third_party/node/deps/uv/src/
H A Duv-common.c26 #include <errno.h>
84 /* Libuv expects that free() does not clobber errno. The system allocator in uv__free()
87 saved_errno = errno; in uv__free()
89 errno = saved_errno; in uv__free()
/third_party/pulseaudio/src/daemon/
H A Dohos_daemon-conf.c25 #include <errno.h>
684 if (!f && errno != ENOENT) { in pa_daemon_conf_load()
685 pa_log_warn(_("Failed to open configuration file: %s"), pa_cstrerror(errno)); in pa_daemon_conf_load()
H A Ddaemon-conf.c25 #include <errno.h>
684 if (!f && errno != ENOENT) { in pa_daemon_conf_load()
685 pa_log_warn(_("Failed to open configuration file: %s"), pa_cstrerror(errno)); in pa_daemon_conf_load()
/third_party/python/Lib/
H A Dsmtpd.py75 import errno namespace
169 if err.errno != errno.ENOTCONN:

Completed in 39 milliseconds

1...<<331332333334335336337338339340>>...576