Home
last modified time | relevance | path

Searched refs:errno (Results 6101 - 6125 of 6539) sorted by relevance

1...<<241242243244245246247248249250>>...262

/third_party/libwebsockets/lib/core-net/client/
H A Dconnect3.c195 lwsl_wsi_debug(wsi, "getsockopt: conn OK errno %d", en); in lws_client_connect_check()
233 lwsl_wsi_debug(wsi, "errno %d", en); in lws_client_connect_check()
347 * If the connection failed, the OS-level errno may be
474 "conn fail: skt creation: errno %d",
488 "conn fail: skt options: errno %d",
580 errno = 0;
628 * either errno or the socket to understand if we actually
640 lwsl_wsi_debug(wsi, "connect: fd %d errno: %d",
674 "conn fail: errno %d: %s:%d",
683 "conn fail: errno
[all...]
/third_party/libdrm/freedreno/msm/
H A Dmsm_ringbuffer.c519 ERROR_MSG("submit failed: %d (%s)", ret, strerror(errno)); in msm_ringbuffer_flush()
/third_party/libcoap/examples/
H A Dcoap-rd.c28 #include <errno.h>
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_ringbuffer.c370 ERROR_MSG("submit failed: %d (%s)", ret, strerror(errno)); in msm_submit_flush()
/third_party/libwebsockets/lib/system/async-dns/
H A Dasync-dns.c255 lwsl_wsi_notice(wsi, "dns write failed %d %d errno %d", in lws_async_dns_writeable()
256 m, n, errno); in lws_async_dns_writeable()
/third_party/node/deps/cares/src/tools/
H A Dadig.c870 int err = errno; in event_loop()
/third_party/ltp/testcases/kernel/mce-test/tools/
H A Dpage-types.c33 #include <sys/errno.h>
/third_party/libevdev/test/
H A Dtest-libevdev-init.c7 #include <errno.h>
/third_party/libfuse/lib/modules/
H A Dsubdir.c16 #include <errno.h>
/third_party/node/deps/v8/src/libsampler/
H A Dsampler.cc12 #include <errno.h>
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_screen.c42 #include <errno.h>
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_clear.c24 #include <errno.h>
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c24 #include <errno.h>
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_hw_context.c29 #include <errno.h>
H A Dr600_pipe.c31 #include <errno.h>
/third_party/node/deps/uv/src/unix/
H A Dfsevents.c817 return UV__ERR(errno); in uv__fsevents_init()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
H A Dmod.rs641 errfunc: ::Option<extern "C" fn(epath: *const ::c_char, errno: ::c_int) -> ::c_int>, in glob64()
/third_party/python/Lib/
H A Dtempfile.py44 import errno as _errno
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DArchiveWriter.cpp524 return errorCodeToError(std::error_code(errno, std::generic_category())); in computeArchiveRelativePath()
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhelper-cairo.hh402 fail (false, "Failed to write output: %s", strerror (errno)); in stdio_write_func()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dls.c200 if (-1 == lsm_fget_context(fd, (char **)&new->extra) && errno == EBADF) in filter()
/third_party/toybox/toys/pending/
H A Dtraceroute.c238 if (errno != EINTR) perror_exit("poll"); in do_trace()
/third_party/toybox/toys/posix/
H A Dls.c207 if (-1 == lsm_fget_context(fd, (char **)&new->extra) && errno == EBADF) in filter()
/third_party/pulseaudio/src/modules/
H A Dmodule-card-restore.c26 #include <errno.h>
/third_party/python/Lib/test/
H A Dtest_gettext.py246 self.assertEqual(exception.errno, 0)

Completed in 30 milliseconds

1...<<241242243244245246247248249250>>...262