Searched refs:F_ULOCK (Results 1 – 12 of 12) sorted by relevance
/freebsd/tools/test/stress2/testcases/lockf/ |
H A D | lockf.c | 68 if (lockf(fd, F_ULOCK, 0) == -1) in get() 91 if (lockf(fd, F_ULOCK, 0) == -1) in incr()
|
/freebsd/tools/test/stress2/misc/ |
H A D | fts2.sh | 97 if (lockf(fd, F_ULOCK, 0) == -1) 116 if (lockf(fd, F_ULOCK, 0) == -1)
|
H A D | lockf4.sh | 109 if (lockf(fd, F_ULOCK, sizeof(v)) == -1)
|
H A D | nfs15.sh | 136 if (lockf(fd, F_ULOCK, 0) == -1)
|
H A D | nfs16.sh | 120 if (lockf(fd, F_ULOCK, 0) == -1)
|
H A D | nfs15lockd3.sh | 170 if (lockf(fd, F_ULOCK, 0) == -1)
|
H A D | nfs15lockd.sh | 164 if (lockf(fd, F_ULOCK, 0) == -1)
|
H A D | cluster.sh | 113 if (lockf(fd, F_ULOCK, ln) == -1)
|
/freebsd/lib/libc/sys/ |
H A D | lockf.c | 51 case F_ULOCK: in lockf()
|
/freebsd/tools/test/stress2/testcases/lockf2/ |
H A D | lockf2.c | 123 if (lockf(fd, F_ULOCK, size) == -1) in test()
|
/freebsd/include/ |
H A D | unistd.h | 84 #define F_ULOCK 0 /* unlock locked section */ macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 151 # define F_ULOCK 0 /* Unlock a previously locked region. */ macro
|