Searched refs:strmsgsz (Results 1 – 6 of 6) sorted by relevance
110 ssize_t strmsgsz, strctlsz; variable455 MEMSEEK(pstrmsgsz); MEMREAD(strmsgsz); in main()457 "(STRMSGSZ)\n", strmsgsz); in main()
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()[all …]
426 ssize_t strmsgsz = 0x10000; /* maximum size of user-generated M_DATA */ variable
1264 extern ssize_t strmsgsz; /* maximum stream message size */
3357 if (strmsgsz != 0) { in strqset()3359 val = strmsgsz; in strqset()3364 val = MIN(strmsgsz, val); in strqset()
967 tl_tidusz = strmsgsz != 0 ? (t_scalar_t)strmsgsz : TL_TIDUSZ; in tl_attach()