Searched refs:msg_cbytes (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Dmsg.h66 msglen_t msg_cbytes; /* number of bytes in use on the queue */ member in struct:msqid_ds_old
91 msglen_t msg_cbytes; /* number of bytes in use on the queue */ member in struct:msqid_ds
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_ipc.h48 u_short msg_cbytes; member in struct:ibcs2_msqid_ds
H A Dibcs2_ipc.c77 ibp->msg_cbytes = (u_short)bp->msg_cbytes;
96 bp->msg_cbytes = ibp->msg_cbytes;
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h60 uint32_t msg_cbytes; member in struct:msqid_ds32
125 uint32_t msg_cbytes; member in struct:msqid_ds32_old
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_ipc64.h77 l_ulong msg_cbytes; /* current number of bytes on queue */ member in struct:l_msqid64_ds
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_ipc64.h77 l_ulong msg_cbytes; /* current number of bytes on queue */ member in struct:l_msqid64_ds
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_ipc.h73 u_long msg_cbytes; member in struct:svr4_msqid_ds
H A Dsvr4_ipc.c347 sds->msg_cbytes = bds->msg_cbytes;
365 bds->msg_cbytes = sds->msg_cbytes;
/freebsd-9.3-release/sys/kern/
H A Dsysv_msg.c473 racct_sub_cred(msqkptr->cred, RACCT_MSGQSIZE, msqkptr->u.msg_cbytes);
483 msqkptr->u.msg_cbytes -= msghdr->msg_ts;
490 if (msqkptr->u.msg_cbytes != 0)
491 panic("msg_cbytes is screwed up");
646 msqkptr->u.msg_cbytes = 0;
770 if (msgsz + msqkptr->u.msg_cbytes > msqkptr->u.msg_qbytes) {
771 DPRINTF(("msgsz + msg_cbytes > msg_qbytes\n"));
844 if (msgsz + msqkptr->u.msg_cbytes > msqkptr->u.msg_qbytes)
845 panic("msgsz + msg_cbytes > msg_qbytes");
994 msqkptr->u.msg_cbytes
[all...]
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ipc.c166 l_ushort msg_cbytes; /* current number of bytes on queue */ member in struct:l_msqid_ds
268 bsp->msg_cbytes = lsp->msg_cbytes;
283 lsp->msg_cbytes = bsp->msg_cbytes;
349 if (linux_msqid->msg_cbytes == 0)
350 linux_msqid64.msg_cbytes = linux_msqid->msg_lcbytes;
352 linux_msqid64.msg_cbytes = linux_msqid->msg_cbytes;
/freebsd-9.3-release/usr.bin/ipcs/
H A Dipcs.c372 kmsqptr->u.msg_cbytes,

Completed in 230 milliseconds