Home
last modified time | relevance | path

Searched refs:MSGSEG (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libc/sysvipc/
H A Dsysvipc_msg.h69 #ifndef MSGSEG
70 #define MSGSEG 256 /* must be calculated such that all macro
73 #define MSGMAX (MSGSSZ*MSGSEG)
117 struct msgmap msgmaps[MSGSEG]; /* MSGSEG msgmap structures */
H A Dmsg.c56 MSGSEG /* number of message segments */
/dragonfly/sys/kern/
H A Dsysv_msg.c58 #ifndef MSGSEG
59 #define MSGSEG 2048 /* must be less than 32767 */ macro
61 #define MSGMAX (MSGSSZ*MSGSEG)
89 MSGSEG /* number of message segments */
/dragonfly/sys/conf/
H A Doptions73 MSGSEG opt_sysvipc.h
/dragonfly/sys/config/
H A DLINT64143 options MSGSEG=2049 # max number of message segments in the system