Searched refs:rectime (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/usr.bin/vmstat/
H A Dvmstat.c915 unsigned int pgintime, rectime; local
917 kread(X_REC, &rectime, sizeof(rectime));
921 sum.v_pgrec, rectime);
922 (void)printf("average: %u usec / reclaim\n", rectime / sum.v_pgrec);
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Drefclock_parse.c3748 l_fp off, rectime, reftime; local
3984 rectime = parsetime->parse_stime.fp;
3987 L_SUB(&off, &rectime); /* prepare for PPS adjustments logic */
3994 prettydate(&rectime),
4102 prettydate(&rectime),
4107 rectime = reftime;
4108 L_SUB(&rectime, &off); /* just to keep the ntp interface happy */
4115 prettydate(&rectime));
4183 printf("PARSE receiver #%d: refclock_process_offset(reftime=%s, rectime=%s, Fudge=%f)\n",
4186 prettydate(&rectime),
[all...]

Completed in 192 milliseconds