Home
last modified time | relevance | path

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

/freebsd-head/usr.sbin/rpc.lockd/
HDlockd_lock.h5 struct nlm4_holder * testlock(struct nlm4_lock *lock, bool_t exclusive,
HDlock_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()
HDlockd_lock.c1871 testlock(struct nlm4_lock *lock, bool_t exclusive, int flags __unused) in testlock() function
/freebsd-head/contrib/unbound/doc/
HDChangelog4361 - Fix testlock code to set noreturn on error routine.