Searched defs:clockinfo (Results 1 – 2 of 2) sorted by relevance
415 struct clockinfo { struct416 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 …]
329 struct clockinfo { struct330 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 */