Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/opie/
H A Dopietest.c181 int testlock() in testlock() function
255 { testlock, "lock" },
/freebsd-12.1/usr.sbin/rpc.lockd/
H A Dlockd_lock.h6 struct nlm4_holder * testlock(struct nlm4_lock *lock, bool_t exclusive,
H A Dlock_proc.c437 holder = testlock(&arg4, arg->exclusive, 0); in nlm_test_1_svc()
475 holder = testlock(&arg4, arg->exclusive, 0); in nlm_test_msg_1_svc()
902 holder = testlock(&arg->alock, arg->exclusive, LOCK_V4); in nlm4_test_4_svc()
936 holder = testlock(&arg->alock, arg->exclusive, LOCK_V4); in nlm4_test_msg_4_svc()
H A Dlockd_lock.c1897 testlock(struct nlm4_lock *lock, bool_t exclusive, int flags __unused) in testlock() function
/freebsd-12.1/contrib/apr/
H A DCMakeLists.txt225 test/testlock.c
/freebsd-12.1/contrib/unbound/doc/
H A DChangelog1032 - Fix testlock code to set noreturn on error routine.