Home
last modified time | relevance | path

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

123456

/external/ltp/testcases/kernel/logging/kmsg/
Dkmsg01.c107 else if (TST_ERR == EPIPE) in find_msg()
215 if (TST_RET == -1 && TST_ERR != EPIPE) { in timed_read_kmsg()
375 if (TST_ERR == EPIPE) in test_read_returns_first_message()
441 if (TST_RET == -1 && TST_ERR == EPIPE) in test_messages_overwritten()
462 if (TST_RET == -1 && TST_ERR != EPIPE) in read_msg_seqno()
465 if (TST_ERR == EPIPE) in read_msg_seqno()
/external/ltp/testcases/kernel/syscalls/write/
Dwrite05.c55 {&pipefd[1], &buf, sizeof(buf), EPIPE},
86 if (tc->exp_errno == EPIPE && sigpipe_cnt != 1) { in verify_write()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c102 EPIPE, "EPIPE", EPIPE}, {
D4-1.c97 EPIPE, "EPIPE"}, {
/external/libcxx/include/
Derrno.h276 #ifndef EPIPE
277 #define EPIPE 9950 macro
D__errc31 broken_pipe, // EPIPE
128 broken_pipe = EPIPE,
/external/openssh/
Datomicio.c78 errno = EPIPE; in atomicio6()
135 errno = EPIPE; in atomiciov6()
Dentropy.c138 if (errno == EPIPE && errors < 10) { in get_random_bytes_prngd()
149 if (errno == EPIPE && errors < 10) { in get_random_bytes_prngd()
Dmsg.c75 if (errno != EPIPE) in ssh_msg_recv()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp285 #ifndef EPIPE
286 #error EPIPE not defined
/external/ltp/utils/sctp/func_tests/
Dtest_1_to_1_send.c141 if (count != -1 || errno != EPIPE) in main()
167 if (count != -1 || errno != EPIPE) in main()
/external/python/cpython3/PC/
Dgenerrmap.c24 errno = EPIPE; in main()
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h36 #define EPIPE 32 /* Broken pipe */ macro
/external/harfbuzz_ng/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:
/external/adhd/cras/src/server/
Dcras_alsa_helpers.c270 if (rc == -EPIPE || rc == -ESTRPIPE) { in cras_alsa_resume_appl_ptr()
682 if (rc == -EPIPE || rc == -ESTRPIPE) { in cras_alsa_get_avail_frames()
705 rc = -EPIPE; in cras_alsa_get_avail_frames()
839 res = res >= 0 ? (int)-EPIPE : res; in cras_alsa_mmap_commit()
/external/libusb/msvc/
Derrno.h56 #define EPIPE 32 /* Broken pipe */ macro
/external/python/cpython2/Lib/hotshot/
Dstones.py22 if e.errno != errno.EPIPE:
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h262 # ifndef EPIPE
263 # define EPIPE 32 macro
512 broken_pipe = EPIPE,
/external/strace/tests-mx32/
Derrno2name.c378 #ifdef EPIPE in errno2name()
379 CASE(EPIPE); in errno2name()
/external/strace/tests-m32/
Derrno2name.c378 #ifdef EPIPE in errno2name()
379 CASE(EPIPE); in errno2name()
/external/strace/tests/
Derrno2name.c378 #ifdef EPIPE in errno2name()
379 CASE(EPIPE); in errno2name()
/external/libdrm/radeon/
Dradeon_cs_gem.c288 return -EPIPE; in cs_gem_begin()
320 return -EPIPE; in cs_gem_end()
330 return -EPIPE; in cs_gem_end()
/external/ltp/testcases/kernel/syscalls/sendto/
Dsendto01.c149 .experrno = EPIPE,
208 .experrno = EPIPE,
/external/python/cpython3/Tools/scripts/
Ddutree.py22 if e.errno != errno.EPIPE:
/external/python/cpython2/Tools/scripts/
Ddutree.py22 if e.errno != errno.EPIPE:

123456