Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sysdef/
H A Dsysdef.c110 ssize_t strmsgsz, strctlsz; variable
455 MEMSEEK(pstrmsgsz); MEMREAD(strmsgsz); in main()
457 "(STRMSGSZ)\n", strmsgsz); in main()
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c575 if (strmsgsz != 0) { in stropen()
577 rmax = strmsgsz; in stropen()
579 rmax = MIN(strmsgsz, rmax); in stropen()
3835 if (strmsgsz != 0) { in strioctl()
3837 rmax = strmsgsz; in strioctl()
3841 else rmax = MIN(strmsgsz, rmax); in strioctl()
3916 if (strmsgsz != 0) { in strioctl()
3918 rmax = strmsgsz; in strioctl()
3922 else rmax = MIN(strmsgsz, rmax); in strioctl()
4137 if (strmsgsz != 0) { in strioctl()
[all …]
/titanic_41/usr/src/uts/common/conf/
H A Dparam.c426 ssize_t strmsgsz = 0x10000; /* maximum size of user-generated M_DATA */ variable
/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h1264 extern ssize_t strmsgsz; /* maximum stream message size */
/titanic_41/usr/src/uts/common/io/
H A Dstream.c3357 if (strmsgsz != 0) { in strqset()
3359 val = strmsgsz; in strqset()
3364 val = MIN(strmsgsz, val); in strqset()
H A Dtl.c967 tl_tidusz = strmsgsz != 0 ? (t_scalar_t)strmsgsz : TL_TIDUSZ; in tl_attach()