Home
last modified time | relevance | path

Searched refs:F_SETLEASE (Results 1 – 17 of 17) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl23.c132 #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()
Dfcntl24.c138 #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()
Dfcntl26.c139 #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()
Dfcntl25.c139 #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()
Dfcntl33.c105 TEST(fcntl(fd, F_SETLEASE, test_cases[i].lease_type)); in do_test()
133 TEST(fcntl(fd, F_SETLEASE, F_RDLCK)); in do_test()
149 TEST(fcntl(fd, F_SETLEASE, F_UNLCK)); in do_test()
Dfcntl28.c126 #ifdef F_SETLEASE in main()
130 TEST(fcntl(fd, F_SETLEASE, F_RDLCK)); in main()
Dfcntl27.c129 #ifdef F_SETLEASE in main()
133 TEST(fcntl(fd, F_SETLEASE, F_RDLCK)); in main()
Dfcntl32.c104 TEST(fcntl(fd1, F_SETLEASE, F_WRLCK)); in verify_fcntl()
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h127 #define F_SETLEASE 1024 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h124 #define F_SETLEASE 1024 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h124 #define F_SETLEASE 1024 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h125 #define F_SETLEASE 1024 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h124 #define F_SETLEASE 1024 macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h124 #define F_SETLEASE 1024 macro
/third_party/musl/ndk_musl_include/
Dfcntl.h124 #define F_SETLEASE 1024 macro
/third_party/musl/include/
Dfcntl.h124 #define F_SETLEASE 1024 macro
/third_party/python/Modules/
Dfcntlmodule.c551 #ifdef F_SETLEASE in all_ins()
552 if (PyModule_AddIntMacro(m, F_SETLEASE)) return -1; in all_ins()