Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dsysv_msg.c159 msqs[i].msq_u.msg_qbytes = 0; in msginit()
310 if (mptr->msg_qbytes == 0 && in msgrealloc()
497 if (msqptr->msg_qbytes == 0) { in msgctl1()
530 msqptr->msg_qbytes = 0; in msgctl1()
538 if (msqbuf->msg_qbytes > msqptr->msg_qbytes && in msgctl1()
552 if (msqbuf->msg_qbytes == 0) { in msgctl1()
561 msqptr->msg_qbytes = msqbuf->msg_qbytes; in msgctl1()
574 msqbuf->msg_qbytes = msqptr->msg_qbytes; in msgctl1()
739 if (msqptr->msg_qbytes == 0) { in msgsnd1()
965 if (msqptr->msg_qbytes == 0) { in msgsnd1()
[all …]
/netbsd/sys/compat/sys/
H A Dmsg.h35 u_long msg_qbytes; /* max # of bytes on the queue */ member
50 msglen_t msg_qbytes; /* max # of bytes in the queue */ member
70 uint64_t msg_qbytes; member
99 CVT(msg_qbytes); in __msqid_ds13_to_native()
118 CVT(msg_qbytes); in __native_to_msqid_ds13()
142 CVT(msg_qbytes); in __msqid_ds14_to_native()
161 CVT(msg_qbytes); in __native_to_msqid_ds14()
/netbsd/sys/sys/
H A Dmsg.h81 msglen_t msg_qbytes; /* max # of bytes in the queue */ member
122 uint64_t msg_qbytes; member
187 (dst).msg_qbytes = (src).msg_qbytes; \
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_conv.h621 dsp->msg_qbytes = (u_long)ds32p->msg_qbytes; in netbsd32_to_msqid_ds50()
638 dsp->msg_qbytes = (u_long)ds32p->msg_qbytes; in netbsd32_to_msqid_ds()
655 ds32p->msg_qbytes = (netbsd32_u_long)dsp->msg_qbytes; in netbsd32_from_msqid_ds50()
672 ds32p->msg_qbytes = (netbsd32_u_long)dsp->msg_qbytes; in netbsd32_from_msqid_ds()
H A Dnetbsd32_compat_14_sysv.c103 CVT(msg_qbytes); in netbsd32_msqid_ds14_to_native()
121 CVT(msg_qbytes); in native_to_netbsd32_msqid_ds14()
H A Dnetbsd32.h516 netbsd32_msglen_t msg_qbytes; /* max # of bytes in the queue */ member
535 netbsd32_msglen_t msg_qbytes; /* max # of bytes in the queue */ member
558 netbsd32_u_long msg_qbytes; /* max # of bytes on the queue */ member
/netbsd/sys/compat/linux/common/
H A Dlinux_ipc.c320 bmp->msg_qbytes = lmp->l_msg_qbytes; in linux_to_bsd_msqid_ds()
339 bmp->msg_qbytes = lmp->l_msg_qbytes; in linux_to_bsd_msqid64_ds()
352 lmp->l_msg_qbytes = bmp->msg_qbytes; in bsd_to_linux_msqid_ds()
372 lmp->l_msg_qbytes = bmp->msg_qbytes; in bsd_to_linux_msqid64_ds()
/netbsd/tests/lib/libc/sys/
H A Dt_msgctl.c155 msgds.msg_qbytes = 1; in ATF_TC_BODY()
285 msgds.msg_qbytes = 1; in ATF_TC_BODY()
/netbsd/sys/compat/linux32/common/
H A Dlinux32_ipccall.c440 bmp->msg_qbytes = lmp->l_msg_qbytes; in linux32_to_bsd_msqid_ds()
458 bmp->msg_qbytes = lmp->l_msg_qbytes; in linux32_to_bsd_msqid64_ds()
471 lmp->l_msg_qbytes = bmp->msg_qbytes; in bsd_to_linux32_msqid_ds()
490 lmp->l_msg_qbytes = bmp->msg_qbytes; in bsd_to_linux32_msqid64_ds()
/netbsd/usr.bin/ipcs/
H A Dipcs.c501 if (msqptr->msg_qbytes != 0) in msg_sysctl()
514 msqptr->msg_qbytes, in msg_sysctl()
/netbsd/usr.bin/ipcrm/
H A Dipcrm.c133 if (msgptr->msg_qbytes != 0) in msgrmall()
/netbsd/tests/kernel/
H A Dt_sysv.c321 mp->msg_qnum, (uintmax_t)mp->msg_qbytes, mp->msg_lspid, in print_msqid_ds()