/third_party/ltp/testcases/kernel/logging/kmsg/ |
D | kmsg01.c | 88 else if (TST_ERR == EPIPE) in find_msg() 196 if (TST_RET == -1 && TST_ERR != EPIPE) { in timed_read_kmsg() 356 if (TST_ERR == EPIPE) in test_read_returns_first_message() 422 if (TST_RET == -1 && TST_ERR == EPIPE) in test_messages_overwritten() 443 if (TST_RET == -1 && TST_ERR != EPIPE) in read_msg_seqno() 446 if (TST_ERR == EPIPE) in read_msg_seqno()
|
/third_party/ltp/testcases/kernel/syscalls/write/ |
D | write05.c | 42 {&pipefd[1], &buf, sizeof(buf), EPIPE}, 73 if (tc->exp_errno == EPIPE && sigpipe_cnt != 1) { in verify_write()
|
/third_party/alsa-lib/test/ |
D | pcm.c | 226 if (err == -EPIPE) { /* under-run */ in xrun_recovery() 327 err = snd_pcm_state(handle) == SND_PCM_STATE_XRUN ? -EPIPE : -ESTRPIPE; in write_and_poll_loop() 365 err = snd_pcm_state(handle) == SND_PCM_STATE_XRUN ? -EPIPE : -ESTRPIPE; in write_and_poll_loop() 475 err = xrun_recovery(handle, -EPIPE); in async_direct_callback() 525 if ((err = xrun_recovery(handle, commitres >= 0 ? -EPIPE : commitres)) < 0) { in async_direct_callback() 569 if ((err = xrun_recovery(handle, commitres >= 0 ? -EPIPE : commitres)) < 0) { in async_direct_loop() 608 err = xrun_recovery(handle, -EPIPE); in direct_loop() 665 if ((err = xrun_recovery(handle, commitres >= 0 ? -EPIPE : commitres)) < 0) { in direct_loop()
|
/third_party/boost/boost/ |
D | cerrno.hpp | 211 #ifndef EPIPE 212 #define EPIPE 9950 macro
|
/third_party/glib/gio/ |
D | gioerror.c | 257 #ifdef EPIPE in g_io_error_from_errno() 258 case EPIPE: in g_io_error_from_errno()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 102 EPIPE, "EPIPE", EPIPE}, {
|
D | 4-1.c | 97 EPIPE, "EPIPE"}, {
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_dsnoop.c | 149 return -EPIPE; in snd_pcm_dsnoop_sync_ptr() 168 return -EPIPE; in snd_pcm_dsnoop_sync_ptr() 245 return -EPIPE; in snd_pcm_dsnoop_delay() 265 return -EPIPE; in snd_pcm_dsnoop_hwsync() 434 return -EPIPE; in snd_pcm_dsnoop_mmap_commit() 458 return -EPIPE; in snd_pcm_dsnoop_avail_update()
|
D | pcm_dshare.c | 190 return -EPIPE; in snd_pcm_dshare_sync_ptr0() 216 return -EPIPE; in snd_pcm_dshare_sync_ptr() 297 return -EPIPE; in snd_pcm_dshare_delay() 317 return -EPIPE; in snd_pcm_dshare_hwsync() 543 return -EPIPE; in snd_pcm_dshare_mmap_commit() 579 return -EPIPE; in snd_pcm_dshare_avail_update()
|
D | pcm_dmix.c | 415 return -EPIPE; in snd_pcm_dmix_sync_ptr0() 441 return -EPIPE; in snd_pcm_dmix_sync_ptr() 521 return -EPIPE; in snd_pcm_dmix_delay() 543 return -EPIPE; in snd_pcm_dmix_hwsync() 844 return -EPIPE; in snd_pcm_dmix_mmap_commit() 879 return -EPIPE; in snd_pcm_dmix_avail_update()
|
/third_party/alsa-lib/include/ |
D | type_compat.h | 29 #define ESTRPIPE EPIPE
|
/third_party/libwebsockets/lib/plat/optee/ |
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/harfbuzz/test/shaping/ |
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/skia/third_party/externals/harfbuzz/test/shape/ |
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/ffmpeg/libavformat/ |
D | rtspenc.c | 202 return AVERROR(EPIPE); in rtsp_write_packet() 207 return AVERROR(EPIPE); in rtsp_write_packet()
|
/third_party/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_send.c | 145 if (count != -1 || errno != EPIPE) in main() 171 if (count != -1 || errno != EPIPE) in main()
|
/third_party/alsa-utils/axfer/ |
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/test/ |
D | test-error.c | 73 ASSERT(uv_translate_sys_error(EPIPE) == UV_EPIPE); in TEST_IMPL()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/ |
D | hb_test_tools.py | 225 if e.errno != errno.EPIPE: 410 if e.errno != errno.EPIPE: 425 if e.errno != errno.EPIPE: 454 if e.errno != errno.EPIPE:
|
/third_party/libuv/include/uv/ |
D | errno.h | 311 #if defined(EPIPE) && !defined(_WIN32) 312 # define UV__EPIPE UV__ERR(EPIPE)
|
/third_party/libwebsockets/lib/plat/freertos/ |
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/python/PC/ |
D | errmap.h | 124 return EPIPE; in winerror_to_errno()
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 32 #define EPIPE 32 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 32 #define EPIPE 32 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 33 #define EPIPE 32 macro
|