Home
last modified time | relevance | path

Searched refs:EPIPE (Results 1 – 25 of 144) sorted by relevance

123456

/third_party/ltp/testcases/kernel/logging/kmsg/
Dkmsg01.c88 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/
Dwrite05.c42 {&pipefd[1], &buf, sizeof(buf), EPIPE},
73 if (tc->exp_errno == EPIPE && sigpipe_cnt != 1) { in verify_write()
/third_party/alsa-lib/test/
Dpcm.c226 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/
Dcerrno.hpp211 #ifndef EPIPE
212 #define EPIPE 9950 macro
/third_party/glib/gio/
Dgioerror.c257 #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/
D3-2.c102 EPIPE, "EPIPE", EPIPE}, {
D4-1.c97 EPIPE, "EPIPE"}, {
/third_party/alsa-lib/src/pcm/
Dpcm_dsnoop.c149 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()
Dpcm_dshare.c190 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()
Dpcm_dmix.c415 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/
Dtype_compat.h29 #define ESTRPIPE EPIPE
/third_party/libwebsockets/lib/plat/optee/
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/harfbuzz/test/shaping/
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/skia/third_party/externals/harfbuzz/test/shape/
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/ffmpeg/libavformat/
Drtspenc.c202 return AVERROR(EPIPE); in rtsp_write_packet()
207 return AVERROR(EPIPE); in rtsp_write_packet()
/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_send.c145 if (count != -1 || errno != EPIPE) in main()
171 if (count != -1 || errno != EPIPE) in main()
/third_party/alsa-utils/axfer/
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/test/
Dtest-error.c73 ASSERT(uv_translate_sys_error(EPIPE) == UV_EPIPE); in TEST_IMPL()
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/
Dhb_test_tools.py225 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/
Derrno.h311 #if defined(EPIPE) && !defined(_WIN32)
312 # define UV__EPIPE UV__ERR(EPIPE)
/third_party/libwebsockets/lib/plat/freertos/
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/python/PC/
Derrmap.h124 return EPIPE; in winerror_to_errno()
/third_party/musl/arch/generic/bits/
Derrno.h32 #define EPIPE 32 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h32 #define EPIPE 32 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h33 #define EPIPE 32 macro

123456