Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_parse.c1904 struct strioctl strioc; in stream_setcs() local
1906 strioc.ic_cmd = PARSEIOC_SETCS; in stream_setcs()
1907 strioc.ic_timout = 0; in stream_setcs()
1908 strioc.ic_dp = (char *)tcl; in stream_setcs()
1909 strioc.ic_len = sizeof (*tcl); in stream_setcs()
1911 if (ioctl(parse->generic->io.fd, I_STR, (caddr_t)&strioc) == -1) in stream_setcs()
1927 struct strioctl strioc; in stream_enable() local
1929 strioc.ic_cmd = PARSEIOC_ENABLE; in stream_enable()
1930 strioc.ic_timout = 0; in stream_enable()
1931 strioc.ic_dp = (char *)0; in stream_enable()
[all …]