Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/ntpd/
HDrefclock_parse.c1901 struct strioctl strioc; in stream_setcs() local
1903 strioc.ic_cmd = PARSEIOC_SETCS; in stream_setcs()
1904 strioc.ic_timout = 0; in stream_setcs()
1905 strioc.ic_dp = (char *)tcl; in stream_setcs()
1906 strioc.ic_len = sizeof (*tcl); in stream_setcs()
1908 if (ioctl(parse->generic->io.fd, I_STR, (caddr_t)&strioc) == -1) in stream_setcs()
1924 struct strioctl strioc; in stream_enable() local
1926 strioc.ic_cmd = PARSEIOC_ENABLE; in stream_enable()
1927 strioc.ic_timout = 0; in stream_enable()
1928 strioc.ic_dp = (char *)0; in stream_enable()
[all …]