HomeSort by: relevance | last modified time | path
    Searched refs:MSGSSZ (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
msg.h 102 * Each message is broken up and stored in segments that are msgssz bytes
105 * Consequently, msginit in kern/sysv_msg.c checks that msgssz is a power of
113 int32_t msgssz; /* size of a message segment member in struct:msginfo
139 #ifndef MSGSSZ
140 #define MSGSSZ 8 /* Each segment must be 2^N long */
146 #define MSGMAX (MSGSSZ*MSGSEG)
  /src/sys/kern/
sysv_ipc.c 125 MSGSSZ, /* size of a message segment */

Completed in 11 milliseconds