Home
last modified time | relevance | path

Searched refs:F_ULOCK (Results 1 – 6 of 6) sorted by last modified time

/dragonfly/usr.sbin/cron/lib/
H A Dcompat.c199 i = lockf (fd, F_ULOCK, 0); in flock()
/dragonfly/test/stress/stress2/testcases/lockf/
H A Dlockf.c56 if (lockf(fd, F_ULOCK, 0) == -1) in get()
75 if (lockf(fd, F_ULOCK, 0) == -1) in incr()
/dragonfly/test/stress/stress2/testcases/lockf2/
H A Dlockf2.c94 if (lockf(fd, F_ULOCK, size) == -1) in test()
/dragonfly/lib/libc/gen/
H A Dutmpx.c328 if (lockf(fileno(fp), F_ULOCK, (off_t)0) == -1) in pututxline()
H A Dlockf.c59 case F_ULOCK: in lockf()
/dragonfly/include/
H A Dunistd.h93 #define F_ULOCK 0 /* unlock locked section */ macro