Home
last modified time | relevance | path

Searched refs:F_GETPIPE_SZ (Results 1 – 25 of 31) sorted by relevance

12

/external/ltp/include/lapi/
Dfcntl.h49 #ifndef F_GETPIPE_SZ
50 # define F_GETPIPE_SZ 1032 macro
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl30.c61 TEST(fcntl(test_fd, F_GETPIPE_SZ)); in main()
75 TEST(fcntl(test_fd, F_GETPIPE_SZ)); in main()
Dfcntl35.c89 get_size = fcntl(fds[1], F_GETPIPE_SZ); in verify_pipe_size()
/external/strace/xlat/
Dfcntlcmds.h366 #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),
Dfcntlcmds.in96 F_GETPIPE_SZ (1024 + 8)
/external/toybox/lib/
Dportability.h231 #ifndef F_GETPIPE_SZ
232 #define F_GETPIPE_SZ 1032 macro
/external/kernel-headers/original/uapi/linux/
Dfcntl.h29 #define F_GETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 8) macro
/external/strace/tests-m32/
Dfcntl-common.c360 #ifdef F_GETPIPE_SZ in test_fcntl_others()
361 { 0, ARG_STR(F_GETPIPE_SZ) }, in test_fcntl_others()
/external/strace/tests-mx32/
Dfcntl-common.c360 #ifdef F_GETPIPE_SZ in test_fcntl_others()
361 { 0, ARG_STR(F_GETPIPE_SZ) }, in test_fcntl_others()
/external/strace/tests/
Dfcntl-common.c360 #ifdef F_GETPIPE_SZ in test_fcntl_others()
361 { 0, ARG_STR(F_GETPIPE_SZ) }, in test_fcntl_others()
/external/toybox/toys/posix/
Dulimit.c92 sprintf(toybuf, "%d\n", fcntl(*pp, F_GETPIPE_SZ)); in ulimit_main()
/external/strace/
Dfcntl.c140 case F_GETPIPE_SZ: in print_fcntl()
/external/syzkaller/sys/linux/
Dsys_386.const148 F_GETPIPE_SZ = 1032
Dsys_amd64.const148 F_GETPIPE_SZ = 1032
Dsys_arm.const148 F_GETPIPE_SZ = 1032
Dsys_ppc64le.const148 F_GETPIPE_SZ = 1032
Dsys_arm64.const148 F_GETPIPE_SZ = 1032
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go462 F_GETPIPE_SZ = 0x408 const
Dzerrors_linux_mipsle.go526 F_GETPIPE_SZ = 0x408 const
Dzerrors_linux_s390x.go526 F_GETPIPE_SZ = 0x408 const
Dzerrors_linux_arm.go526 F_GETPIPE_SZ = 0x408 const
Dzerrors_linux_ppc64le.go526 F_GETPIPE_SZ = 0x408 const
Dzerrors_linux_mips64.go526 F_GETPIPE_SZ = 0x408 const
Dzerrors_linux_ppc64.go526 F_GETPIPE_SZ = 0x408 const
Dzerrors_linux_amd64.go527 F_GETPIPE_SZ = 0x408 const

12