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()
575 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 …]
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()