Home
last modified time | relevance | path

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

/titanic_50/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_50/usr/src/uts/common/os/
H A Dstreamio.c576 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()
[all …]
/titanic_50/usr/src/uts/common/conf/
H A Dparam.c426 ssize_t strmsgsz = 0x10000; /* maximum size of user-generated M_DATA */ variable
/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h1264 extern ssize_t strmsgsz; /* maximum stream message size */
/titanic_50/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()