Searched refs:usrtb_fail (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/libc-pwcache/
H A Dpwcache.c144 static int usrtb_fail; /* usrtb_start() failed ? */ variable
224 if (usrtb_fail)
227 ++usrtb_fail;
548 FLUSHTB(usrtb, UNM_SZ, usrtb_fail);
608 printf("i: %d, pwopn %d usrtb_fail %d usrtb %p\n",
609 i, pwopn, usrtb_fail, usrtb);
616 printf("pass 1 finish: pwopn %d usrtb_fail %d usrtb %p\n",
617 pwopn, usrtb_fail, usrtb);
623 printf("pwopn %d usrtb_fail %d usrtb %p\n", pwopn, usrtb_fail, usrt
[all...]

Completed in 25 milliseconds