Searched refs:msgmax (Results 1 – 6 of 6) sorted by relevance
| /freebsd-src/sys/sys/ |
| H A D | msg.h | 127 int msgmax; /* max chars in a message */ member
|
| /freebsd-src/sys/compat/linux/ |
| H A D | linux_ipc.c | 98 l_int msgmax; member 652 if ((l_long)args->msgsz < 0 || args->msgsz > (l_long)msginfo.msgmax) in linux_msgsnd() 671 if ((l_long)args->msgsz < 0 || args->msgsz > (l_long)msginfo.msgmax) in linux_msgrcv() 716 linux_msginfo.msgmax = msginfo.msgmax; in linux_msgctl()
|
| /freebsd-src/usr.bin/ipcs/ |
| H A D | ipc.c | 84 #define MSGINFO_XVEC X(msgmax, sizeof(int)) \
|
| H A D | ipcs.c | 303 local_msginfo.msgmax); in print_kmsqtotal()
|
| /freebsd-src/sys/kern/ |
| H A D | sysv_msg.c | 222 msginfo.msgmax = msginfo.msgseg * msginfo.msgssz; in msginit() 223 msgpool = malloc(msginfo.msgmax, M_MSG, M_WAITOK); in msginit() 1513 SYSCTL_INT(_kern_ipc, OID_AUTO, msgmax, CTLFLAG_RD, &msginfo.msgmax, 0,
|
| /freebsd-src/sys/compat/linprocfs/ |
| H A D | linprocfs.c | 1635 * Filler function for proc/sys/kernel/msgmax 1641 sbuf_printf(sb, "%d\n", msginfo.msgmax); in linprocfs_domsgmax() 2428 pfs_create_file(dir, "msgmax", &linprocfs_domsgmax, in linprocfs_init()
|