Searched refs:msg_qbytes (Results 1 – 14 of 14) sorted by relevance
159 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 …]
35 u_long msg_qbytes; /* max # of bytes on the queue */ member50 msglen_t msg_qbytes; /* max # of bytes in the queue */ member70 uint64_t msg_qbytes; member99 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()
81 msglen_t msg_qbytes; /* max # of bytes in the queue */ member122 uint64_t msg_qbytes; member187 (dst).msg_qbytes = (src).msg_qbytes; \
131 msglen_t msg_qbytes; in version() member151 msglen_t msg_qbytes; in version()168 msglen_t msg_qbytes; in version()191 msglen_t msg_qbytes;
622 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()
103 CVT(msg_qbytes); in netbsd32_msqid_ds14_to_native()121 CVT(msg_qbytes); in native_to_netbsd32_msqid_ds14()
525 netbsd32_msglen_t msg_qbytes; /* max # of bytes in the queue */ member544 netbsd32_msglen_t msg_qbytes; /* max # of bytes in the queue */ member567 netbsd32_u_long msg_qbytes; /* max # of bytes on the queue */ member
320 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()
155 msgds.msg_qbytes = 1; in ATF_TC_BODY()285 msgds.msg_qbytes = 1; in ATF_TC_BODY()
440 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()
501 if (msqptr->msg_qbytes != 0) in msg_sysctl()514 msqptr->msg_qbytes, in msg_sysctl()
133 if (msgptr->msg_qbytes != 0) in msgrmall()
321 mp->msg_qnum, (uintmax_t)mp->msg_qbytes, mp->msg_lspid, in print_msqid_ds()
793 if (msqs[id].msq_u.msg_qbytes > 0) { in procfs_dosysvipc_msg()