Searched refs:MSGSEG (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dmsg.h308 #ifndef MSGSEG
309 #define MSGSEG 2048 /* must be less than 32767 */ macro
311 #define MSGMAX (MSGSSZ*MSGSEG)
341 /* 0..(MSGSEG-1) -> index of next segment */
346 extern struct msgmap *msgmaps; /* MSGSEG msgmap structures */
/xnu-2422.115.4/bsd/kern/
H A Dsysv_msg.c98 struct msgmap *msgmaps; /* MSGSEG msgmap structures */
121 MSGMAX, /* = (MSGSSZ*MSGSEG) : max chars in a message */
126 MSGSEG /* = 2048 : number of message segments */
239 printf("msginfo.msgseg=%d (> 32767); resetting to %d\n", msginfo.msgseg, MSGSEG);
240 msginfo.msgseg = MSGSEG;

Completed in 28 milliseconds