Home
last modified time | relevance | path

Searched refs:EPIPE (Results 1 - 25 of 143) sorted by relevance

123456

/third_party/rust/crates/nix/src/
H A Derrno.rs180 EPIPE => "Broken pipe",
1156 EPIPE = libc::EPIPE,
1301 libc::EPIPE => EPIPE,
1446 EPIPE = libc::EPIPE,
1564 libc::EPIPE => EPIPE,
1682 EPIPE
[all...]
/third_party/ltp/testcases/kernel/syscalls/write/
H A Dwrite05.c17 * - on an attempt to write to a pipe that is not open for reading - EPIPE
45 {&pipefd[1], &buf, sizeof(buf), EPIPE},
66 if (tc->exp_errno == EPIPE && sigpipe_cnt != 1) in verify_write()
/third_party/ltp/testcases/kernel/logging/kmsg/
H A Dkmsg01.c12 * - if messages get overwritten, read() returns -EPIPE
88 else if (TST_ERR == EPIPE) in find_msg()
164 * EPIPE errors.
196 if (TST_RET == -1 && TST_ERR != EPIPE) { in timed_read_kmsg()
336 * If this read fails with EPIPE, first message was overwritten and in test_read_returns_first_message()
356 if (TST_ERR == EPIPE) in test_read_returns_first_message()
392 tst_res(TINFO, "TEST: read returns EPIPE when messages get " in test_messages_overwritten()
422 if (TST_RET == -1 && TST_ERR == EPIPE) in test_messages_overwritten()
423 tst_res(TPASS, "read failed with EPIPE as expected"); in test_messages_overwritten()
433 tst_res(TPASS, "after EPIPE rea in test_messages_overwritten()
[all...]
/third_party/alsa-lib/test/
H A Dpcm.c232 if (err == -EPIPE) { /* under-run */ in xrun_recovery()
333 err = snd_pcm_state(handle) == SND_PCM_STATE_XRUN ? -EPIPE : -ESTRPIPE; in write_and_poll_loop()
371 err = snd_pcm_state(handle) == SND_PCM_STATE_XRUN ? -EPIPE : -ESTRPIPE; in write_and_poll_loop()
481 err = xrun_recovery(handle, -EPIPE); in async_direct_callback()
531 if ((err = xrun_recovery(handle, commitres >= 0 ? -EPIPE : commitres)) < 0) { in async_direct_callback()
575 if ((err = xrun_recovery(handle, commitres >= 0 ? -EPIPE : commitres)) < 0) { in async_direct_loop()
614 err = xrun_recovery(handle, -EPIPE); in direct_loop()
671 if ((err = xrun_recovery(handle, commitres >= 0 ? -EPIPE : commitres)) < 0) { in direct_loop()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c102 EPIPE, "EPIPE", EPIPE}, {
H A D4-1.c97 EPIPE, "EPIPE"}, {
/third_party/libwebsockets/lib/plat/optee/
H A Dnetwork.c288 if (errno == EPIPE || errno == ECONNRESET) in lws_plat_mbedtls_net_send()
313 if (errno == EPIPE || errno == ECONNRESET) in lws_plat_mbedtls_net_recv()
/third_party/skia/third_party/externals/harfbuzz/test/shape/
H A Dhb_test_tools.py147 if e.errno != errno.EPIPE:
330 if e.errno != errno.EPIPE:
343 if e.errno != errno.EPIPE:
374 if e.errno != errno.EPIPE:
/third_party/ltp/testcases/kernel/syscalls/pipe/
H A Dpipe08.c13 * EPIPE errno.
36 TST_EXP_FAIL2_SILENT(write(pipefd[1], wrbuf, sizeof(wrbuf)), EPIPE); in run() local
/third_party/ffmpeg/libavformat/
H A Drtspenc.c203 return AVERROR(EPIPE); in rtsp_write_packet()
211 return AVERROR(EPIPE); in rtsp_write_packet()
/third_party/alsa-utils/axfer/
H A Dxfer-libasound-irq-mmap.c219 err = -EPIPE; in irq_mmap_r_process_frames()
262 err = -EPIPE; in irq_mmap_w_process_frames()
/third_party/libuv/include/uv/
H A Derrno.h311 #if defined(EPIPE) && !defined(_WIN32)
312 # define UV__EPIPE UV__ERR(EPIPE)
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-sockets.c350 if (errno == EPIPE || errno == ECONNRESET) in lws_plat_mbedtls_net_send()
375 if (errno == EPIPE || errno == ECONNRESET) in lws_plat_mbedtls_net_recv()
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_send.c143 /*send () TEST3: send on listening socket, EPIPE Expected error*/ in main()
145 if (count != -1 || errno != EPIPE) in main()
149 tst_resm(TPASS, "send() on a listening socket - EPIPE"); in main()
169 /*send () TEST5: send on closed association, EPIPE Expected error*/ in main()
171 if (count != -1 || errno != EPIPE) in main()
175 tst_resm(TPASS, "send() on a closed association - EPIPE"); in main()
/third_party/node/deps/uv/include/uv/
H A Derrno.h311 #if defined(EPIPE) && !defined(_WIN32)
312 # define UV__EPIPE UV__ERR(EPIPE)
/third_party/alsa-lib/src/pcm/
H A Dpcm_dsnoop.c159 return -EPIPE; in snd_pcm_dsnoop_sync_ptr()
222 return -EPIPE; in snd_pcm_dsnoop_delay()
242 return -EPIPE; in snd_pcm_dsnoop_hwsync()
424 return -EPIPE; in snd_pcm_dsnoop_avail_update()
/third_party/libuv/test/
H A Dtest-error.c73 ASSERT_EQ(uv_translate_sys_error(EPIPE), UV_EPIPE); in TEST_IMPL()
/third_party/libdrm/radeon/
H A Dradeon_cs_gem.c288 return -EPIPE; in cs_gem_begin()
320 return -EPIPE; in cs_gem_end()
330 return -EPIPE; in cs_gem_end()
/third_party/python/Modules/
H A Derrnomodule.c143 #ifdef EPIPE in errno_exec()
144 add_errcode("EPIPE", EPIPE, "Broken pipe"); in errno_exec()
284 // WASI SDK 16 does not have ESHUTDOWN, shutdown results in EPIPE. in errno_exec()
285 #define ESHUTDOWN EPIPE in errno_exec()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h33 #define EPIPE 32 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h33 #define EPIPE 32 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h33 #define EPIPE 32 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h32 #define EPIPE 32 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h33 #define EPIPE 32 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h79 #define EPIPE 32 /* Broken pipe */ macro

Completed in 21 milliseconds

123456