Home
last modified time | relevance | path

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

/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 DChangelog3682 - Fix testlock code to set noreturn on error routine.