Searched refs:F_ULOCK (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/lib/libc/sys/
H A Dlockf.c51 case F_ULOCK:
/freebsd-current/tools/test/stress2/testcases/lockf/
H A Dlockf.c68 if (lockf(fd, F_ULOCK, 0) == -1)
69 err(1, "lockf(%s, F_ULOCK)", file);
91 if (lockf(fd, F_ULOCK, 0) == -1)
92 err(1, "lockf(%s, F_ULOCK)", file);
/freebsd-current/tools/test/stress2/testcases/lockf2/
H A Dlockf2.c123 if (lockf(fd, F_ULOCK, size) == -1)
124 err(1, "lockf(%s, F_ULOCK)", file);
/freebsd-current/tools/test/stress2/misc/
H A Dfts2.sh97 if (lockf(fd, F_ULOCK, 0) == -1)
98 err(1, "lockf(%s, F_ULOCK)", file);
116 if (lockf(fd, F_ULOCK, 0) == -1)
117 err(1, "lockf(%s, F_ULOCK)", file);
H A Dnfs15.sh136 if (lockf(fd, F_ULOCK, 0) == -1)
137 err(1, "lockf(%s, F_ULOCK)", file);
H A Dnfs16.sh120 if (lockf(fd, F_ULOCK, 0) == -1)
121 err(1, "lockf(%s, F_ULOCK)", file);
H A Dlockf4.sh109 if (lockf(fd, F_ULOCK, sizeof(v)) == -1)
110 err(1, "lockf(%s, F_ULOCK)", file);
H A Dcluster.sh113 if (lockf(fd, F_ULOCK, ln) == -1)
114 err(1, "lockf(%s, F_ULOCK)", file);
H A Dnfs15lockd.sh164 if (lockf(fd, F_ULOCK, 0) == -1)
165 err(1, "lockf(%s, F_ULOCK)", file);
H A Dnfs15lockd3.sh170 if (lockf(fd, F_ULOCK, 0) == -1)
171 err(1, "lockf(%s, F_ULOCK)", file);
/freebsd-current/include/
H A Dunistd.h84 #define F_ULOCK 0 /* unlock locked section */ macro
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp151 # define F_ULOCK 0 /* Unlock a previously locked region. */ macro

Completed in 200 milliseconds