Home
last modified time | relevance | path

Searched refs:_msg_cbytes (Results 1 – 9 of 9) sorted by relevance

/netbsd/sys/sys/
H A Dmsg.h94 msglen_t _msg_cbytes; /* # of bytes currently in queue */ member
123 uint64_t _msg_cbytes; member
188 (dst)._msg_cbytes = (src)._msg_cbytes; \
/netbsd/sys/compat/sys/
H A Dmsg.h63 msglen_t _msg_cbytes; /* # of bytes currently in queue */ member
71 uint64_t _msg_cbytes; member
130 omsqbuf->_msg_cbytes = msqbuf->_msg_cbytes; in __native_to_msqid_ds13()
/netbsd/sys/compat/linux/common/
H A Dlinux_ipc.c318 bmp->_msg_cbytes = lmp->l_msg_cbytes; in linux_to_bsd_msqid_ds()
334 bmp->_msg_cbytes = lmp->l_msg_cbytes; in linux_to_bsd_msqid64_ds()
350 lmp->l_msg_cbytes = bmp->_msg_cbytes; in bsd_to_linux_msqid_ds()
366 lmp->l_msg_cbytes = bmp->_msg_cbytes; in bsd_to_linux_msqid64_ds()
370 lmp->l_msg_cbytes = bmp->_msg_cbytes; in bsd_to_linux_msqid64_ds()
/netbsd/sys/kern/
H A Dsysv_msg.c520 msqptr->_msg_cbytes -= msghdr->msg_ts; in msgctl1()
526 KASSERT(msqptr->_msg_cbytes == 0); in msgctl1()
667 msqptr->_msg_cbytes = 0; in sys_msgget()
776 if (msgsz + msqptr->_msg_cbytes > msqptr->msg_qbytes) { in msgsnd1()
858 KASSERT(msgsz + msqptr->_msg_cbytes <= msqptr->msg_qbytes); in msgsnd1()
985 msqptr->_msg_cbytes += msghdr->msg_ts; in msgsnd1()
1195 msqptr->_msg_cbytes -= msghdr->msg_ts; in msgrcv1()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_conv.h619 dsp->_msg_cbytes = (u_long)ds32p->_msg_cbytes; in netbsd32_to_msqid_ds50()
636 dsp->_msg_cbytes = (u_long)ds32p->_msg_cbytes; in netbsd32_to_msqid_ds()
653 ds32p->_msg_cbytes = (netbsd32_u_long)dsp->_msg_cbytes; in netbsd32_from_msqid_ds50()
670 ds32p->_msg_cbytes = (netbsd32_u_long)dsp->_msg_cbytes; in netbsd32_from_msqid_ds()
H A Dnetbsd32_compat_14_sysv.c132 omsqbuf->msg_cbytes = msqbuf->_msg_cbytes; in native_to_netbsd32_msqid_ds14()
H A Dnetbsd32.h529 netbsd32_msglen_t _msg_cbytes; /* # of bytes currently in queue */ member
548 netbsd32_msglen_t _msg_cbytes; /* # of bytes currently in queue */ member
/netbsd/sys/compat/linux32/common/
H A Dlinux32_ipccall.c438 bmp->_msg_cbytes = lmp->l_msg_cbytes; in linux32_to_bsd_msqid_ds()
453 bmp->_msg_cbytes = lmp->l_msg_cbytes; in linux32_to_bsd_msqid64_ds()
469 lmp->l_msg_cbytes = bmp->_msg_cbytes; in bsd_to_linux32_msqid_ds()
485 lmp->l_msg_cbytes = bmp->_msg_cbytes; in bsd_to_linux32_msqid64_ds()
/netbsd/usr.bin/ipcs/
H A Dipcs.c512 msqptr->_msg_cbytes, in msg_sysctl()