Searched refs:testlock (Results 1 – 5 of 5) sorted by relevance
| /freebsd/usr.bin/lockf/tests/ |
| H A D | lockf_test.sh | 87 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 D | lockd_lock.h | 5 struct nlm4_holder * testlock(struct nlm4_lock *lock, bool_t exclusive,
|
| H A D | lock_proc.c | 436 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 D | lockd_lock.c | 1871 testlock(struct nlm4_lock *lock, bool_t exclusive, int flags __unused) in testlock() function
|
| /freebsd/contrib/unbound/doc/ |
| H A D | Changelog | 4628 - Fix testlock code to set noreturn on error routine.
|