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

  /src/lib/libc/rpc/
clnt_vc.c 106 struct timeval ct_wait; member in struct:ct_data
282 ct->ct_wait.tv_usec = 0;
382 ct->ct_wait = timeout;
582 ct->ct_wait = *(struct timeval *)infop;
586 *(struct timeval *)infop = ct->ct_wait;
703 TIMEVAL_TO_TIMESPEC(&ct->ct_wait, &ts);
clnt_vc.c 106 struct timeval ct_wait; member in struct:ct_data
282 ct->ct_wait.tv_usec = 0;
382 ct->ct_wait = timeout;
582 ct->ct_wait = *(struct timeval *)infop;
586 *(struct timeval *)infop = ct->ct_wait;
703 TIMEVAL_TO_TIMESPEC(&ct->ct_wait, &ts);

Completed in 80 milliseconds