Home
last modified time | relevance | path

Searched refs:strctlsz (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/conf/
H A Dparam.c425 ssize_t strctlsz = 1024; /* maximum size of user-generated M_PROTO */ variable
717 strctlsz < (ngroups_max - NGROUPS_OLDMAX) * sizeof (gid_t) + 1024) { in param_check()
718 strctlsz = (ngroups_max - NGROUPS_OLDMAX) * sizeof (gid_t) + in param_check()
/titanic_41/usr/src/cmd/sysdef/
H A Dsysdef.c110 ssize_t strmsgsz, strctlsz; variable
460 MEMSEEK(pstrctlsz); MEMREAD(strctlsz); in main()
462 "(STRCTLSZ)\n", strctlsz); in main()
/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h1265 extern ssize_t strctlsz; /* maximum size of ctl message */
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c5215 (STRUCT_FGET(strfdinsert, ctlbuf.len) > strctlsz)) { in strioctl()
7817 (mctl->len > strctlsz)) { in strputmsg()