Home
last modified time | relevance | path

Searched refs:msgmax (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/sys/
Dmsg.h100 int msgmax, /* max chars in a message */ member
/openbsd/src/sys/kern/
Dsysv_msg.c75 msginfo.msgmax = MSGMAX; in msginit()
247 if (msgsz > que->msqid_ds.msg_qbytes || msgsz > msginfo.msgmax) in sys_msgsnd()
/openbsd/src/usr.bin/ipcs/
Dipcs.c230 msginfo->msgmax); in show_msgtotal()