Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.h55 const char *monosec_to_string(monosec_t);
56 time_t monosec_to_time(monosec_t);
57 monosec_t hrtime_to_monosec(hrtime_t);
72 monosec_t monosec(void);
H A Dstates.h235 monosec_t dsm_newstart_monosec;
236 monosec_t dsm_curstart_monosec;
H A Dcommon.h61 typedef int64_t monosec_t; /* see README for details */ typedef
H A Dutil.c137 monosec_to_string(monosec_t monosec) in monosec_to_string()
155 monosec_t
169 monosec_to_time(monosec_t abs_monosec) in monosec_to_time()
181 monosec_t
H A Drenew.c527 monosec_t t2; in stop_extending()
H A DREADME345 uint32_t's, time_t's, hrtime_t's, and monosec_t's. Each of these
386 `monosec_t' was created to represent a monotonically increasing time
393 One additional limitation of the `hrtime_t' and `monosec_t' types is
H A Dpacket.c1504 monosec_t mono; in next_retransmission()