Searched refs:msgmnb (Results 1 – 2 of 2) sorted by relevance
115 msgmnb, /* max chars in a queue */ variable122 .msgmnb = MSGMNB, /* = 2048 : max chars in a queue */521 if (msqbuf.msg_qbytes > (user_msglen_t)msginfo.msgmnb) { in msgctl()524 msginfo.msgmnb); in msgctl()526 msqbuf.msg_qbytes = msginfo.msgmnb; /* silently restrict qbytes to system limit */ in msgctl()675 msqptr->u.msg_qbytes = msginfo.msgmnb; in msgget()
296 msgmnb, /* max chars in a queue */ member