Lines Matching refs:strmsgsz
576 if (strmsgsz != 0) { in stropen()
578 rmax = strmsgsz; in stropen()
580 rmax = MIN(strmsgsz, rmax); in stropen()
3836 if (strmsgsz != 0) { in strioctl()
3838 rmax = strmsgsz; in strioctl()
3842 else rmax = MIN(strmsgsz, rmax); in strioctl()
3917 if (strmsgsz != 0) { in strioctl()
3919 rmax = strmsgsz; in strioctl()
3923 else rmax = MIN(strmsgsz, rmax); in strioctl()
4138 if (strmsgsz != 0) { in strioctl()
4140 rmax = strmsgsz; in strioctl()
4142 rmax = MIN(strmsgsz, rmax); in strioctl()
4271 if (strmsgsz != 0) { in strioctl()
4273 rmax = strmsgsz; in strioctl()
4277 else rmax = MIN(strmsgsz, rmax); in strioctl()
5898 if (strioc->ic_len < 0 || (strmsgsz > 0 && strioc->ic_len > strmsgsz)) in strdoioctl()