Home
last modified time | relevance | path

Searched refs:ESPIPE (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/ltp/testcases/kernel/syscalls/lseek/
Dlseek02.c41 {&pfd1, SEEK_SET, ESPIPE},
42 {&pfd1, SEEK_CUR, ESPIPE},
43 {&pfd1, SEEK_END, ESPIPE},
44 {&pfds[0], SEEK_SET, ESPIPE},
45 {&pfds[0], SEEK_CUR, ESPIPE},
46 {&pfds[0], SEEK_END, ESPIPE},
47 {&pfd2, SEEK_SET, ESPIPE},
48 {&pfd2, SEEK_CUR, ESPIPE},
49 {&pfd2, SEEK_END, ESPIPE},
/third_party/ltp/testcases/kernel/syscalls/fadvise/
Dposix_fadvise04.c56 if (TST_RET == ESPIPE) { in verify_fadvise()
64 tst_strerrno(TST_RET), ESPIPE); in verify_fadvise()
/third_party/rust/crates/nix/src/
Derrno.rs177 ESPIPE => "Illegal seek", in desc()
1153 ESPIPE = libc::ESPIPE, enumerator
1298 libc::ESPIPE => ESPIPE, in from_i32()
1443 ESPIPE = libc::ESPIPE, enumerator
1561 libc::ESPIPE => ESPIPE, in from_i32()
1679 ESPIPE = libc::ESPIPE, enumerator
1788 libc::ESPIPE => ESPIPE, in from_i32()
1896 ESPIPE = libc::ESPIPE, enumerator
2005 libc::ESPIPE => ESPIPE, in from_i32()
2111 ESPIPE = libc::ESPIPE, enumerator
[all …]
/third_party/ltp/testcases/kernel/syscalls/splice/
Dsplice03.c61 { &pipes[0], &offset, &wrfd, NULL, ESPIPE },
62 { &rdfd, NULL, &pipes[1], &offset, ESPIPE },
/third_party/libuv/include/uv/
Derrno.h347 #if defined(ESPIPE) && !defined(_WIN32)
348 # define UV__ESPIPE UV__ERR(ESPIPE)
/third_party/ltp/testcases/kernel/syscalls/sync_file_range/
Dsync_file_range01.c53 {&sfd, 0, 1, SYNC_FILE_RANGE_WAIT_AFTER, ESPIPE},
/third_party/ltp/testcases/kernel/syscalls/pread/
Dpread02.c34 {&pipe_fd[0], K1, 0, "file descriptor is a PIPE or FIFO", ESPIPE},
/third_party/ltp/testcases/kernel/syscalls/pwrite/
Dpwrite02.c40 {buf, sizeof(buf), &pipe_fds[1], 0, ESPIPE},
/third_party/ltp/testcases/kernel/syscalls/pwritev/
Dpwritev02.c70 {&fd4[1], wr_iovec2, 1, 0, ESPIPE}
/third_party/ltp/testcases/kernel/syscalls/pwritev2/
Dpwritev202.c63 {&fd4[0], wr_iovec2, 1, 0, 0, ESPIPE},
/third_party/ltp/testcases/kernel/syscalls/preadv/
Dpreadv02.c74 {&fd5[0], rd_iovec2, 1, 0, ESPIPE}
/third_party/musl/arch/powerpc64/bits/
Derrno.h29 #define ESPIPE 29 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h30 #define ESPIPE 29 macro
/third_party/musl/arch/mips64/bits/
Derrno.h29 #define ESPIPE 29 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h29 #define ESPIPE 29 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h29 #define ESPIPE 29 macro
/third_party/musl/arch/generic/bits/
Derrno.h29 #define ESPIPE 29 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h30 #define ESPIPE 29 macro
/third_party/ltp/testcases/kernel/syscalls/preadv2/
Dpreadv202.c67 {&fd5[0], rd_iovec2, 1, 0, 0, ESPIPE},
/third_party/lwip/src/include/lwip/
Derrno.h76 #define ESPIPE 29 /* Illegal seek */ macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h30 #define ESPIPE 29 macro
/third_party/musl/arch/mips/bits/
Derrno.h29 #define ESPIPE 29 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h29 #define ESPIPE 29 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h30 #define ESPIPE 29 macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-1-buildonly.c89 static int dummy72 = ESPIPE;

1234