Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dsysv_msg.c328 if (msqkptr->u.msg_qbytes != 0 || in msgunload()
519 if (msqkptr->u.msg_qbytes == 0) { in kern_msgctl()
581 if (msqbuf->msg_qbytes > msqkptr->u.msg_qbytes) { in kern_msgctl()
591 if (msqbuf->msg_qbytes == 0) { in kern_msgctl()
600 msqkptr->u.msg_qbytes = msqbuf->msg_qbytes; in kern_msgctl()
795 if (msqkptr->u.msg_qbytes == 0) { in kern_msgsnd()
1047 if (msqkptr->u.msg_qbytes == 0) { in kern_msgsnd()
1162 if (msqkptr->u.msg_qbytes == 0) { in kern_msgrcv()
1319 if (msqkptr->u.msg_qbytes == 0 || in kern_msgrcv()
1920 CP(msqold, msqbuf, msg_qbytes); in freebsd7_msgctl()
[all …]
/freebsd-14.2/sys/compat/linux/
H A Dlinux_ipc.c166 l_ushort msg_qbytes; /* max number of bytes on queue */ member
251 bsp->msg_qbytes = lsp->msg_qbytes; in linux_to_bsd_msqid_ds()
266 lsp->msg_qbytes = bsp->msg_qbytes; in bsd_to_linux_msqid_ds()
312 if (linux_msqid.msg_qbytes == 0) in linux_msqid_pullup()
313 linux_msqid64->msg_qbytes = linux_msqid.msg_lqbytes; in linux_msqid_pullup()
315 linux_msqid64->msg_qbytes = linux_msqid.msg_qbytes; in linux_msqid_pullup()
347 if (linux_msqid64->msg_qbytes > USHRT_MAX) in linux_msqid_pushdown()
348 linux_msqid.msg_qbytes = USHRT_MAX; in linux_msqid_pushdown()
350 linux_msqid.msg_qbytes = linux_msqid64->msg_qbytes; in linux_msqid_pushdown()
351 linux_msqid.msg_lqbytes = linux_msqid64->msg_qbytes; in linux_msqid_pushdown()
H A Dlinux_ipc64.h84 l_ulong msg_qbytes; /* max number of bytes on queue */ member
/freebsd-14.2/sys/sys/
H A Dmsg.h70 msglen_t msg_qbytes; /* max # of bytes on the queue */ member
95 msglen_t msg_qbytes; /* max # of bytes on the queue */ member
/freebsd-14.2/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h73 uint32_t msg_qbytes; member
158 uint32_t msg_qbytes; member
/freebsd-14.2/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgctl.c154 msgds.msg_qbytes = 1; in ATF_TC_BODY()
286 msgds.msg_qbytes = 1; in ATF_TC_BODY()
/freebsd-14.2/usr.bin/ipcs/
H A Dipcs.c216 if (kxmsqids[i].u.msg_qbytes != 0) { in main()
363 printf(" %20lu", kmsqptr->u.msg_qbytes); in print_kmsqptr()
/freebsd-14.2/tools/regression/sysvmsg/
H A Dmsgtest.c270 mp->msg_qnum, (u_long)mp->msg_qbytes, mp->msg_lspid, in print_msqid_ds()
/freebsd-14.2/usr.bin/ipcrm/
H A Dipcrm.c85 if (kxmsqids[num].u.msg_qbytes != 0) { in msgrm()
/freebsd-14.2/contrib/netbsd-tests/kernel/
H A Dt_sysv.c322 mp->msg_qnum, (u_long)mp->msg_qbytes, mp->msg_lspid, in print_msqid_ds()