Searched refs:etf (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/ntp/scripts/stats/
H A Detf.S3 etf <- scan(file1, list(day=0, sec=0, offset=0, stab=0)) label
4 r <- lsfit(etf$sec, etf$offset)
5 count<-length(etf$sec)
15 plot(etf$sec, etf$offset, type="l", xlab=paste("MJD", etf$day, "Time (s)"), ylab="External Offset (ns)", ylim=c(-400, 400))
/freebsd-13-stable/sys/modules/netgraph/
H A DMakefile20 etf \
/freebsd-13-stable/sys/netgraph/
H A Dng_etf.c58 static MALLOC_DEFINE(M_NETGRAPH_ETF, "netgraph_etf", "netgraph etf node ");
65 * etf node. These methods define the netgraph 'type'.
128 NETGRAPH_INIT(etf, &typestruct);

Completed in 64 milliseconds