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

/xnu-2422.115.4/bsd/kern/
H A Dsysv_msg.c120 struct msginfo msginfo = { variable in typeref:struct:msginfo
226 * msginfo.msgssz should be a power of two for efficiency reasons.
227 * It is also pretty silly if msginfo.msgssz is less than 8
231 while (i < 1024 && i != msginfo.msgssz)
233 if (i != msginfo.msgssz) {
234 printf("msginfo.msgssz=%d (0x%x) not a small power of 2; resetting to %d\n", msginfo.msgssz, msginfo.msgssz, MSGSSZ);
235 msginfo
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dmsg.h294 struct msginfo { struct
303 extern struct msginfo msginfo;

Completed in 69 milliseconds