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

/darwin-on-arm/xnu/bsd/sys/
H A Dmsg.h323 #ifndef MSGSEG
324 #define MSGSEG 2048 /* must be less than 32767 */ macro
326 #define MSGMAX (MSGSSZ*MSGSEG)
356 /* 0..(MSGSEG-1) -> index of next segment */
361 extern struct msgmap *msgmaps; /* MSGSEG msgmap structures */
/darwin-on-arm/xnu/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 24 milliseconds