Searched refs:sioc (Results 1 – 1 of 1) sorted by relevance
967 struct strioctl sioc; in strioctl() local970 sioc.ic_cmd = cmd; in strioctl()971 sioc.ic_timout = timout; in strioctl()972 sioc.ic_len = len; in strioctl()973 sioc.ic_dp = dp; in strioctl()974 rc = ioctl(fd, I_STR, &sioc); in strioctl()979 return (sioc.ic_len); in strioctl()