Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_update_thread.c105 timespec_t abs_time; in umem_update_thread() local
106 abs_time.tv_sec = umem_update_next.tv_sec; in umem_update_thread()
107 abs_time.tv_nsec = umem_update_next.tv_usec * 1000; in umem_update_thread()
112 &umem_update_lock, &abs_time); in umem_update_thread()
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.c52 static const char *time_to_string(time_t abs_time);
210 time_to_string(time_t abs_time) in time_to_string() argument
213 time_t tm = abs_time; in time_to_string()