HomeSort by: relevance | last modified time | path
    Searched defs: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)
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)

Completed in 21 milliseconds