Home
last modified time | relevance | path

Searched refs:msg_qbytes (Results 1 – 14 of 14) sorted by relevance

/freebsd-11-stable/sys/kern/
HDsysv_msg.c265 msqids[i].u.msg_qbytes = 0; /* implies entry is available */ in msginit()
324 if (msqkptr->u.msg_qbytes != 0 || in msgunload()
436 msqkptr->u.msg_qbytes = 0; /* Mark it as free */ in msq_remove()
519 if (msqkptr->u.msg_qbytes == 0) {
581 if (msqbuf->msg_qbytes > msqkptr->u.msg_qbytes) {
586 if (msqbuf->msg_qbytes > msginfo.msgmnb) {
589 msqbuf->msg_qbytes = msginfo.msgmnb; /* silently restrict qbytes to system limit */
591 if (msqbuf->msg_qbytes == 0) {
600 msqkptr->u.msg_qbytes = msqbuf->msg_qbytes;
652 if (msqkptr->u.msg_qbytes != 0 && in sys_msgget()
[all …]
/freebsd-11-stable/sys/compat/linux/
HDlinux_ipc.c170 l_ushort msg_qbytes; /* max number of bytes on queue */ member
255 bsp->msg_qbytes = lsp->msg_qbytes; in linux_to_bsd_msqid_ds()
270 lsp->msg_qbytes = bsp->msg_qbytes; in bsd_to_linux_msqid_ds()
317 if (linux_msqid.msg_qbytes == 0) in linux_msqid_pullup()
318 linux_msqid64->msg_qbytes = linux_msqid.msg_lqbytes; in linux_msqid_pullup()
320 linux_msqid64->msg_qbytes = linux_msqid.msg_qbytes; in linux_msqid_pullup()
354 if (linux_msqid64->msg_qbytes > USHRT_MAX) in linux_msqid_pushdown()
355 linux_msqid.msg_qbytes = USHRT_MAX; in linux_msqid_pushdown()
357 linux_msqid.msg_qbytes = linux_msqid64->msg_qbytes; in linux_msqid_pushdown()
358 linux_msqid.msg_lqbytes = linux_msqid64->msg_qbytes; in linux_msqid_pushdown()
HDlinux_ipc64.h86 l_ulong msg_qbytes; /* max number of bytes on queue */ member
/freebsd-11-stable/sys/sys/
HDmsg.h71 msglen_t msg_qbytes; /* max # of bytes on the queue */ member
96 msglen_t msg_qbytes; /* max # of bytes on the queue */ member
/freebsd-11-stable/sys/compat/freebsd32/
HDfreebsd32_ipc.h74 uint32_t msg_qbytes; member
159 uint32_t msg_qbytes; member
/freebsd-11-stable/sys/i386/ibcs2/
HDibcs2_ipc.c79 ibp->msg_qbytes = (u_short)bp->msg_qbytes;
98 bp->msg_qbytes = ibp->msg_qbytes;
HDibcs2_ipc.h50 u_short msg_qbytes; member
/freebsd-11-stable/sys/compat/svr4/
HDsvr4_ipc.c331 sds->msg_qbytes = bds->msg_qbytes;
349 bds->msg_qbytes = sds->msg_qbytes;
HDsvr4_ipc.h75 u_long msg_qbytes; member
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
HDt_msgctl.c154 msgds.msg_qbytes = 1; in ATF_TC_BODY()
288 msgds.msg_qbytes = 1; in ATF_TC_BODY()
/freebsd-11-stable/usr.bin/ipcs/
HDipcs.c218 if (kxmsqids[i].u.msg_qbytes != 0) { in main()
365 printf(" %20lu", kmsqptr->u.msg_qbytes); in print_kmsqptr()
/freebsd-11-stable/tools/regression/sysvmsg/
HDmsgtest.c271 mp->msg_qnum, (u_long)mp->msg_qbytes, mp->msg_lspid, in print_msqid_ds()
/freebsd-11-stable/usr.bin/ipcrm/
HDipcrm.c86 if (kxmsqids[num].u.msg_qbytes != 0) { in msgrm()
/freebsd-11-stable/contrib/netbsd-tests/kernel/
HDt_sysv.c368 mp->msg_qnum, (u_long)mp->msg_qbytes, mp->msg_lspid, in print_msqid_ds()