Searched refs:msg_qbytes (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dmsg.h71 msglen_t msg_qbytes; /* max # of bytes on the queue */ member in struct:msqid_ds_old
96 msglen_t msg_qbytes; /* max # of bytes on the queue */ member in struct:msqid_ds
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h75 uint32_t msg_qbytes; member in struct:msqid_ds32
160 uint32_t msg_qbytes; member in struct:msqid_ds32_old
/freebsd-13-stable/sys/kern/
H A Dsysv_msg.c272 msqids[i].u.msg_qbytes = 0; /* implies entry is available */
331 if (msqkptr->u.msg_qbytes != 0 ||
441 msqkptr->u.msg_qbytes = 0; /* Mark it as free */
522 if (msqkptr->u.msg_qbytes == 0) {
584 if (msqbuf->msg_qbytes > msqkptr->u.msg_qbytes) {
589 if (msqbuf->msg_qbytes > msginfo.msgmnb) {
590 DPRINTF(("can't increase msg_qbytes beyond %d"
592 msqbuf->msg_qbytes = msginfo.msgmnb; /* silently restrict qbytes to system limit */
594 if (msqbuf->msg_qbytes
[all...]
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_ipc.c170 l_ushort msg_qbytes; /* max number of bytes on queue */ member in struct:l_msqid_ds
255 bsp->msg_qbytes = lsp->msg_qbytes;
270 lsp->msg_qbytes = bsp->msg_qbytes;
317 if (linux_msqid.msg_qbytes == 0)
318 linux_msqid64->msg_qbytes = linux_msqid.msg_lqbytes;
320 linux_msqid64->msg_qbytes = linux_msqid.msg_qbytes;
354 if (linux_msqid64->msg_qbytes > USHRT_MA
[all...]
H A Dlinux_ipc64.h86 l_ulong msg_qbytes; /* max number of bytes on queue */ member in struct:l_msqid64_ds
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgctl.c154 msgds.msg_qbytes = 1;
288 msgds.msg_qbytes = 1;
/freebsd-13-stable/usr.bin/ipcs/
H A Dipcs.c218 if (kxmsqids[i].u.msg_qbytes != 0) {
365 printf(" %20lu", kmsqptr->u.msg_qbytes);
/freebsd-13-stable/usr.bin/ipcrm/
H A Dipcrm.c87 if (kxmsqids[num].u.msg_qbytes != 0) {
/freebsd-13-stable/tools/regression/sysvmsg/
H A Dmsgtest.c271 mp->msg_qnum, (u_long)mp->msg_qbytes, mp->msg_lspid,
/freebsd-13-stable/contrib/netbsd-tests/kernel/
H A Dt_sysv.c366 mp->msg_qnum, (u_long)mp->msg_qbytes, mp->msg_lspid,

Completed in 128 milliseconds