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

/freebsd-11.0-release/sys/sys/
H A Dmsg.h68 msglen_t msg_qbytes; /* max # of bytes on the queue */ member in struct:msqid_ds_old
93 msglen_t msg_qbytes; /* max # of bytes on the queue */ member in struct:msqid_ds
/freebsd-11.0-release/sys/i386/ibcs2/
H A Dibcs2_ipc.h50 u_short msg_qbytes; member in struct:ibcs2_msqid_ds
H A Dibcs2_ipc.c79 ibp->msg_qbytes = (u_short)bp->msg_qbytes;
98 bp->msg_qbytes = ibp->msg_qbytes;
/freebsd-11.0-release/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h62 uint32_t msg_qbytes; member in struct:msqid_ds32
127 uint32_t msg_qbytes; member in struct:msqid_ds32_old
/freebsd-11.0-release/sys/kern/
H A Dsysv_msg.c265 msqids[i].u.msg_qbytes = 0; /* implies entry is available */
324 if (msqkptr->u.msg_qbytes != 0 ||
436 msqkptr->u.msg_qbytes = 0; /* Mark it as free */
521 if (msqkptr->u.msg_qbytes == 0) {
583 if (msqbuf->msg_qbytes > msqkptr->u.msg_qbytes) {
588 if (msqbuf->msg_qbytes > msginfo.msgmnb) {
589 DPRINTF(("can't increase msg_qbytes beyond %d"
591 msqbuf->msg_qbytes = msginfo.msgmnb; /* silently restrict qbytes to system limit */
593 if (msqbuf->msg_qbytes
[all...]
/freebsd-11.0-release/sys/i386/linux/
H A Dlinux_ipc64.h79 l_ulong msg_qbytes; /* max number of bytes on queue */ member in struct:l_msqid64_ds
/freebsd-11.0-release/sys/amd64/linux/
H A Dlinux_ipc64.h79 l_ulong msg_qbytes; /* max number of bytes on queue */ member in struct:l_msqid64_ds
/freebsd-11.0-release/sys/amd64/linux32/
H A Dlinux32_ipc64.h79 l_ulong msg_qbytes; /* max number of bytes on queue */ member in struct:l_msqid64_ds
/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_ipc.c158 l_ushort msg_qbytes; /* max number of bytes on queue */ member in struct:l_msqid_ds
260 bsp->msg_qbytes = lsp->msg_qbytes;
275 lsp->msg_qbytes = bsp->msg_qbytes;
314 if (linux_msqid64.msg_qbytes > USHRT_MAX)
315 linux_msqid->msg_lqbytes = linux_msqid64.msg_qbytes;
317 linux_msqid->msg_qbytes = linux_msqid64.msg_qbytes;
346 if (linux_msqid->msg_qbytes
[all...]
/freebsd-11.0-release/sys/compat/svr4/
H A Dsvr4_ipc.h75 u_long msg_qbytes; member in struct:svr4_msqid_ds
H A Dsvr4_ipc.c331 sds->msg_qbytes = bds->msg_qbytes;
349 bds->msg_qbytes = sds->msg_qbytes;
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgctl.c157 msgds.msg_qbytes = 1;
287 msgds.msg_qbytes = 1;
/freebsd-11.0-release/usr.bin/ipcs/
H A Dipcs.c215 if (kxmsqids[i].u.msg_qbytes != 0) {
377 printf(" %20lu", kmsqptr->u.msg_qbytes);
/freebsd-11.0-release/tools/regression/sysvmsg/
H A Dmsgtest.c271 mp->msg_qnum, (u_long)mp->msg_qbytes, mp->msg_lspid,
/freebsd-11.0-release/usr.bin/ipcrm/
H A Dipcrm.c86 if (kxmsqids[num].u.msg_qbytes != 0) {
/freebsd-11.0-release/contrib/netbsd-tests/kernel/
H A Dt_sysv.c363 mp->msg_qnum, (u_long)mp->msg_qbytes, mp->msg_lspid,

Completed in 423 milliseconds