Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsysv_msg.c159 msqs[i].msq_u.msg_qbytes = 0; in msginit()
181 if (msqs[i].msq_u.msg_qbytes != 0) { in msgfini()
260 if (mptr->msg_qbytes || (mptr->msg_perm.mode & MSG_LOCKED)) in msgrealloc()
293 new_msqs[i].msq_u.msg_qbytes = 0; in msgrealloc()
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()
541 KAUTH_ARG(msqbuf->msg_qbytes), in msgctl1()
542 KAUTH_ARG(msqptr->msg_qbytes), NULL) != 0) { in msgctl1()
[all …]
/netbsd-src/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-src/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-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dmsg.d131 msglen_t msg_qbytes; in version() member
151 msglen_t msg_qbytes; in version()
168 msglen_t msg_qbytes; in version()
191 msglen_t msg_qbytes;
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_conv.h622 dsp->msg_qbytes = (u_long)ds32p->msg_qbytes; in netbsd32_to_msqid_ds50()
639 dsp->msg_qbytes = (u_long)ds32p->msg_qbytes; in netbsd32_to_msqid_ds()
656 ds32p->msg_qbytes = (netbsd32_u_long)dsp->msg_qbytes; in netbsd32_from_msqid_ds50()
673 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.h525 netbsd32_msglen_t msg_qbytes; /* max # of bytes in the queue */ member
544 netbsd32_msglen_t msg_qbytes; /* max # of bytes in the queue */ member
567 netbsd32_u_long msg_qbytes; /* max # of bytes on the queue */ member
/netbsd-src/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-src/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-src/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-src/usr.bin/ipcs/
H A Dipcs.c501 if (msqptr->msg_qbytes != 0) in msg_sysctl()
514 msqptr->msg_qbytes, in msg_sysctl()
/netbsd-src/usr.bin/ipcrm/
H A Dipcrm.c133 if (msgptr->msg_qbytes != 0) in msgrmall()
/netbsd-src/tests/kernel/
H A Dt_sysv.c321 mp->msg_qnum, (uintmax_t)mp->msg_qbytes, mp->msg_lspid, in print_msqid_ds()
/netbsd-src/sys/miscfs/procfs/
H A Dprocfs_linux.c793 if (msqs[id].msq_u.msg_qbytes > 0) { in procfs_dosysvipc_msg()