/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl23.c | 132 #ifdef F_SETLEASE in main() 136 TEST(fcntl(fd, F_SETLEASE, F_RDLCK)); in main() 151 TEST(fcntl(fd, F_SETLEASE, F_UNLCK)); in main()
|
D | fcntl26.c | 139 #ifdef F_SETLEASE in main() 143 TEST(fcntl(fd, F_SETLEASE, F_WRLCK)); in main() 162 TEST(fcntl(fd, F_SETLEASE, F_UNLCK)); in main()
|
D | fcntl24.c | 138 #ifdef F_SETLEASE in main() 142 TEST(fcntl(fd, F_SETLEASE, F_WRLCK)); in main() 161 TEST(fcntl(fd, F_SETLEASE, F_UNLCK)); in main()
|
D | fcntl25.c | 139 #ifdef F_SETLEASE in main() 143 TEST(fcntl(fd, F_SETLEASE, F_WRLCK)); in main() 162 TEST(fcntl(fd, F_SETLEASE, F_UNLCK)); in main()
|
D | fcntl33.c | 116 TEST(fcntl(fd, F_SETLEASE, test_cases[i].lease_type)); in do_test() 144 TEST(fcntl(fd, F_SETLEASE, F_RDLCK)); in do_test() 160 TEST(fcntl(fd, F_SETLEASE, F_UNLCK)); in do_test()
|
D | fcntl27.c | 129 #ifdef F_SETLEASE in main() 133 TEST(fcntl(fd, F_SETLEASE, F_RDLCK)); in main()
|
D | fcntl28.c | 126 #ifdef F_SETLEASE in main() 130 TEST(fcntl(fd, F_SETLEASE, F_RDLCK)); in main()
|
D | fcntl32.c | 104 TEST(fcntl(fd1, F_SETLEASE, F_WRLCK)); in verify_fcntl()
|
/external/strace/xlat/ |
D | fcntlcmds.h | 324 #if defined(F_SETLEASE) || (defined(HAVE_DECL_F_SETLEASE) && HAVE_DECL_F_SETLEASE) 326 static_assert((F_SETLEASE) == ((1024 + 0)), "F_SETLEASE != (1024 + 0)"); 329 # define F_SETLEASE (1024 + 0) 487 XLAT(F_SETLEASE),
|
D | fcntlcmds.in | 90 F_SETLEASE (1024 + 0)
|
/external/kernel-headers/original/uapi/linux/ |
D | fcntl.h | 8 #define F_SETLEASE (F_LINUX_SPECIFIC_BASE + 0) macro
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 518 #ifdef F_SETLEASE in all_ins() 519 if (ins(d, "F_SETLEASE", (long)F_SETLEASE)) return -1; in all_ins()
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 563 #ifdef F_SETLEASE in all_ins() 564 if (PyModule_AddIntMacro(m, F_SETLEASE)) return -1; in all_ins()
|
/external/strace/ |
D | fcntl.c | 127 case F_SETLEASE: in print_fcntl()
|
D | ChangeLog-CVS | 90 * desc.c: Add F_SETLEASE, F_GETLEASE, F_NOTIFY,
|
D | ChangeLog | 29328 * fcntl.c (print_fcntl): Print 3rd argument of F_NOTIFY, F_SETLEASE, and 35254 F_DUPFD_CLOEXEC, F_NOTIFY, F_SETLEASE, and F_GETLEASE macros.
|
/external/strace/tests-mx32/ |
D | fcntl-common.c | 348 { 1, ARG_STR(F_SETLEASE), ARG_STR(F_RDLCK) }, in test_fcntl_others()
|
/external/strace/tests/ |
D | fcntl-common.c | 348 { 1, ARG_STR(F_SETLEASE), ARG_STR(F_RDLCK) }, in test_fcntl_others()
|
/external/strace/tests-m32/ |
D | fcntl-common.c | 348 { 1, ARG_STR(F_SETLEASE), ARG_STR(F_RDLCK) }, in test_fcntl_others()
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 462 pub const F_SETLEASE: ::c_int = 1024; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1411 pub const F_SETLEASE: ::c_int = 1024; constant
|