Searched refs:F_GETLEASE (Results 1 – 17 of 17) sorted by relevance
/external/strace/xlat/ |
D | fcntlcmds.h | 331 #if defined(F_GETLEASE) || (defined(HAVE_DECL_F_GETLEASE) && HAVE_DECL_F_GETLEASE) 333 static_assert((F_GETLEASE) == ((1024 + 1)), "F_GETLEASE != (1024 + 1)"); 336 # define F_GETLEASE (1024 + 1) 488 XLAT(F_GETLEASE),
|
D | fcntlcmds.in | 91 F_GETLEASE (1024 + 1)
|
/external/kernel-headers/original/uapi/linux/ |
D | fcntl.h | 9 #define F_GETLEASE (F_LINUX_SPECIFIC_BASE + 1) macro
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl23.c | 145 TEST(fcntl(fd, F_GETLEASE)); in main()
|
D | fcntl26.c | 156 TEST(fcntl(fd, F_GETLEASE)); in main()
|
D | fcntl24.c | 155 TEST(fcntl(fd, F_GETLEASE)); in main()
|
D | fcntl25.c | 156 TEST(fcntl(fd, F_GETLEASE)); in main()
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 521 #ifdef F_GETLEASE in all_ins() 522 if (ins(d, "F_GETLEASE", (long)F_GETLEASE)) return -1; in all_ins()
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 566 #ifdef F_GETLEASE in all_ins() 567 if (PyModule_AddIntMacro(m, F_GETLEASE)) return -1; in all_ins()
|
/external/strace/ |
D | fcntl.c | 171 case F_GETLEASE: in print_fcntl()
|
D | ChangeLog-CVS | 90 * desc.c: Add F_SETLEASE, F_GETLEASE, F_NOTIFY,
|
D | ChangeLog | 35254 F_DUPFD_CLOEXEC, F_NOTIFY, F_SETLEASE, and F_GETLEASE macros.
|
/external/strace/tests-mx32/ |
D | fcntl-common.c | 363 { 1, ARG_STR(F_GETLEASE), .print_flags = print_flags_getlease }, in test_fcntl_others()
|
/external/strace/tests/ |
D | fcntl-common.c | 363 { 1, ARG_STR(F_GETLEASE), .print_flags = print_flags_getlease }, in test_fcntl_others()
|
/external/strace/tests-m32/ |
D | fcntl-common.c | 363 { 1, ARG_STR(F_GETLEASE), .print_flags = print_flags_getlease }, in test_fcntl_others()
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 463 pub const F_GETLEASE: ::c_int = 1025; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1412 pub const F_GETLEASE: ::c_int = 1025; constant
|