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

/freebsd-10.0-release/lib/libc/rpc/
H A Dclnt_dg.c78 static bool_t time_not_ok(struct timeval *);
689 if (time_not_ok((struct timeval *)info)) {
703 if (time_not_ok((struct timeval *)info)) {
853 time_not_ok(t) function
H A Dclnt_vc.c100 static bool_t time_not_ok(struct timeval *);
353 if (time_not_ok(&timeout) == FALSE)
567 if (time_not_ok((struct timeval *)info)) {
807 * Note this is different from time_not_ok in clnt_dg.c
810 time_not_ok(t) function
/freebsd-10.0-release/sys/rpc/
H A Dclnt_dg.c75 static bool_t time_not_ok(struct timeval *);
844 if (time_not_ok((struct timeval *)info)) {
854 if (time_not_ok((struct timeval *)info)) {
1044 time_not_ok(struct timeval *t) function
H A Dclnt_vc.c96 static bool_t time_not_ok(struct timeval *);
630 if (time_not_ok((struct timeval *)info)) {
833 * Note this is different from time_not_ok in clnt_dg.c
836 time_not_ok(struct timeval *t) function

Completed in 96 milliseconds