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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsysv_msg.c118 msgssz, /* size of a message segment (see notes above) */ variable
198 * msginfo.msgssz should be a power of two for efficiency reasons.
199 * It is also pretty silly if msginfo.msgssz is less than 8
203 while (i < 1024 && i != msginfo.msgssz)
205 if (i != msginfo.msgssz) {
206 printf("msginfo.msgssz=%d (0x%x) not a small power of 2; resetting to %d\n", msginfo.msgssz, msginfo.msgssz, MSGSSZ);
207 msginfo.msgssz = MSGSSZ;
322 if (msghdr->msg_ts >= msginfo.msgssz)
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmsg.h256 * Each message is broken up and stored in segments that are msgssz bytes
259 * Consequently, msginit in kern/sysv_msg.c checks that msgssz is a power of
267 msgssz, /* size of a message segment (see notes above) */ member in struct:msginfo

Completed in 87 milliseconds