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

  /src/sys/compat/sys/
msg.h 35 u_long msg_qbytes; /* max # of bytes on the queue */ member in struct:msqid_ds14
50 msglen_t msg_qbytes; /* max # of bytes in the queue */ member in struct:msqid_ds13
70 uint64_t msg_qbytes; member in struct:msgid_ds_sysctl50
99 CVT(msg_qbytes);
118 CVT(msg_qbytes);
142 CVT(msg_qbytes);
161 CVT(msg_qbytes);
  /src/sys/sys/
msg.h 81 msglen_t msg_qbytes; /* max # of bytes in the queue */ member in struct:msqid_ds
122 uint64_t msg_qbytes; member in struct:msgid_ds_sysctl
187 (dst).msg_qbytes = (src).msg_qbytes; \
  /src/sys/kern/
sysv_msg.c 159 msqs[i].msq_u.msg_qbytes = 0;
181 if (msqs[i].msq_u.msg_qbytes != 0) {
260 if (mptr->msg_qbytes || (mptr->msg_perm.mode & MSG_LOCKED))
293 new_msqs[i].msq_u.msg_qbytes = 0;
310 if (mptr->msg_qbytes == 0 &&
497 if (msqptr->msg_qbytes == 0) {
530 msqptr->msg_qbytes = 0;
538 if (msqbuf->msg_qbytes > msqptr->msg_qbytes &&
541 KAUTH_ARG(msqbuf->msg_qbytes),
    [all...]
  /src/sys/compat/linux/common/
linux_ipc.c 320 bmp->msg_qbytes = lmp->l_msg_qbytes;
339 bmp->msg_qbytes = lmp->l_msg_qbytes;
352 lmp->l_msg_qbytes = bmp->msg_qbytes;
372 lmp->l_msg_qbytes = bmp->msg_qbytes;
  /src/sys/compat/netbsd32/
netbsd32_compat_14_sysv.c 103 CVT(msg_qbytes);
121 CVT(msg_qbytes);
netbsd32_conv.h 622 dsp->msg_qbytes = (u_long)ds32p->msg_qbytes;
639 dsp->msg_qbytes = (u_long)ds32p->msg_qbytes;
656 ds32p->msg_qbytes = (netbsd32_u_long)dsp->msg_qbytes;
673 ds32p->msg_qbytes = (netbsd32_u_long)dsp->msg_qbytes;
netbsd32.h 525 netbsd32_msglen_t msg_qbytes; /* max # of bytes in the queue */ member in struct:netbsd32_msqid_ds
544 netbsd32_msglen_t msg_qbytes; /* max # of bytes in the queue */ member in struct:netbsd32_msqid_ds50
567 netbsd32_u_long msg_qbytes; /* max # of bytes on the queue */ member in struct:netbsd32_msqid_ds14
  /src/tests/lib/libc/sys/
t_msgctl.c 155 msgds.msg_qbytes = 1;
285 msgds.msg_qbytes = 1;
  /src/sys/compat/linux32/common/
linux32_ipccall.c 440 bmp->msg_qbytes = lmp->l_msg_qbytes;
458 bmp->msg_qbytes = lmp->l_msg_qbytes;
471 lmp->l_msg_qbytes = bmp->msg_qbytes;
490 lmp->l_msg_qbytes = bmp->msg_qbytes;
  /src/usr.bin/ipcrm/
ipcrm.c 133 if (msgptr->msg_qbytes != 0)
  /src/usr.bin/ipcs/
ipcs.c 501 if (msqptr->msg_qbytes != 0)
514 msqptr->msg_qbytes,
  /src/tests/kernel/
t_sysv.c 321 mp->msg_qnum, (uintmax_t)mp->msg_qbytes, mp->msg_lspid,
  /src/sys/miscfs/procfs/
procfs_linux.c 793 if (msqs[id].msq_u.msg_qbytes > 0) {

Completed in 18 milliseconds