Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c107 struct timespec tsnow; in evNowTime() local
114 if (clock_gettime(m, &tsnow) == 0) in evNowTime()
115 return (tsnow); in evNowTime()
126 struct timespec tsnow; in evUTCTime() local
127 if (clock_gettime(CLOCK_REALTIME, &tsnow) == 0) in evUTCTime()
128 return (tsnow); in evUTCTime()