/third_party/musl/arch/generic/bits/ |
H A D | fcntl.h | 34 #define F_GETLK 12 macro 38 #define F_GETLK 5 macro
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl18.c | 83 retval = fcntl(fd, F_GETLK, (struct flock *)INVAL_FLAG); in main() 85 tst_resm(TPASS, "Test F_GETLK: for errno EFAULT PASSED"); in main() 87 tst_resm(TFAIL, "Test F_GETLK: for errno EFAULT FAILED"); in main() 106 retval = fcntl(fd, F_GETLK, (struct flock *)INVAL_FLAG); in main() 108 tst_resm(TPASS, "Test F_GETLK: for errno EFAULT PASSED"); in main() 110 tst_resm(TFAIL, "Test F_GETLK: for errno EFAULT FAILED"); in main()
|
H A D | fcntl05.c | 20 * Basic test for fcntl(2) using F_GETLK argument. 39 /* F_GETLK will change flock.l_type to F_UNLCK, so need to reset */ in verify_fcntl() 42 TST_EXP_PASS(fcntl(fd, F_GETLK, &flocks), "fcntl(%d, F_GETLK, &flocks)", fd); in verify_fcntl()
|
H A D | fcntl13.c | 37 {-1, F_GETLK, &flock, "F_GETLK", EBADF}
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | fcntl.h | 33 #define F_GETLK 12 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | fcntl.h | 38 #define F_GETLK 12 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | fcntl.h | 33 #define F_GETLK 12 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | fcntl.h | 33 #define F_GETLK 12 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | fcntl.h | 33 #define F_GETLK 12 macro
|
/third_party/musl/arch/aarch64/bits/ |
H A D | fcntl.h | 27 #define F_GETLK 5 macro
|
/third_party/musl/arch/m68k/bits/ |
H A D | fcntl.h | 33 #define F_GETLK 12 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | fcntl.h | 33 #define F_GETLK 33 macro
|
/third_party/musl/arch/arm/bits/ |
H A D | fcntl.h | 33 #define F_GETLK 12 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | fcntl.h | 33 #define F_GETLK 33 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | fcntl.h | 33 #define F_GETLK 14 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | fcntl.h | 33 #define F_GETLK 12 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | fcntl.h | 28 #define F_GETLK 5 macro
|
/third_party/musl/arch/s390x/bits/ |
H A D | fcntl.h | 28 #define F_GETLK 5 macro
|
/third_party/musl/arch/x32/bits/ |
H A D | fcntl.h | 33 #define F_GETLK 5 macro
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
H A D | lockf.c | 17 if (fcntl(fd, F_GETLK, &l) < 0) in lockf()
|
/third_party/musl/src/misc/ |
H A D | lockf.c | 18 if (fcntl(fd, F_GETLK, &l) < 0) in lockf()
|
/third_party/ltp/testcases/network/nfs/nfslock01/ |
H A D | nfs_flock_func.c | 33 if (fcntl(fd, F_GETLK, &lock) < 0) { in lock_test() 34 perror("F_GETLK"); in lock_test()
|
/third_party/musl/libc-test/src/functional/ |
H A D | fcntl.c | 41 _exit(fcntl(fd, F_GETLK, &fl) || fl.l_pid != getppid()); in main()
|
/third_party/musl/src/fcntl/ |
H A D | fcntl.c | 43 case F_GETLK: in fcntl()
|
/third_party/musl/porting/liteos_a/user/src/fcntl/ |
H A D | fcntl.c | 40 case F_GETLK: in fcntl()
|