Home
last modified time | relevance | path

Searched refs:strioc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c1902 struct strioctl strioc; in stream_setcs() local
1904 strioc.ic_cmd = PARSEIOC_SETCS; in stream_setcs()
1905 strioc.ic_timout = 0; in stream_setcs()
1906 strioc.ic_dp = (char *)tcl; in stream_setcs()
1907 strioc.ic_len = sizeof (*tcl); in stream_setcs()
1909 if (ioctl(parse->generic->io.fd, I_STR, (caddr_t)&strioc) == -1) in stream_setcs()
1925 struct strioctl strioc; in stream_enable() local
1927 strioc.ic_cmd = PARSEIOC_ENABLE; in stream_enable()
1928 strioc.ic_timout = 0; in stream_enable()
1929 strioc.ic_dp = (char *)0; in stream_enable()
[all …]