Searched refs:CLK_SETSTR (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/ntp/kernel/sys/
H A Dclkdefs.h22 * ioctl(fd, CLK_SETSTR, (char*)c );
34 #define CLK_SETSTR _IOW('K', 01, struct clk_tstamp_charset) macro
36 #define CLK_SETSTR _IOW(K, 01, struct clk_tstamp_charset) macro
/freebsd-10.0-release/contrib/ntp/kernel/
H A Dtty_clk_STREAMS.c171 if (iocp->ioc_cmd==CLK_SETSTR)
/freebsd-10.0-release/contrib/ntp/clockstuff/
H A Dclktest.c146 if (ioctl(fd, CLK_SETSTR, magic) < 0) {
147 (void) fprintf(stderr, "%s: ioctl(CLK_SETSTR): ", progname);
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_leitch.c331 if (ioctl(fd232, CLK_SETSTR, "\n") < 0)
333 "leitch_start: ioctl(%s, CLK_SETSTR): %m", leitchdev);
H A Dntp_refclock.c1031 #ifdef CLK_SETSTR
1041 if (ioctl(fd, CLK_SETSTR, str) < 0) {
1043 "refclock_ioctl fd %d CLK_SETSTR: %m", fd);
1046 #endif /*CLK_SETSTR */

Completed in 182 milliseconds