/external/ltp/include/lapi/ |
D | fcntl.h | 45 #ifndef F_SETPIPE_SZ 46 # define F_SETPIPE_SZ 1031 macro
|
/external/strace/xlat/ |
D | fcntlcmds.h | 359 #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),
|
D | fcntlcmds.in | 95 F_SETPIPE_SZ (1024 + 7)
|
/external/toybox/lib/ |
D | portability.h | 264 #ifndef F_SETPIPE_SZ 265 #define F_SETPIPE_SZ 1031 macro
|
/external/libbrillo/brillo/ |
D | unittest_utils.cc | 26 EXPECT_EQ(kPipeSize, fcntl(writer, F_SETPIPE_SZ, kPipeSize)); in ScopedPipe()
|
/external/kernel-headers/original/uapi/linux/ |
D | fcntl.h | 29 #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) macro
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl30.c | 69 TEST(fcntl(test_fd, F_SETPIPE_SZ, new_pipe_size)); in main()
|
/external/strace/tests-mx32/ |
D | fcntl-common.c | 339 #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/ |
D | fcntl-common.c | 339 #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/ |
D | fcntl-common.c | 339 #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/ |
D | fcntl.rs | 350 F_SETPIPE_SZ(c_int), enumerator 397 F_SETPIPE_SZ(size) => libc::fcntl(fd, libc::F_SETPIPE_SZ, size), in fcntl()
|
/external/strace/ |
D | fcntl.c | 98 case F_SETPIPE_SZ: in print_fcntl()
|
D | ChangeLog | 35242 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/ |
D | mod.rs | 21 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/ |
D | lib.rs | 352 let ret = unsafe { fcntl(fd, libc::F_SETPIPE_SZ, size as c_int) }; in set_pipe_size()
|
/external/libfuse/lib/ |
D | fuse_lowlevel.c | 35 #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/ |
D | mod.rs | 467 pub const F_SETPIPE_SZ: ::c_int = 1031; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1416 pub const F_SETPIPE_SZ: ::c_int = 1031; constant
|