Searched refs:F_GETPIPE_SZ (Results 1 – 25 of 31) sorted by relevance
12
/external/ltp/include/lapi/ |
D | fcntl.h | 49 #ifndef F_GETPIPE_SZ 50 # define F_GETPIPE_SZ 1032 macro
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl30.c | 61 TEST(fcntl(test_fd, F_GETPIPE_SZ)); in main() 75 TEST(fcntl(test_fd, F_GETPIPE_SZ)); in main()
|
D | fcntl35.c | 89 get_size = fcntl(fds[1], F_GETPIPE_SZ); in verify_pipe_size()
|
/external/strace/xlat/ |
D | fcntlcmds.h | 366 #if defined(F_GETPIPE_SZ) || (defined(HAVE_DECL_F_GETPIPE_SZ) && HAVE_DECL_F_GETPIPE_SZ) 368 static_assert((F_GETPIPE_SZ) == ((1024 + 8)), "F_GETPIPE_SZ != (1024 + 8)"); 371 # define F_GETPIPE_SZ (1024 + 8) 493 XLAT(F_GETPIPE_SZ),
|
D | fcntlcmds.in | 96 F_GETPIPE_SZ (1024 + 8)
|
/external/toybox/lib/ |
D | portability.h | 231 #ifndef F_GETPIPE_SZ 232 #define F_GETPIPE_SZ 1032 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | fcntl.h | 29 #define F_GETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 8) macro
|
/external/strace/tests-m32/ |
D | fcntl-common.c | 360 #ifdef F_GETPIPE_SZ in test_fcntl_others() 361 { 0, ARG_STR(F_GETPIPE_SZ) }, in test_fcntl_others()
|
/external/strace/tests-mx32/ |
D | fcntl-common.c | 360 #ifdef F_GETPIPE_SZ in test_fcntl_others() 361 { 0, ARG_STR(F_GETPIPE_SZ) }, in test_fcntl_others()
|
/external/strace/tests/ |
D | fcntl-common.c | 360 #ifdef F_GETPIPE_SZ in test_fcntl_others() 361 { 0, ARG_STR(F_GETPIPE_SZ) }, in test_fcntl_others()
|
/external/toybox/toys/posix/ |
D | ulimit.c | 92 sprintf(toybuf, "%d\n", fcntl(*pp, F_GETPIPE_SZ)); in ulimit_main()
|
/external/strace/ |
D | fcntl.c | 140 case F_GETPIPE_SZ: in print_fcntl()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 148 F_GETPIPE_SZ = 1032
|
D | sys_amd64.const | 148 F_GETPIPE_SZ = 1032
|
D | sys_arm.const | 148 F_GETPIPE_SZ = 1032
|
D | sys_ppc64le.const | 148 F_GETPIPE_SZ = 1032
|
D | sys_arm64.const | 148 F_GETPIPE_SZ = 1032
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 462 F_GETPIPE_SZ = 0x408 const
|
D | zerrors_linux_mipsle.go | 526 F_GETPIPE_SZ = 0x408 const
|
D | zerrors_linux_s390x.go | 526 F_GETPIPE_SZ = 0x408 const
|
D | zerrors_linux_arm.go | 526 F_GETPIPE_SZ = 0x408 const
|
D | zerrors_linux_ppc64le.go | 526 F_GETPIPE_SZ = 0x408 const
|
D | zerrors_linux_mips64.go | 526 F_GETPIPE_SZ = 0x408 const
|
D | zerrors_linux_ppc64.go | 526 F_GETPIPE_SZ = 0x408 const
|
D | zerrors_linux_amd64.go | 527 F_GETPIPE_SZ = 0x408 const
|
12