Home
last modified time | relevance | path

Searched refs:msgmax (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/sys/
H A Dmsg.h294 int msgmax, /* max chars in a message */ member
/xnu-11215/bsd/kern/
H A Dsysv_msg.c113 int msgmax, /* max chars in a message */ variable
120 .msgmax = MSGMAX, /* = (MSGSSZ*MSGSEG) : max chars in a message */
238 msgpool = kalloc_data(msginfo.msgmax, Z_WAITOK); in msginit()