Home
last modified time | relevance | path

Searched refs:teststatus (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/apr-util/test/
HDMakefile.in60 teststatus=0; \
70 teststatus=$$status; \
80 teststatus=$$status; \
85 if test $$teststatus != 0; then \
88 exit $$teststatus
/NextBSD/usr.sbin/rpc.lockd/
HDlockd_lock.c1671 enum nfslock_status teststatus; in test_partialfilelock() local
1677 teststatus = test_nfslock(fl, conflicting_fl); in test_partialfilelock()
1678 debuglog("test_partialfilelock: teststatus %d\n",teststatus); in test_partialfilelock()
1680 if (teststatus == NFS_GRANTED || teststatus == NFS_GRANTED_DUPLICATE) { in test_partialfilelock()
1682 retval = (teststatus == NFS_GRANTED) ? in test_partialfilelock()