Home
last modified time | relevance | path

Searched refs:F_SETPIPE_SZ (Results 1 – 18 of 18) sorted by relevance

/external/ltp/include/lapi/
Dfcntl.h45 #ifndef F_SETPIPE_SZ
46 # define F_SETPIPE_SZ 1031 macro
/external/strace/xlat/
Dfcntlcmds.h359 #if defined(F_SETPIPE_SZ) || (defined(HAVE_DECL_F_SETPIPE_SZ) && HAVE_DECL_F_SETPIPE_SZ)
361 static_assert((F_SETPIPE_SZ) == ((1024 + 7)), "F_SETPIPE_SZ != (1024 + 7)");
364 # define F_SETPIPE_SZ (1024 + 7)
492 XLAT(F_SETPIPE_SZ),
Dfcntlcmds.in95 F_SETPIPE_SZ (1024 + 7)
/external/toybox/lib/
Dportability.h264 #ifndef F_SETPIPE_SZ
265 #define F_SETPIPE_SZ 1031 macro
/external/libbrillo/brillo/
Dunittest_utils.cc26 EXPECT_EQ(kPipeSize, fcntl(writer, F_SETPIPE_SZ, kPipeSize)); in ScopedPipe()
/external/kernel-headers/original/uapi/linux/
Dfcntl.h29 #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) macro
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl30.c69 TEST(fcntl(test_fd, F_SETPIPE_SZ, new_pipe_size)); in main()
/external/strace/tests-mx32/
Dfcntl-common.c339 #ifdef F_SETPIPE_SZ in test_fcntl_others()
340 { 0, ARG_STR(F_SETPIPE_SZ), ARG_STR(4097) }, in test_fcntl_others()
/external/strace/tests/
Dfcntl-common.c339 #ifdef F_SETPIPE_SZ in test_fcntl_others()
340 { 0, ARG_STR(F_SETPIPE_SZ), ARG_STR(4097) }, in test_fcntl_others()
/external/strace/tests-m32/
Dfcntl-common.c339 #ifdef F_SETPIPE_SZ in test_fcntl_others()
340 { 0, ARG_STR(F_SETPIPE_SZ), ARG_STR(4097) }, in test_fcntl_others()
/external/rust/crates/nix/src/
Dfcntl.rs350 F_SETPIPE_SZ(c_int), enumerator
397 F_SETPIPE_SZ(size) => libc::fcntl(fd, libc::F_SETPIPE_SZ, size), in fcntl()
/external/strace/
Dfcntl.c98 case F_SETPIPE_SZ: in print_fcntl()
DChangeLog35242 Handle F_SETPIPE_SZ, F_GETPIPE_SZ, F_OFD_SETLKW,
36197 * xlat/fcntlcmds.in: Add F_SETPIPE_SZ, F_GETPIPE_SZ, F_ADD_SEALS,
/external/crosvm/src/plugin/
Dmod.rs21 EINVAL, ENOENT, EOVERFLOW, EPERM, FIOCLEX, F_SETPIPE_SZ, MS_NODEV, MS_NOEXEC, MS_NOSUID,
216 F_SETPIPE_SZ, in new_pipe_pair()
230 F_SETPIPE_SZ, in new_pipe_pair()
/external/crosvm/sys_util/src/
Dlib.rs352 let ret = unsafe { fcntl(fd, libc::F_SETPIPE_SZ, size as c_int) }; in set_pipe_size()
/external/libfuse/lib/
Dfuse_lowlevel.c35 #ifndef F_SETPIPE_SZ
36 #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) macro
717 res = fcntl(pipefd, F_SETPIPE_SZ, max); in grow_pipe_to_max()
776 res = fcntl(llp->pipe[0], F_SETPIPE_SZ, pipesize); in fuse_send_data_iov()
2846 res = fcntl(llp->pipe[0], F_SETPIPE_SZ, bufsize); in fuse_session_receive_buf_int()
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs467 pub const F_SETPIPE_SZ: ::c_int = 1031; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1416 pub const F_SETPIPE_SZ: ::c_int = 1031; constant