Home
last modified time | relevance | path

Searched defs:clockinfo (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dntp.h415 struct clockinfo { struct
416 ulong_t net_address;
417 ulong_t my_address;
418 ushort_t port;
419 ushort_t flags;
420 ulong_t pkt_sent;
421 ulong_t pkt_rcvd;
422 ulong_t pkt_dropped;
423 ulong_t timer;
424 uchar_t leap;
[all …]
/illumos-gate/usr/src/boot/sys/sys/
H A Dtime.h329 struct clockinfo { struct
330 int hz; /* clock frequency */
331 int tick; /* micro-seconds per hz tick */
332 int spare;
333 int stathz; /* statistics clock frequency */
334 int profhz; /* profiling clock frequency */