HomeSort by: relevance | last modified time | path
    Searched defs:time_not_ok (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/rpc/
clnt_dg.c 79 static bool_t time_not_ok(struct timeval *);
592 if (time_not_ok((struct timeval *)(void *)info)) {
606 if (time_not_ok((struct timeval *)(void *)info)) {
757 time_not_ok(struct timeval *t) function in typeref:typename:bool_t
clnt_vc.c 99 static bool_t time_not_ok(struct timeval *);
381 if (time_not_ok(&timeout) == FALSE)
578 if (time_not_ok((struct timeval *)(void *)info)) {
784 * Note this is different from time_not_ok in clnt_dg.c
787 time_not_ok(struct timeval *t) function in typeref:typename:bool_t

Completed in 13 milliseconds