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

/xnu-2422.115.4/bsd/sys/
H A Dmsg.h305 #ifndef MSGSSZ
306 #define MSGSSZ 8 /* Each segment must be 2^N long */ macro
311 #define MSGMAX (MSGSSZ*MSGSEG)
/xnu-2422.115.4/bsd/kern/
H A Dsysv_msg.c121 MSGMAX, /* = (MSGSSZ*MSGSEG) : max chars in a message */
125 MSGSSZ, /* = 8 : size of a message segment (2^N long) */
234 printf("msginfo.msgssz=%d (0x%x) not a small power of 2; resetting to %d\n", msginfo.msgssz, msginfo.msgssz, MSGSSZ);
235 msginfo.msgssz = MSGSSZ;

Completed in 65 milliseconds