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

  /src/sys/sys/
msg.h 109 int32_t msgmax; /* max chars in a message */ member in struct:msginfo
145 #undef MSGMAX /* ALWAYS compute MGSMAX! */
146 #define MSGMAX (MSGSSZ*MSGSEG)
  /src/sys/kern/
sysv_msg.c 79 static char *msgpool; /* MSGMAX byte long msg buffer pool */
123 sz = ALIGN(msginfo.msgmax) +
134 msgmaps = (void *)((uintptr_t)msgpool + ALIGN(msginfo.msgmax));
192 sz = ALIGN(msginfo.msgmax) +
387 sz = ALIGN(msginfo.msgmax) +
407 msginfo.msgmax = newmsgmax;
  /src/usr.bin/ipcs/
ipcs.c 242 msginfo->msgmax);

Completed in 13 milliseconds