Searched refs:strioc (Results 1 – 1 of 1) sorted by relevance
1904 struct strioctl strioc; in stream_setcs() local1906 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() local1929 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 …]