Home
last modified time | relevance | path

Searched refs:now (Results 1 – 4 of 4) sorted by relevance

/sunrpc/
A Dcreate_xid.c41 struct timespec now; in _create_xid() local
43 __clock_gettime (CLOCK_REALTIME, &now); in _create_xid()
44 __srand48_r (now.tv_sec ^ now.tv_nsec ^ pid, in _create_xid()
A Dauth_unix.c100 struct timespec now; in authunix_create() local
126 __clock_gettime (CLOCK_REALTIME, &now); in authunix_create()
127 aup.aup_time = now.tv_sec; in authunix_create()
280 struct timespec now; in authunix_refresh() local
301 __clock_gettime (CLOCK_REALTIME, &now); in authunix_refresh()
302 aup.aup_time = now.tv_sec; in authunix_refresh()
A Dauth_des.c250 struct timespec now; in authdes_marshal() local
256 __clock_gettime (CLOCK_REALTIME, &now); in authdes_marshal()
257 ad->ad_timestamp.tv_sec = now.tv_sec + ad->ad_timediff.tv_sec; in authdes_marshal()
258 ad->ad_timestamp.tv_usec = (now.tv_nsec / 1000) + ad->ad_timediff.tv_usec; in authdes_marshal()
A Dsvcauth_des.c299 struct timespec now; in _svcauth_des() local
300 __clock_gettime (CLOCK_REALTIME, &now); in _svcauth_des()
301 TIMESPEC_TO_TIMEVAL (&current, &now); in _svcauth_des()

Completed in 9 milliseconds