/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmmaster.c | 115 int dlm_is_host_down(int errno) in dlm_is_host_down() argument 117 switch (errno) { in dlm_is_host_down() 1300 * -errno on a network error
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_configfs.c | 3320 int errno = -ENOMEM, ret; in target_core_make_subdev() local 3388 return ERR_PTR(errno); in target_core_make_subdev()
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | hists.c | 3 #include <errno.h> 2195 const char *err = str_error_r(errno, bf, sizeof(bf)); in hist_browser__dump()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | machine.c | 3 #include <errno.h> 1413 (errno == ERANGE)) { in machines__create_guest_kernel_maps()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udp.c | 90 #include <linux/errno.h> 763 err = icmp_err_convert[code].errno; in __udp4_lib_err()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_lut3d.c | 1248 ret = AVERROR(errno); in lut3d_init() 2139 ret = AVERROR(errno); in lut1d_init()
|
/third_party/backends/backend/ |
H A D | pieusb_specific.c | 61 #include <errno.h> 1415 filename, strerror (errno)); in pieusb_write_pnm_file()
|
H A D | avision.c | 121 #include <errno.h> 9356 DBG (3, "sane_read: got %ld bytes, err: %d %s\n", (long) nread, errno, strerror(errno)); in sane_read() 9363 if (errno == EAGAIN) { in sane_read()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 28 #include <errno.h> 1140 if (res == -1 && errno == EINVAL) { in curr_time() 1274 /* fuse_reply_err() uses non-negated errno values */ in reply_err()
|
/third_party/libinput/src/ |
H A D | libinput.c | 27 #include <errno.h> 2203 return -errno; in libinput_dispatch()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-mixer.c | 1380 pa_log_warn("Failed to set switch of %s: %s", buf, pa_alsa_strerror(errno)); in element_set_switch() 1469 pa_log_warn("Failed to set volume of %s: %s", buf, pa_alsa_strerror(errno)); in element_set_constant_volume() 2678 pa_log_warn("Failed to set switch of %s: %s", buf, pa_alsa_strerror(errno)); in element_set_option() 2686 pa_log_warn("Failed to set enumeration of %s: %s", buf, pa_alsa_strerror(errno)); in element_set_option()
|
/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 40 /// Sets the platform-specific errno to no-error 42 // Safe because errno is a thread-local variable in clear() 48 /// Returns the platform-specific value of errno 49 pub fn errno() -> i32 { in errno() functions 71 /// should not be used when `-1` is not the errno sentinel value. 83 /// information about the error can be found in `errno` 141 Errno::from_i32(errno()) in last() 144 fn desc(errno: Errno) -> &'static str { in desc() 146 match errno { 147 UnknownErrno => "Unknown errno", [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_cli.c | 4077 global, strerror(errno)); in wpa_cli_open_global_ctrl() 4735 strerror(errno)); in main()
|
H A D | wpa_supplicant.c | 4536 errno = 0; 4539 if (errno == 0) { 4551 ht_mcs, strerror(errno)); 6143 wpa_printf(MSG_ERROR, "if_nameindex: %s", strerror(errno));
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_cli.c | 4637 global, strerror(errno)); in wpa_cli_open_global_ctrl() 5322 strerror(errno)); in main()
|
H A D | wpa_supplicant.c | 5774 errno = 0; 5777 if (errno == 0) { 5789 ht_mcs, strerror(errno)); 7464 wpa_printf(MSG_ERROR, "if_nameindex: %s", strerror(errno));
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | file_asset_napi.cpp | 4577 NAPI_ERR_LOG("Read edit data failed, errno: %{public}d", errno); in PhotoAccessHelperRequestEditDataExecute() 4583 NAPI_ERR_LOG("can not get stat errno:%{public}d", errno); in PhotoAccessHelperRequestEditDataExecute() 4864 NAPI_ERR_LOG("Can not erase content from old file, errno:%{public}d", errno); in PhotoAccessHelperCommitEditExecute() 4869 NAPI_ERR_LOG("Failed to copy file: rfd:%{public}d, wfd:%{public}d, errno:%{public}d", in PhotoAccessHelperCommitEditExecute() 4870 uriFd.Get(), fd.Get(), errno); in PhotoAccessHelperCommitEditExecute()
|
/third_party/eudev/ |
H A D | ltmain.sh | 5597 #include <errno.h> 5959 lt_argv_zero, nonnull (strerror (errno))); 6115 nonnull (strerror (errno))); 6141 nonnull (strerror (errno))); 6193 tmp_pathspec, nonnull (strerror (errno)));
|
/third_party/curl/ |
H A D | ltmain.sh | 5798 #include <errno.h> 6160 lt_argv_zero, nonnull (strerror (errno))); 6316 nonnull (strerror (errno))); 6342 nonnull (strerror (errno))); 6394 tmp_pathspec, nonnull (strerror (errno)));
|
/third_party/lame/ |
H A D | ltmain.sh | 5549 #include <errno.h> 5911 lt_argv_zero, nonnull (strerror (errno))); 6067 nonnull (strerror (errno))); 6093 nonnull (strerror (errno))); 6145 tmp_pathspec, nonnull (strerror (errno)));
|
/third_party/node/deps/cares/ |
H A D | ltmain.sh | 5798 #include <errno.h> 6160 lt_argv_zero, nonnull (strerror (errno))); 6316 nonnull (strerror (errno))); 6342 nonnull (strerror (errno))); 6394 tmp_pathspec, nonnull (strerror (errno)));
|
/third_party/node/deps/cares/config/ |
H A D | ltmain.sh | 5798 #include <errno.h> 6160 lt_argv_zero, nonnull (strerror (errno))); 6316 nonnull (strerror (errno))); 6342 nonnull (strerror (errno))); 6394 tmp_pathspec, nonnull (strerror (errno)));
|
/third_party/libevdev/build-aux/ |
H A D | ltmain.sh | 5799 #include <errno.h> 6161 lt_argv_zero, nonnull (strerror (errno))); 6317 nonnull (strerror (errno))); 6343 nonnull (strerror (errno))); 6395 tmp_pathspec, nonnull (strerror (errno)));
|
/third_party/skia/third_party/externals/libpng/ |
H A D | ltmain.sh | 5549 #include <errno.h> 5911 lt_argv_zero, nonnull (strerror (errno))); 6067 nonnull (strerror (errno))); 6093 nonnull (strerror (errno))); 6145 tmp_pathspec, nonnull (strerror (errno)));
|
/third_party/elfutils/src/ |
H A D | readelf.c | 26 #include <errno.h> 391 error (0, errno, _("cannot open input file '%s'"), argv[remaining]); in main() 857 error_exit (errno, "dup"); in create_dwfl() 874 error (0, errno, _("cannot stat input file")); in create_dwfl() 974 error (0, errno, _("cannot create EBL handle")); in process_elf_file()
|