/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 180 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 D | write05.c | 17 * - 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 D | kmsg01.c | 12 * - 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 D | pcm.c | 232 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 D | 3-2.c | 102 EPIPE, "EPIPE", EPIPE}, {
|
H A D | 4-1.c | 97 EPIPE, "EPIPE"}, {
|
/third_party/libwebsockets/lib/plat/optee/ |
H A D | network.c | 288 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 D | hb_test_tools.py | 147 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 D | pipe08.c | 13 * EPIPE errno. 36 TST_EXP_FAIL2_SILENT(write(pipefd[1], wrbuf, sizeof(wrbuf)), EPIPE); in run() local
|
/third_party/ffmpeg/libavformat/ |
H A D | rtspenc.c | 203 return AVERROR(EPIPE); in rtsp_write_packet() 211 return AVERROR(EPIPE); in rtsp_write_packet()
|
/third_party/alsa-utils/axfer/ |
H A D | xfer-libasound-irq-mmap.c | 219 err = -EPIPE; in irq_mmap_r_process_frames() 262 err = -EPIPE; in irq_mmap_w_process_frames()
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 311 #if defined(EPIPE) && !defined(_WIN32) 312 # define UV__EPIPE UV__ERR(EPIPE)
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | freertos-sockets.c | 350 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 D | test_1_to_1_send.c | 143 /*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 D | errno.h | 311 #if defined(EPIPE) && !defined(_WIN32) 312 # define UV__EPIPE UV__ERR(EPIPE)
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_dsnoop.c | 159 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 D | test-error.c | 73 ASSERT_EQ(uv_translate_sys_error(EPIPE), UV_EPIPE); in TEST_IMPL()
|
/third_party/libdrm/radeon/ |
H A D | radeon_cs_gem.c | 288 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 D | errnomodule.c | 143 #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 D | errno.h | 33 #define EPIPE 32 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 33 #define EPIPE 32 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 33 #define EPIPE 32 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 32 #define EPIPE 32 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 33 #define EPIPE 32 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 79 #define EPIPE 32 /* Broken pipe */ macro
|