Lines Matching refs:ic_len
3026 striocp->ic_len = strioc32.ic_len; in strcopyin_strioctl()
3056 strioc32.ic_len = striocp->ic_len; in strcopyout_strioctl()
3347 strioc.ic_len = sizeof (int); in strioctl()
3356 strioc.ic_len = sizeof (struct termio); in strioctl()
3364 strioc.ic_len = sizeof (struct termios); in strioctl()
3370 strioc.ic_len = sizeof (struct termcb); in strioctl()
3376 strioc.ic_len = sizeof (struct sgttyb); in strioctl()
3397 strioc.ic_len = sizeof (char); in strioctl()
3403 strioc.ic_len = sizeof (struct winsize); in strioctl()
3409 strioc.ic_len = sizeof (struct ttysize); in strioctl()
3425 strioc.ic_len = sizeof (int); in strioctl()
3432 strioc.ic_len = sizeof (struct kiockey); in strioctl()
3439 strioc.ic_len = sizeof (struct kiockeymap); in strioctl()
3446 strioc.ic_len = sizeof (char); in strioctl()
3452 strioc.ic_len = sizeof (Ms_parms); in strioctl()
3459 strioc.ic_len = sizeof (struct vuid_addr_probe); in strioctl()
3492 strioc.ic_len = 0; in strioctl()
3504 strioc.ic_len = TRANSPARENT; in strioctl()
3525 if ((strioc.ic_len < 0) || (strioc.ic_timout < -1)) in strioctl()
4443 strioc.ic_len = 0; in strioctl()
4477 strioc.ic_len = 0; in strioctl()
5893 if (strioc->ic_len == TRANSPARENT) { /* send arg in M_DATA block */ in strdoioctl()
5895 strioc->ic_len = sizeof (intptr_t); in strdoioctl()
5898 if (strioc->ic_len < 0 || (strmsgsz > 0 && strioc->ic_len > strmsgsz)) in strdoioctl()
5908 iocbp->ioc_count = strioc->ic_len; in strdoioctl()
6218 strioc->ic_len = len; in strdoioctl()
6220 strioc->ic_len = (int)iocbp->ioc_count; in strdoioctl()