Searched defs:time_not_ok (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c71 static bool_t time_not_ok(struct timeval *);
743 if (time_not_ok((struct timeval *)info)) {
760 if (time_not_ok((struct timeval *)info)) {
905 time_not_ok(struct timeval *t) function
H A Dclnt_vc.c93 static bool_t time_not_ok(struct timeval *);
673 if (time_not_ok(&timeout) == FALSE)
947 if (time_not_ok((struct timeval *)info)) {
1452 * Note this is different from time_not_ok in clnt_dg.c
1455 time_not_ok(struct timeval *t) function

Completed in 524 milliseconds