Searched refs:testlock (Results 1 – 4 of 4) sorted by relevance
/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 | 4096 - Fix testlock code to set noreturn on error routine.
|