Home
last modified time | relevance | path

Searched refs:tv_sec (Results 1 – 17 of 17) sorted by relevance

/sunrpc/
A Dclnt_gen.c71 tv.tv_sec = 25; in clnt_create()
103 tv.tv_sec = 5; in clnt_create()
114 tv.tv_sec = 25; in clnt_create()
128 tv.tv_sec = 25; in clnt_create()
A Dauth_des.c166 ad->ad_timediff.tv_sec = ad->ad_timediff.tv_usec = 0; in libc_hidden_def()
257 ad->ad_timestamp.tv_sec = now.tv_sec + ad->ad_timediff.tv_sec; in authdes_marshal()
262 ad->ad_timestamp.tv_sec += 1; in authdes_marshal()
271 IXDR_PUT_INT32 (ixdr, ad->ad_timestamp.tv_sec); in authdes_marshal()
375 verf.adv_timestamp.tv_sec = IXDR_GET_U_INT32 (ixdr) + 1; in authdes_validate()
411 ad->ad_timediff.tv_sec = ad->ad_timediff.tv_usec = 0; in authdes_refresh()
453 timeout.tv_sec = RTIME_TIMEOUT; in synchronize()
459 timep->tv_sec -= mytime.tv_sec; in synchronize()
463 timep->tv_sec -= 1; in synchronize()
A Drtime.c103 milliseconds = (timeout->tv_sec * 1000) + (timeout->tv_usec / 1000); in rtime()
141 timep->tv_sec = thetime - TOFFSET; in rtime()
A Dclnt_simp.c99 timeout.tv_sec = 5; in callrpc()
109 tottimeout.tv_sec = 25; in callrpc()
A Dcreate_xid.c44 __srand48_r (now.tv_sec ^ now.tv_nsec ^ pid, in _create_xid()
A Dpm_getmaps.c62 minutetimeout.tv_sec = 60; in pmap_getmaps()
A Dpmap_rmt.c294 for (t.tv_sec = 4; t.tv_sec <= 14; t.tv_sec += 2) in clnt_broadcast()
317 milliseconds = t.tv_sec * 1000 + t.tv_usec / 1000; in clnt_broadcast()
A Dtst-udp-timeout.c199 proc, (unsigned long) timeout.tv_sec, in test_call()
246 return ts.tv_sec + ts.tv_nsec * 1e-9; in get_ticks()
251 return tv.tv_sec + tv.tv_usec * 1e-6; in get_ticks()
A Dtst-udp-nonblocking.c153 return ts.tv_sec + ts.tv_nsec * 1e-9; in get_ticks()
158 return tv.tv_sec + tv.tv_usec * 1e-6; in get_ticks()
A Dsvcauth_des.c246 timestamp.tv_sec = IXDR_GET_INT32 (ixdr); in _svcauth_des()
303 current.tv_sec -= window; /* allow for expiration */ in _svcauth_des()
321 IXDR_PUT_INT32 (ixdr, timestamp.tv_sec - 1); in _svcauth_des()
A Dclnt_tcp.c246 (xdr_results == (xdrproc_t) 0 && ct->ct_wait.tv_sec == 0 in libc_hidden_def()
270 if (ct->ct_wait.tv_sec == 0 && ct->ct_wait.tv_usec == 0) in libc_hidden_def()
471 int milliseconds = (ct->ct_wait.tv_sec * 1000) + in readtcp()
A Dauth_unix.c127 aup.aup_time = now.tv_sec; in authunix_create()
302 aup.aup_time = now.tv_sec; in authunix_refresh()
A Dclnt_unix.c225 (xdr_results == (xdrproc_t) 0 && ct->ct_wait.tv_sec == 0 in libc_hidden_nolink_sunrpc()
249 if (ct->ct_wait.tv_sec == 0 && ct->ct_wait.tv_usec == 0) in libc_hidden_nolink_sunrpc()
539 int milliseconds = ((ct->ct_wait.tv_sec * 1000) in readunix()
A Dkey_call.c476 wait_time.tv_sec = TOTAL_TIMEOUT/TOTAL_TRIES; in __libc_lock_define_initialized()
505 wait_time.tv_sec = TOTAL_TIMEOUT; in key_call_socket()
A Dsvc.c550 struct timespec ts = { .tv_sec = 0, .tv_nsec = 50000000 }; in libc_hidden_nolink_sunrpc()
A Dclnt_udp.c162 cu->cu_total.tv_sec = -1; in __libc_clntudp_bufcreate()
/sunrpc/rpc/
A Dauth_des.h53 uint32_t tv_sec; /* Seconds. */ member

Completed in 30 milliseconds