Searched refs:now (Results 1 – 4 of 4) sorted by relevance
41 struct timespec now; in _create_xid() local43 __clock_gettime (CLOCK_REALTIME, &now); in _create_xid()44 __srand48_r (now.tv_sec ^ now.tv_nsec ^ pid, in _create_xid()
100 struct timespec now; in authunix_create() local126 __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() local301 __clock_gettime (CLOCK_REALTIME, &now); in authunix_refresh()302 aup.aup_time = now.tv_sec; in authunix_refresh()
250 struct timespec now; in authdes_marshal() local256 __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()
299 struct timespec now; in _svcauth_des() local300 __clock_gettime (CLOCK_REALTIME, &now); in _svcauth_des()301 TIMESPEC_TO_TIMEVAL (¤t, &now); in _svcauth_des()
Completed in 9 milliseconds