Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dsysv_msg.c331 if (msqkptr->u.msg_qbytes != 0 || in msgunload()
522 if (msqkptr->u.msg_qbytes == 0) { in kern_msgctl()
584 if (msqbuf->msg_qbytes > msqkptr->u.msg_qbytes) { in kern_msgctl()
594 if (msqbuf->msg_qbytes == 0) { in kern_msgctl()
603 msqkptr->u.msg_qbytes = msqbuf->msg_qbytes; in kern_msgctl()
798 if (msqkptr->u.msg_qbytes == 0) { in kern_msgsnd()
1050 if (msqkptr->u.msg_qbytes == 0) { in kern_msgsnd()
1165 if (msqkptr->u.msg_qbytes == 0) { in kern_msgrcv()
1322 if (msqkptr->u.msg_qbytes == 0 || in kern_msgrcv()
1889 CP(msqold, msqbuf, msg_qbytes); in freebsd7_msgctl()
[all …]
/freebsd-13.1/sys/compat/linux/
H A Dlinux_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()
H A Dlinux_ipc64.h86 l_ulong msg_qbytes; /* max number of bytes on queue */ member
/freebsd-13.1/sys/sys/
H A Dmsg.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-13.1/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h75 uint32_t msg_qbytes; member
160 uint32_t msg_qbytes; member
/freebsd-13.1/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgctl.c154 msgds.msg_qbytes = 1; in ATF_TC_BODY()
288 msgds.msg_qbytes = 1; in ATF_TC_BODY()
/freebsd-13.1/usr.bin/ipcs/
H A Dipcs.c218 if (kxmsqids[i].u.msg_qbytes != 0) { in main()
365 printf(" %20lu", kmsqptr->u.msg_qbytes); in print_kmsqptr()
/freebsd-13.1/tools/regression/sysvmsg/
H A Dmsgtest.c271 mp->msg_qnum, (u_long)mp->msg_qbytes, mp->msg_lspid, in print_msqid_ds()
/freebsd-13.1/usr.bin/ipcrm/
H A Dipcrm.c87 if (kxmsqids[num].u.msg_qbytes != 0) { in msgrm()
/freebsd-13.1/contrib/netbsd-tests/kernel/
H A Dt_sysv.c366 mp->msg_qnum, (u_long)mp->msg_qbytes, mp->msg_lspid, in print_msqid_ds()