Home
last modified time | relevance | path

Searched refs:msg_cbytes (Results 1 – 12 of 12) sorted by relevance

/NextBSD/sys/kern/
HDsysv_msg.c467 racct_sub_cred(msqkptr->cred, RACCT_MSGQSIZE, msqkptr->u.msg_cbytes);
477 msqkptr->u.msg_cbytes -= msghdr->msg_ts;
484 if (msqkptr->u.msg_cbytes != 0)
642 msqkptr->u.msg_cbytes = 0;
768 if (msgsz + msqkptr->u.msg_cbytes > msqkptr->u.msg_qbytes) {
842 if (msgsz + msqkptr->u.msg_cbytes > msqkptr->u.msg_qbytes)
992 msqkptr->u.msg_cbytes += msghdr->msg_ts;
1236 msqkptr->u.msg_cbytes -= msghdr->msg_ts;
1383 CP(msqbuf32, msqbuf, msg_cbytes); in freebsd7_freebsd32_msgctl()
1400 CP(msqbuf, msqbuf32, msg_cbytes); in freebsd7_freebsd32_msgctl()
[all …]
/NextBSD/sys/sys/
HDmsg.h66 msglen_t msg_cbytes; /* number of bytes in use on the queue */ member
91 msglen_t msg_cbytes; /* number of bytes in use on the queue */ member
/NextBSD/sys/compat/linux/
HDlinux_ipc.c156 l_ushort msg_cbytes; /* current number of bytes on queue */ member
258 bsp->msg_cbytes = lsp->msg_cbytes; in linux_to_bsd_msqid_ds()
273 lsp->msg_cbytes = bsp->msg_cbytes; in bsd_to_linux_msqid_ds()
339 if (linux_msqid->msg_cbytes == 0) in linux_msqid_pushdown()
340 linux_msqid64.msg_cbytes = linux_msqid->msg_lcbytes; in linux_msqid_pushdown()
342 linux_msqid64.msg_cbytes = linux_msqid->msg_cbytes; in linux_msqid_pushdown()
/NextBSD/sys/compat/freebsd32/
HDfreebsd32_ipc.h60 uint32_t msg_cbytes; member
125 uint32_t msg_cbytes; member
/NextBSD/sys/i386/ibcs2/
HDibcs2_ipc.c77 ibp->msg_cbytes = (u_short)bp->msg_cbytes;
96 bp->msg_cbytes = ibp->msg_cbytes;
HDibcs2_ipc.h48 u_short msg_cbytes; member
/NextBSD/sys/compat/svr4/
HDsvr4_ipc.c347 sds->msg_cbytes = bds->msg_cbytes;
365 bds->msg_cbytes = sds->msg_cbytes;
HDsvr4_ipc.h73 u_long msg_cbytes; member
/NextBSD/sys/amd64/linux/
HDlinux_ipc64.h77 l_ulong msg_cbytes; /* current number of bytes on queue */ member
/NextBSD/sys/i386/linux/
HDlinux_ipc64.h77 l_ulong msg_cbytes; /* current number of bytes on queue */ member
/NextBSD/sys/amd64/linux32/
HDlinux32_ipc64.h77 l_ulong msg_cbytes; /* current number of bytes on queue */ member
/NextBSD/usr.bin/ipcs/
HDipcs.c373 kmsqptr->u.msg_cbytes, in print_kmsqptr()