Home
last modified time | relevance | path

Searched refs:testlock (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/lockf/tests/
H A Dlockf_test.sh87 atf_check -s exit:9 lockf testlock sh -c 'exit 9'
220 lockf -kp testlock sleep 30 &
223 waitlock testlock
225 atf_check -o file:testlock pgrep -F testlock
239 atf_check -o file:testlock pgrep -F testlock
241 lockf -kpT testlock sleep 30 &
244 waitlock testlock
246 atf_check -o file:testlock pgrep -F testlock
260 atf_check -o empty -e not-empty -s not-exit:0 pgrep -F testlock
294 atf_check test -s testlock
[all …]
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.h5 struct nlm4_holder * testlock(struct nlm4_lock *lock, bool_t exclusive,
H A Dlock_proc.c436 holder = testlock(&arg4, arg->exclusive, 0); in nlm_test_1_svc()
474 holder = testlock(&arg4, arg->exclusive, 0); in nlm_test_msg_1_svc()
901 holder = testlock(&arg->alock, arg->exclusive, LOCK_V4); in nlm4_test_4_svc()
935 holder = testlock(&arg->alock, arg->exclusive, LOCK_V4); in nlm4_test_msg_4_svc()
H A Dlockd_lock.c1871 testlock(struct nlm4_lock *lock, bool_t exclusive, int flags __unused) in testlock() function
/freebsd/contrib/unbound/doc/
H A DChangelog4628 - Fix testlock code to set noreturn on error routine.