Searched refs:tv_sec (Results 1 – 17 of 17) sorted by relevance
71 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()
166 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()
103 milliseconds = (timeout->tv_sec * 1000) + (timeout->tv_usec / 1000); in rtime()141 timep->tv_sec = thetime - TOFFSET; in rtime()
99 timeout.tv_sec = 5; in callrpc()109 tottimeout.tv_sec = 25; in callrpc()
44 __srand48_r (now.tv_sec ^ now.tv_nsec ^ pid, in _create_xid()
62 minutetimeout.tv_sec = 60; in pmap_getmaps()
294 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()
199 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()
153 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()
246 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()
246 (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()
127 aup.aup_time = now.tv_sec; in authunix_create()302 aup.aup_time = now.tv_sec; in authunix_refresh()
225 (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()
476 wait_time.tv_sec = TOTAL_TIMEOUT/TOTAL_TRIES; in __libc_lock_define_initialized()505 wait_time.tv_sec = TOTAL_TIMEOUT; in key_call_socket()
550 struct timespec ts = { .tv_sec = 0, .tv_nsec = 50000000 }; in libc_hidden_nolink_sunrpc()
162 cu->cu_total.tv_sec = -1; in __libc_clntudp_bufcreate()
53 uint32_t tv_sec; /* Seconds. */ member
Completed in 30 milliseconds