HomeSort by: relevance | last modified time | path
    Searched refs:_msg_cbytes (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/sys/
msg.h 94 msglen_t _msg_cbytes; /* # of bytes currently in queue */ member in struct:msqid_ds
123 uint64_t _msg_cbytes; member in struct:msgid_ds_sysctl
188 (dst)._msg_cbytes = (src)._msg_cbytes; \
  /src/sys/compat/sys/
msg.h 63 msglen_t _msg_cbytes; /* # of bytes currently in queue */ member in struct:msqid_ds13
71 uint64_t _msg_cbytes; member in struct:msgid_ds_sysctl50
130 omsqbuf->_msg_cbytes = msqbuf->_msg_cbytes;
  /src/sys/compat/linux/common/
linux_ipc.c 318 bmp->_msg_cbytes = lmp->l_msg_cbytes;
334 bmp->_msg_cbytes = lmp->l_msg_cbytes;
350 lmp->l_msg_cbytes = bmp->_msg_cbytes;
366 lmp->l_msg_cbytes = bmp->_msg_cbytes;
370 lmp->l_msg_cbytes = bmp->_msg_cbytes;
  /src/sys/compat/netbsd32/
netbsd32_conv.h 620 dsp->_msg_cbytes = (u_long)ds32p->_msg_cbytes;
637 dsp->_msg_cbytes = (u_long)ds32p->_msg_cbytes;
654 ds32p->_msg_cbytes = (netbsd32_u_long)dsp->_msg_cbytes;
671 ds32p->_msg_cbytes = (netbsd32_u_long)dsp->_msg_cbytes;
netbsd32_compat_14_sysv.c 132 omsqbuf->msg_cbytes = msqbuf->_msg_cbytes;
netbsd32.h 538 netbsd32_msglen_t _msg_cbytes; /* # of bytes currently in queue */ member in struct:netbsd32_msqid_ds
557 netbsd32_msglen_t _msg_cbytes; /* # of bytes currently in queue */ member in struct:netbsd32_msqid_ds50
  /src/sys/kern/
sysv_msg.c 520 msqptr->_msg_cbytes -= msghdr->msg_ts;
526 KASSERT(msqptr->_msg_cbytes == 0);
667 msqptr->_msg_cbytes = 0;
776 if (msgsz + msqptr->_msg_cbytes > msqptr->msg_qbytes) {
858 KASSERT(msgsz + msqptr->_msg_cbytes <= msqptr->msg_qbytes);
985 msqptr->_msg_cbytes += msghdr->msg_ts;
1195 msqptr->_msg_cbytes -= msghdr->msg_ts;
  /src/sys/compat/linux32/common/
linux32_ipccall.c 438 bmp->_msg_cbytes = lmp->l_msg_cbytes;
453 bmp->_msg_cbytes = lmp->l_msg_cbytes;
469 lmp->l_msg_cbytes = bmp->_msg_cbytes;
485 lmp->l_msg_cbytes = bmp->_msg_cbytes;
  /src/usr.bin/ipcs/
ipcs.c 512 msqptr->_msg_cbytes,
  /src/sys/miscfs/procfs/
procfs_linux.c 799 msqs[id].msq_u._msg_cbytes,

Completed in 21 milliseconds